aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-3/+4
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* Mark some messages for localization.Arfrever Frehtes Taifersar Arahesis2010-09-081-2/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Deprecate pordbapi.mysettings since the portdbapi.settings alias is nowZac Medico2010-01-311-2/+2
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-7/+7
* Bug #270866 - Validate News-Item-Format headers.Zac Medico2009-08-181-0/+5
* Bug #277619 - Fix news item relevance logic. Thanks to Alec WarnerZac Medico2009-08-171-11/+22
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-171-6/+22
* Prepare 308 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-08-151-4/+5
* Open new items in text mode (unicode), and safely handle unicode in news itemv2.2_rc38Zac Medico2009-08-101-1/+5
* whitespace cleanupZac Medico2009-03-061-7/+7
* Bug #255101 - Fix 'Permission denied' error handling inZac Medico2009-01-161-1/+1
* Make NewsManager.updateItems() and getUnreadItems() return early ifZac Medico2008-11-151-5/+11
* Use apply_secpass_permissions() to avoid OperationNotPermitted errors whenZac Medico2008-11-131-3/+3
* Use grabfile() instead of grablines(), to ignore empty lines.Zac Medico2008-11-131-4/+4
* Add quote from GLEP 42 about permission bits.Zac Medico2008-11-131-0/+4
* Misc fixes and cleanups in NewsManager.Zac Medico2008-11-131-68/+71
* Return early from NewsManager.updateItems() if the news path listdir callZac Medico2008-11-131-6/+4
* Always return early from NewsManager.updateItems() if self.unread_path can'tZac Medico2008-11-131-10/+12
* Use a simpler approach instead of implementing NewsItem.__getattr__().Zac Medico2008-11-121-5/+3
* * Add NewsItem.isValid() and DisplayRestriction.isValid() methods and useZac Medico2008-11-121-5/+33
* Inside NewsManager.updateItems(), use a mutable set for skiplist and sort theZac Medico2008-11-121-3/+4
* Instead of raising a TypeError from the NewsItem constructor, check the pathZac Medico2008-11-121-6/+4
* Use a frozenset to optimize skiplist containment checks insideZac Medico2008-11-121-1/+1
* Bug #237526 - Use portage.util.grablines() for exception handling whenZac Medico2008-09-131-14/+5
* Define __all__ and remove unused imports found by pyflakes.Zac Medico2008-09-131-3/+6
* - news bugfix from ferringbNed Ludd2008-03-111-0/+1
* Various repoman fixes, plus a weird lockfile tracekback in news.Alec Warner2008-02-241-1/+2
* Make some adjustments so that it's possible to install binaryZac Medico2007-12-201-4/+6
* Fix NewsManager.getUnreadItems() so that it works properlyZac Medico2007-10-211-13/+16
* Bug #196427 - Prevent various news related tracebacksZac Medico2007-10-211-3/+10
* ignore "permission denied" errors when changing perms of news skipfile that h...Marius Mauch2007-10-211-1/+10
* use skipfile rather than timestamp to ignore processed filesMarius Mauch2007-10-161-36/+25
* Fix minor issues with loaders in the static file loader, fix quoting and impo...Alec Warner2007-09-071-17/+18
* Run pychecker over everything, fix obvious thing slike modules not in use, va...Alec Warner2007-07-221-2/+1
* Fix profile and config arguments to NewsItem.isRelevant() inside NewsManager....Zac Medico2007-06-161-1/+11
* Pass existing portdbapi and vardbapi instances into the NewsManager constructor.Zac Medico2007-06-131-9/+7
* remove pointless $PORTDIR lockMarius Mauch2007-05-311-26/+16
* Avoid permission errors when trying to lock repo_path. Note that the lock fi...Zac Medico2007-05-191-1/+6
* - store newsid in unread file, not the path to the news itemMarius Mauch2007-05-181-52/+52
* make sure uid is an intAlec Warner2007-03-031-2/+2
* Namespace sanitizing, step 2Marius Mauch2007-01-251-5/+5
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+268