summaryrefslogtreecommitdiffstats
path: root/pym/portage/util
Commit message (Expand)AuthorAgeFilesLines
* varexpand: remove escaped newline charactersZac Medico2011-07-011-2/+5
* LinkageMapElf.findConsumers(): fix $ROOT handlingZac Medico2011-06-301-1/+2
* LinkageMapElf: clarify findConsumers soname codeZac Medico2011-06-301-4/+4
* LinkageMapElf.isMasterLink(): handle libprocZac Medico2011-06-301-1/+10
* Fix a typo in a comment.Zac Medico2011-06-301-1/+1
* Fix a typo in a docstring.Zac Medico2011-06-301-1/+1
* LinkageMapELF.isMasterLink(): literally compareZac Medico2011-06-301-3/+5
* Only create soname symlinks in global libdirs.Zac Medico2011-06-292-4/+5
* env_update: document ldconfig -X for bug #373341Zac Medico2011-06-291-1/+8
* Don't ever recreate root .so links on env-update.Michał Górny2011-06-291-4/+1
* read_corresponding_eapi_file(): Strip final \n from EAPI value.Arfrever Frehtes Taifersar Arahesis2011-06-281-1/+1
* varexpand: handle backslashes like more like bashZac Medico2011-06-281-26/+13
* Fix a typo and update a comment.Arfrever Frehtes Taifersar Arahesis2011-06-091-2/+2
* Update timestamps in headers of modified files.Zac Medico2011-06-031-1/+1
* Move pickle import out of base portage module.Zac Medico2011-06-032-2/+6
* autounmask-write: force configpro if non-existentZac Medico2011-06-021-3/+6
* writedict: use write_atomic for exceptionsZac Medico2011-05-241-14/+8
* writedict: raise any exceptionsZac Medico2011-05-241-2/+1
* atomic_ofstream: suppress redundant open errorZac Medico2011-05-241-3/+3
* digraph: implement __bool__Zac Medico2011-05-171-1/+9
* Update timestamps in headers of modified files.Zac Medico2011-05-171-1/+1
* 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