summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Test import of all modules.Zac Medico2011-01-283-3/+39
* depgraph: fix get_dep_chain unicode handlingZac Medico2011-01-281-7/+8
* action_info: fix noiselevel for repo/set displaysZac Medico2011-01-281-4/+4
* action_info: use _ENABLE_SET_CONFIG for setsZac Medico2011-01-281-6/+8
* --info: Show installed sets (bug 282250)Sebastian Luther2011-01-281-1/+10
* autounmask USE change comment: ensure that the first parent requires the changeSebastian Luther2011-01-281-16/+29
* Show use conditionals in old style dep chainsSebastian Luther2011-01-282-126/+154
* binarytree: fix BASE_URI for old-style binhostZac Medico2011-01-261-0/+1
* binarytree: fix broken BASE_URI initializationZac Medico2011-01-261-2/+3
* Update Portage to support multiple binhosts.David James2011-01-262-17/+21
* grab_updates: return all after first modifiedZac Medico2011-01-251-3/+11
* Wildcard support for -c/-CSebastian Luther2011-01-243-2/+65
* fdopen: read from processes in unbuffered modev2.2.0_alpha19Zac Medico2011-01-214-7/+7
* test_pty_eof: separate classes for self.todoZac Medico2011-01-211-1/+2
* Fix a typo in a comment.Zac Medico2011-01-201-1/+1
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-203-6/+8
* PtyEofTestCase: test unbuffered fdopenZac Medico2011-01-202-4/+27
* dispatch-conf: restrict default archive-dir permsv2.2.0_alpha18Zac Medico2011-01-191-1/+4
* BinpkgFetcher: ust pty like EbuildFetcherZac Medico2011-01-191-1/+16
* doebuid: clean up AA handlingZac Medico2011-01-181-9/+0
* depgraph: avoid duplicate ebuild visibility checkZac Medico2011-01-181-1/+1
* depgraph: don't reinstall for changed repoZac Medico2011-01-182-8/+45
* depgraph: avoid updates moreZac Medico2011-01-182-13/+15
* test_multirepo: test for bug #351828Zac Medico2011-01-181-2/+24
* Fix some poor installed/masked || choices.Zac Medico2011-01-182-15/+20
* Fix breakage from previous commit.Zac Medico2011-01-181-4/+29
* doebuild_environent: handle A/AA initializationZac Medico2011-01-184-62/+40
* Fix broken pkg.use.enabled ref from last commit.v2.2.0_alpha17Zac Medico2011-01-171-1/+1
* EbuildBuild: Ensure $A is defined in pkg_nofetch.Zac Medico2011-01-171-1/+8
* Scheduler: remove uninstall task from pkg_queuev2.2.0_alpha16Zac Medico2011-01-171-0/+4
* Use r'' for regex.Zac Medico2011-01-171-1/+1
* spawn_nofetch: Ensure $A is defined.Zac Medico2011-01-171-1/+7
* spawn_nofetch: fix PORTAGE_BUILDIR_LOCKED stateZac Medico2011-01-171-0/+2
* Update copyright headers for touched files.Zac Medico2011-01-165-5/+5
* 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
* Add missing InvalidAtom import from prev commit.Zac Medico2011-01-161-1/+1
* Use Atom for stricter portdb.cp_all() validation.Zac Medico2011-01-162-5/+7
* CONTENTS: handle malformed sym entriesZac Medico2011-01-161-2/+10
* Tweak PollScheduler signal handling.Zac Medico2011-01-152-33/+37
* Remove duplicate Scheduler constructor call.Zac Medico2011-01-151-3/+0
* Add PollScheduler.terminate() for interruption.Zac Medico2011-01-155-27/+129
* When killed by signal, return 128 + signum.Zac Medico2011-01-151-2/+2
* AsynchronousLock: use process by defaultZac Medico2011-01-131-1/+9
* Don't filter QA warning for --disable-dep...Zac Medico2011-01-121-6/+1
* Scheduler: free unneeded uninstall task from memv2.2.0_alpha14Zac Medico2011-01-061-1/+5
* Scheduler: handle same cpv with different SLOTZac Medico2011-01-051-0/+3
* Scheduler: fix reposyntax uninstall hash breakageZac Medico2011-01-051-8/+10
* Scheduler: always share FakeVartree pkg_cacheZac Medico2011-01-051-1/+2
* Scheduler: avoid unecessary Package instancesZac Medico2011-01-051-1/+0