summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* lockfile: use hasattr() instead of dir()Zac Medico2011-06-091-1/+1
* test_use_reduce: test empty parens (bug 370565)Zac Medico2011-06-091-1/+3
* use_reduce: disallow empty parensArfrever Frehtes Taifersar Arahesis2011-06-092-3/+6
* getmaskingstatus: fix keywords logicZac Medico2011-06-091-28/+10
* getmaskingreason: EAPI metadata safetyZac Medico2011-06-091-0/+11
* Fix a typo and update a comment.Arfrever Frehtes Taifersar Arahesis2011-06-091-2/+2
* SpawnTestCase: check returncodeZac Medico2011-06-091-1/+1
* locks: use a private constant for fcntl.lockfZac Medico2011-06-091-3/+4
* Test noblocking locks.Zac Medico2011-06-081-0/+46
* Atom: avoid TypeError with PyPyZac Medico2011-06-081-1/+5
* extract_affecting_use: _get_useflag_re(eapi)Zac Medico2011-06-082-4/+4
* Add initial support for EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2011-06-082-13/+11
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-06-061-1/+1
* bintree: populate REPO header for empty pkgindexv2.2.0_alpha38Zac Medico2011-06-061-1/+8
* getmaskingreason: assume myrepo arg is validZac Medico2011-06-061-5/+8
* config: add missing Package importZac Medico2011-06-061-0/+1
* Use Package.UNKNOWN_REPO where appropriate.Zac Medico2011-06-065-8/+15
* getmaskingreason: add myrepo argumentZac Medico2011-06-061-10/+29
* InternalPackageSet: default allow_repo=TrueZac Medico2011-06-051-2/+8
* Enable atom::repo in the @selected package set.Zac Medico2011-06-051-3/+3
* match-all-cpv-only: share match-all cache when okZac Medico2011-06-051-0/+4
* portdbapi.xmatch: remove redundant myval checkZac Medico2011-06-051-7/+5
* portdbapi.xmatch: always pass mytree to cp_listZac Medico2011-06-051-21/+26
* dbapi._iter_match: remove redundant myrepo argsZac Medico2011-06-052-12/+12
* dep_expand: fix orig_dep for previous commitZac Medico2011-06-051-1/+1
* dep_expand: optimize away cpv_expand if possibleZac Medico2011-06-051-7/+16
* Uniformly check EAPI when avoiding setcpv calls.Zac Medico2011-06-043-4/+4
* Fix a typo in a comment.Zac Medico2011-06-031-1/+1
* Revert "dblink.merge: remove autoclean emergelog calls"Zac Medico2011-06-031-0/+15
* portdbapi: cleanup when base module is reloadedZac Medico2011-06-031-0/+29
* Update timestamps in headers of modified files.Zac Medico2011-06-034-4/+4
* Move pickle import out of base portage module.Zac Medico2011-06-033-6/+6
* make_http_request: fix request argumentsZac Medico2011-06-031-1/+1
* dblink.merge: remove autoclean emergelog callsZac Medico2011-06-031-15/+0
* dblink.merge: remove unused scheduler callbacksZac Medico2011-06-031-40/+29
* dblink.unmerge: fix some background logic casesZac Medico2011-06-032-2/+8
* autounmask-write: force configpro if non-existentZac Medico2011-06-021-3/+6
* Use bool(digraph) instead of empty()/is_empty().Zac Medico2011-06-022-6/+6
* dblink.unmerge: init log_path earlier, don't popZac Medico2011-06-021-4/+1
* repository/config: PORTDIR/overlay priority tweakZac Medico2011-06-022-12/+20
* dep_zapdeps: use digraph for preference selectionZac Medico2011-05-301-2/+9
* test_merge_order: add USE deps to bug 264434 testZac Medico2011-05-301-4/+18
* test_merge_order: test bug #264434 with virtualZac Medico2011-05-301-1/+21
* MergeProcess: populate vardbapi cache for new pkgZac Medico2011-05-261-0/+9
* counter_tick_core: flush the cache (periodically)Zac Medico2011-05-261-0/+6
* unmerge: remove redundant builddir_locked varZac Medico2011-05-261-7/+4
* dblink.unmerge: always initialize myebuildpathZac Medico2011-05-251-10/+5
* counter_tick: respect incrementing param alwaysZac Medico2011-05-251-12/+16
* unmerge: fix logging for unsupported EAPIZac Medico2011-05-251-26/+29
* writedict: use write_atomic for exceptionsZac Medico2011-05-242-17/+9