summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* EOFError can still be raised by array.fromfile() in Python >=2.6.6 and >=2.7.1.Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+0
* Bug #330937: Handle IOError raised by remaining calls to array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-051-4/+2
* Fix race condition in Portage symlink creation.David James2010-07-261-4/+12
* portage.util.grab*(): Add optional parameter to allow wildscards in atomsSebastian Luther2010-07-231-4/+4
* portage.dep.Atom: Add optional parameter to allow wildcards (*/*, cat/*, */pkg)Sebastian Luther2010-07-231-1/+1
* lafilefixing: Use .replace() instead of the broken regex to update the contentsSebastian Luther2010-07-181-9/+13
* Use epytext markup in rewrite_lafile() docstring, and add note aboutZac Medico2010-07-131-3/+7
* Fix output handling for FEATURES="lafilefixing".Zac Medico2010-07-121-4/+8
* Fix writemsg to only use fd.buffer when it is stderr or stdout.Zac Medico2010-07-121-1/+1
* Make lafilefixer handle files in binary mode, in order to avoid potentialZac Medico2010-07-121-28/+29
* Let emerge fix .la filesSebastian Luther2010-07-121-0/+176
* repoman: Fix bogus warnings "Invalid atom in [..]/package.keywords: D" when w...Sebastian Pipping2010-07-061-1/+1
* Make ensure_dirs() behave correctly for DragonFly when EPERM is raised forZac Medico2010-04-061-7/+12
* Make sure portage.VERSION is saved in the mtimedb as type str rather thanZac Medico2010-03-271-2/+3
* Remove all svn $Id keywords.Zac Medico2010-03-248-8/+0
* Clean up imports and unused variables.Zac Medico2010-03-021-19/+5
* Move _pty module to portage.util._pty.Zac Medico2010-03-021-0/+205
* Move the MtimeDB class to portage.util.mtimedb and deprecate the commit_mtimedbZac Medico2010-02-281-0/+77
* Move portage.movefile to portage.util.movefile.Zac Medico2010-02-251-0/+234
* Relocate portage.util.digestgen to portage.package.ebuild.digestgen.Zac Medico2010-02-251-204/+0
* Define 'long' for Python 3.Arfrever Frehtes Taifersar Arahesis2010-02-251-0/+4
* Move digestgen to portage.util.digestgen.Zac Medico2010-02-251-0/+204
* Move ExtractKernelVersion portage.util.ExtractKernelVersion.Zac Medico2010-02-251-0/+77
* Move env_update to portage.util.env_update.envupdate.Zac Medico2010-02-251-0/+287
* Move cacheddir and listdir to portage.util.listdir.Zac Medico2010-02-252-0/+155
* Add missing writmsg import.Zac Medico2010-02-241-0/+2
* Move portage.digraph class to portage.util.digraph.digraph.Zac Medico2010-02-221-0/+281
* Move the portage.util module into a directory, for splitting into smaller files.Zac Medico2010-02-221-0/+1429