summaryrefslogtreecommitdiffstats
path: root/pym/portage/util
Commit message (Expand)AuthorAgeFilesLines
* env_update: lstrip os.sep in join with eprefixZac Medico2011-10-291-1/+2
* Use bytes instead of unicode with isinstance.Zac Medico2011-10-281-5/+6
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-3/+9
* whirlpool.py: tabs to spacesv2.2.0_alpha64Zac Medico2011-10-081-6/+6
* whirlpool.py: fix for python3Zac Medico2011-10-041-4/+5
* whirlpool.py: skip tests during importZac Medico2011-10-041-6/+7
* whirlpool.py: handle xrange for python3Zac Medico2011-10-011-0/+4
* Manifest2 hash: WhirlpoolRobin H. Johnson2011-10-011-0/+788
* env_update: add more vardbapi fallback codeZac Medico2011-09-181-1/+9
* env_update: use global vardbapi as fallbackZac Medico2011-09-181-1/+7
* move locking into env_update itselfBrian Harring2011-09-151-1/+16
* Fix grammar in some messages.Arfrever Frehtes Taifersar Arahesis2011-09-141-2/+2
* tests/emerge: test env-updateZac Medico2011-09-051-1/+1
* Handle unpickle EOFError.Zac Medico2011-09-032-5/+11
* Handle unpickle AttributeError (bug #381705).Zac Medico2011-09-032-3/+7
* Fix typo in previous commit.Zac Medico2011-08-301-1/+1
* env_update: use ldsoconf_update varZac Medico2011-08-301-0/+1
* env_update: always respect makelinks=FalseZac Medico2011-08-291-7/+4
* env_update: fix breakage in last commitZac Medico2011-08-291-1/+1
* env_update: fix CHOST/CBUILD ldconfig codeZac Medico2011-08-291-4/+6
* env_update: add minimal EPREFIX supportZac Medico2011-08-281-8/+14
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-0/+1
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-251-0/+2
* Add some comments, which will allow to easier find code, which should beArfrever Frehtes Taifersar Arahesis2011-08-251-0/+1
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-3/+7
* 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