summaryrefslogtreecommitdiffstats
path: root/pym/portage/util
Commit message (Expand)AuthorAgeFilesLines
* movefile: handle EEXIST when os.symlink failsZac Medico2011-05-141-1/+2
* _LibGraphNode: re-use the _key attributeZac Medico2011-05-141-3/+10
* LinkageMapELF: remove unused importsv2.2.0_alpha32Zac Medico2011-05-082-4/+2
* PreservedLibsRegistry: normalize counter as strZac Medico2011-05-081-4/+22
* linkmap: use exclude_pkgs for the registry tooZac Medico2011-05-081-2/+9
* linkmap: check for access before locking vardbapiZac Medico2011-05-071-2/+5
* Use EROOT with VDB_PATH in recent changes.Zac Medico2011-05-071-3/+2
* Use finer grained locks for install.David James2011-05-071-9/+14
* PreserveLibsRegistry: add lock/unlock assertionsZac Medico2011-05-071-1/+12
* preserve-libs: fix linkmap logic for new plibsZac Medico2011-05-061-6/+27
* Cleanup preserved lib locking in portage.David James2011-05-061-13/+19
* Update header timestamps for modified files.Zac Medico2011-03-251-1/+1
* env_update: remove sleep_for_mtime_granularityDavid James2011-03-251-11/+7
* 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