summaryrefslogtreecommitdiffstats
path: root/pym/portage/util.py
Commit message (Expand)AuthorAgeFilesLines
* Make 'import portage' statements more tolerant to broken source statementsZac Medico2008-03-011-1/+19
* Make stack_dicts() treat an empty variable assignment just like a non-emptyZac Medico2008-02-201-1/+1
* don't try to copy manually removed libraries (bug #208946)Marius Mauch2008-02-051-0/+14
* Bug #204020 - Make grabfile() properly raise PermissionDenied whenZac Medico2008-01-021-1/+3
* In getconfig(), pass the infile attribute into the shlexZac Medico2007-12-251-1/+4
* * Raise PermissionDenied from getconfig() when appropriate.Zac Medico2007-12-111-3/+5
* add quickie logger functionAlec Warner2007-10-231-0/+10
* Fix from ferringbAlec Warner2007-08-051-1/+1
* For bug #187518, handle EISDIR thrown from mkdir when the directory already e...Zac Medico2007-08-021-1/+1
* Fix imports for style, slight optimization for grab* function, doc fixups.Alec Warner2007-07-231-4/+11
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-051-3/+0
* Remove more unnecessary list generation.Zac Medico2007-06-211-3/+3
* For bug #177591, increase shell compatibility by preserving quotes in varexpa...Zac Medico2007-05-081-2/+4
* Namespace sanitizing, step 2Marius Mauch2007-01-251-12/+12
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+1037