summaryrefslogtreecommitdiffstats
path: root/pym/portage/util
Commit message (Expand)AuthorAgeFilesLines
* Make sure atoms in profiles follow the profiles EAPISebastian Luther2010-09-131-8/+39
* portage.util: Add optional remember_source_file parameter to some functions t...Sebastian Luther2010-09-101-22/+51
* Import ifilterfalse as filterfalse, for python3 compatibility.Zac Medico2010-09-091-2/+5
* Add portage.util.unique_everseenSebastian Luther2010-09-091-2/+23
* Use localization for the dos line-endings warning message in getconfig.Zac Medico2010-09-071-2/+2
* Bug #336349 - Make getconfig() warn about dos-style line endings inZac Medico2010-09-071-5/+13
* Use a lazy import for portage.dep instide portage.util.Zac Medico2010-09-031-1/+1
* Add a note to the ensure_dirs() docstring about atomic directory creation.Zac Medico2010-09-011-1/+6
* Make ensure_dirs() use os.path.isdir() to verify that the directoryZac Medico2010-09-011-2/+3
* In ensure_dirs(), only call apply_permissions() when keyword argumentsZac Medico2010-09-011-2/+5
* In dblink.mergeme(), handle EISDIR which can be raised from mkdir callsZac Medico2010-08-311-0/+1
* Rename vardbapi.plib_registry to vardbapi._plib_registry since I'mZac Medico2010-08-291-2/+2
* Move LinkageMap to a new portage.util._dyn_libs.LinkageMapELF module.Zac Medico2010-08-291-0/+633
* Move PreservedLibsRegistry to a new portage.util._dyn_libs.PreservedLibsRegis...Zac Medico2010-08-292-0/+139
* Bug #334817 - Make genconfig() warn about EISDIR instead of raisingZac Medico2010-08-271-1/+2
* Make recursive grablines() ignore the same directories asZac Medico2010-08-232-4/+6
* Revert back to using ROOT for env_update(), since that's how theZac Medico2010-08-211-2/+2
* Fix env_update() calls to use EROOT.Zac Medico2010-08-211-1/+4
* Make varexpand() create a new empty dict for variable expansions inZac Medico2010-08-201-1/+3
* Fix get_cycles() to handle None return value from shortest_path().Zac Medico2010-08-181-0/+2
* portage.util.digraph: Raise KeyError in newly added functions. Add tests.Sebastian Luther2010-08-181-13/+21
* portage.util.digraph: Add get_cycles() and its helpers shortest_path() and bfs()Sebastian Luther2010-08-181-0/+35
* 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