summaryrefslogtreecommitdiffstats
path: root/pym/portage/util
Commit message (Expand)AuthorAgeFilesLines
* Update timestamps in headers of modified files.v2.1.9.48Zac Medico2011-05-082-2/+2
* PreservedLibsRegistry: normalize counter as strZac Medico2011-05-081-4/+22
* linkmap: use exclude_pkgs for the registry tooZac Medico2011-05-081-2/+9
* PreserveLibsRegistry: add lock/unlock assertionsZac Medico2011-05-081-1/+12
* preserve-libs: fix linkmap logic for new plibsZac Medico2011-05-081-6/+27
* Cleanup preserved lib locking in portage.David James2011-05-081-13/+19
* Update header timestamps for modified files.Zac Medico2011-03-261-1/+1
* env_update: remove sleep_for_mtime_granularityDavid James2011-03-261-11/+7
* Update timestamps in headers of modified files.Zac Medico2011-03-141-1/+1
* grablines: allow inline commentsZac Medico2011-03-141-3/+13
* grabdict: allow inline commentsTheo Chatzimichos2011-03-141-0/+7
* Fix a typo in a comment.Zac Medico2011-01-211-1/+1
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-211-2/+2
* PtyEofTestCase: test unbuffered fdopenZac Medico2011-01-211-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
* 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-231-7/+6
* Optimize LazyItemsDict.__deepcopy__().v2.1.9.24Zac 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-301-6/+6
* use ROOT iso EROOT with PreservedLibsRegistry, since all entries already have...Fabian Groffen2010-09-301-5/+5
* 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