summaryrefslogtreecommitdiffstats
path: root/pym/portage/util
Commit message (Expand)AuthorAgeFilesLines
* Update timestamps in headers of modified files.Zac Medico2011-03-141-1/+1
* grablines: allow inline commentsZac Medico2011-03-021-3/+13
* grabdict: allow inline commentsTheo Chatzimichos2011-03-021-0/+7
* Fix a typo in a comment.Zac Medico2011-01-201-1/+1
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-201-2/+2
* PtyEofTestCase: test unbuffered fdopenZac Medico2011-01-201-2/+13
* Update copyright headers for touched files.Zac Medico2011-01-161-1/+1
* Remove redundant portage.listdir(ignorecvs) code.Zac Medico2011-01-161-2/+1
* Make portage.listdir(ignorecvs=1) omit CVS dirs.Zac Medico2011-01-161-1/+2
* apply_recursive_permissions: don't follow symlinkZac Medico2010-12-131-2/+7
* stack_lists: optimize repo handling moreZac Medico2010-11-271-1/+8
* stack_lists: optimize repo logicZac Medico2010-11-261-1/+2
* grab*_package: optimize for non-existent filesZac Medico2010-11-241-0/+4
* Accept eapi argument in portage.util.grabdict_package() andArfrever Frehtes Taifersar Arahesis2010-11-061-7/+6
* Optimize LazyItemsDict.__deepcopy__().v2.2.0_alpha3Zac Medico2010-10-311-2/+2
* Simplify LazyItemsDict.__deepcopy__().Zac Medico2010-10-311-7/+4
* Update docstring for LazyItemsDict.__deepcopy__()Zac Medico2010-10-301-17/+4
* Fix LazyItemsDict.__deepcopy__() for python 2.7.Zac Medico2010-10-291-9/+6
* Show paths of corrupt NEEDED.ELF.2 files.Zac Medico2010-10-211-6/+10
* remove double prefix in LinkageMapELFFabian Groffen2010-09-291-6/+6
* use ROOT iso EROOT with PreservedLibsRegistry, since all entries already have...Fabian Groffen2010-09-291-5/+5
* Improved profiles/p.mask handlingSebastian Luther2010-09-261-4/+31
* Fix a typo in a comment.Zac Medico2010-09-251-1/+1
* Fix varexpand() so that it doesn't do redundant quote removal thatZac Medico2010-09-251-1/+7
* Fix the "Unmatch removal atoms" (second try) to show the correctZac Medico2010-09-181-2/+3
* Fix off-by-one; don't print useless "and 0 more" message.Fabian Groffen2010-09-181-1/+1
* Use _unicode_decode() to force unicode format strings insideZac Medico2010-09-171-2/+7
* Tweak stack_lists() strict_warn_for_unmatched_removal logic.Zac Medico2010-09-151-2/+3
* Bug #337180 - Add a strict_warn_for_unmatched_removal parameter forZac Medico2010-09-141-2/+8
* Limit the spam caused by unmatched removal atomsSebastian Luther2010-09-141-9/+12
* Bug #336692 - When stack_lists() detects unmatched removal atoms,Zac Medico2010-09-141-1/+8
* Add :.repo syntax support for portage.util.{grabfile_package,grabdict_package}Sebastian Luther2010-09-141-4/+4
* 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