summaryrefslogtreecommitdiffstats
path: root/pym/portage/news.py
Commit message (Expand)AuthorAgeFilesLines
* 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