summaryrefslogtreecommitdiffstats
path: root/pym/portage/util
Commit message (Expand)AuthorAgeFilesLines
* python3.2 fixes: use array.tobytes()Zac Medico2011-08-241-3/+5
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-4/+9
* Fix a typo in the previous commit.v2.2.0_alpha47Zac Medico2011-07-231-1/+1
* LinkageMapELF.getOwners(): add note about plibsZac Medico2011-07-231-0/+5
* LinkageMapELF: fix reversed x, cpv var refsZac Medico2011-07-231-1/+1
* LinkageMapELF: remove 5-tuple unpack codeZac Medico2011-07-221-17/+22
* LinkageMapELF: add getOwners() method and use itZac Medico2011-07-221-13/+41
* LinkageMapELF: use a class for _obj_properiesZac Medico2011-07-221-11/+31
* LinkageMapELF: optimize memory usageZac Medico2011-07-221-9/+20
* Optimize LinkageMapELF.findConsumers().Zac Medico2011-07-201-7/+8
* Fix unused case in LinkageMapELF.findConsumers().Zac Medico2011-07-191-8/+12
* preserve-libs: search for alt providers of sonameZac Medico2011-07-171-8/+50
* Remove python-2.6 StringIO.StringIO fallback.Zac Medico2011-07-121-3/+3
* Migrate from codecs.open() to io.open().Zac Medico2011-07-103-12/+31
* 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