summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* unmerge: fix false alarm about protected symlinksv2.2.0_alpha49Zac Medico2011-07-291-1/+1
* Fix a typo in a comment.v2.2.0_alpha48Zac Medico2011-07-291-1/+1
* emerge: protect symlinks to directories sometimesZac Medico2011-07-281-2/+88
* depgraph: handle invalid SRC_URIZac Medico2011-07-271-2/+7
* config: fix AttributeError: 'NoneType' errorsZac Medico2011-07-271-1/+1
* merge: abort if symlink replacing dirZac Medico2011-07-261-8/+30
* depgraph: make --exclude handle contradictionsZac Medico2011-07-251-1/+7
* 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
* LibraryConsumerSet: handle KeyError from dbapiZac Medico2011-07-231-8/+13
* merge: handle symlink replacing dirZac Medico2011-07-231-5/+13
* LinkageMapELF: remove 5-tuple unpack codeZac Medico2011-07-221-17/+22
* LinkageMapELF: add getOwners() method and use itZac Medico2011-07-224-19/+65
* LinkageMapELF: use a class for _obj_properiesZac Medico2011-07-221-11/+31
* LinkageMapELF: optimize memory usageZac Medico2011-07-221-9/+20
* BinpkgFetcher: support selinux PORTAGE_FETCH_TZac Medico2011-07-212-2/+14
* EverythingSet: always create SLOT atomsZac Medico2011-07-211-14/+6
* Optimize LinkageMapELF.findConsumers().Zac Medico2011-07-201-7/+8
* Fix unused case in LinkageMapELF.findConsumers().Zac Medico2011-07-191-8/+12
* Scheduler: fix _running_tasks for uninstallsv2.2.0_alpha46Zac Medico2011-07-191-1/+3
* EbuildBuild: pass ebuild_path to EbuildFetcherZac Medico2011-07-191-0/+1
* Make emerge --noreplace identical to --selective.Zac Medico2011-07-194-25/+6
* Scheduler: simplify _terminate_tasksZac Medico2011-07-181-19/+8
* preserve-libs: search for alt providers of sonameZac Medico2011-07-172-9/+52
* Scheduler: allow concurrent fetch with --jobs > 1Zac Medico2011-07-171-3/+12
* Fix a typo in a doc string.Arfrever Frehtes Taifersar Arahesis2011-07-171-1/+1
* EbuildFetcher: handle FileNotFoundZac Medico2011-07-161-0/+3
* Fix a typo in a comment.Zac Medico2011-07-161-1/+1
* Binpkg: use fetch queue to cap fetch threadsZac Medico2011-07-161-1/+6
* EbuildBuild: skip the fetch queue when possibleZac Medico2011-07-162-16/+129
* Scheduler: enable prefetch for first packageZac Medico2011-07-161-4/+1
* EbuildBuild: use fetch queue to cap fetch threadsZac Medico2011-07-151-1/+5
* Set PORTAGE_REPO_NAME for depend phase.Zac Medico2011-07-141-0/+1
* debuild: pass manifest to digestcheck()v2.2.0_alpha45Zac Medico2011-07-132-3/+4
* doebuild: discard cached manifest when necessaryZac Medico2011-07-131-1/+8
* debuild: pass dist digests to fetch()Zac Medico2011-07-132-2/+7
* Revert "ebuild(1): allow-missing-manifests for fetch"Zac Medico2011-07-131-4/+2
* Protect EBUILD_{FORCE_TEST,SKIP_MANIFEST} vars.Zac Medico2011-07-131-1/+2
* fetch: fix ebuild --skip-manifest behaviorZac Medico2011-07-131-0/+2
* BUILD_TIME: use string format op for time.time()v2.2.0_alpha44Zac Medico2011-07-121-1/+1
* Use portage.subprocess_getstatusoutput() more.Zac Medico2011-07-125-26/+10
* Avoid baseline subprocess import under python2.Zac Medico2011-07-121-2/+4
* emergelog: use string format op for time.time()Zac Medico2011-07-121-4/+7
* emergelog: remove unneeded seek for append modeZac Medico2011-07-121-3/+0
* Update timestamps in headers of modified files.Zac Medico2011-07-121-1/+1
* Use explicit 'mode' keyword arg with io.open().Zac Medico2011-07-121-3/+3
* Use explicit 'mode' keyword arg with io.open().Zac Medico2011-07-121-2/+2
* resume_depgraph: be careful with parent_node typeZac Medico2011-07-121-2/+3
* unmerge: reject USE conditionals in argumentsZac Medico2011-07-121-2/+12