summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* fakedbapi: use _pkg_str moreZac Medico2012-06-222-15/+43
* ResolverPlayground: fix repo for binpkgsZac Medico2012-06-211-0/+1
* ResolverPlayground: distinguish uninstall mergeZac Medico2012-06-202-5/+9
* ResolverPlayground: distinguish binpkg mergeZac Medico2012-06-202-8/+13
* ResolverPlayground: support binary packagesZac Medico2012-06-204-12/+51
* Atom: cleanup str()/unicode() usageZac Medico2012-06-201-17/+23
* grabfile_package: show real file name in errorZac Medico2012-06-171-1/+1
* Unmerge symlink listed as dir for bug #421165.Zac Medico2012-06-151-4/+5
* Add USE + license autounmask for bug #420847.Zac Medico2012-06-151-6/+6
* test_autounmask: add case for bug #420847Zac Medico2012-06-131-0/+11
* Fix test failure with Python 2.6.Arfrever Frehtes Taifersar Arahesis2012-06-131-1/+1
* repoman: handle trailing newlines betterMike Frysinger2012-06-121-0/+9
* repoman: update cat/pkg info in header all the timeMike Frysinger2012-06-121-0/+101
* test_match_from_list: fix _pkg_str usageZac Medico2012-06-121-3/+3
* dbapi: construct _pkg_str during match on-demandZac Medico2012-06-112-15/+49
* config: pass tolerant param to getconfig moreZac Medico2012-06-111-5/+8
* Move post_src_install metadata code to one func.Zac Medico2012-06-112-41/+37
* QueryCommand: add get_db() classmethodZac Medico2012-06-111-3/+7
* Package: move SLOT validation to _pkg_strZac Medico2012-06-101-1/+9
* Add a _get_slot_re() function.Zac Medico2012-06-102-2/+7
* Package: use _eapi_attrsZac Medico2012-06-101-1/+4
* _get_pv_re: use _eapi_attrsZac Medico2012-06-101-13/+20
* dep: remove old "DEPEND SYNTAX" commentsZac Medico2012-06-101-14/+0
* use_reduce: use _eapi_attrsZac Medico2012-06-102-3/+5
* _get_eapi_attrs: move to eapi moduleZac Medico2012-06-102-32/+31
* dep: move regex constants to top of fileZac Medico2012-06-101-16/+17
* _get_atom_wildcard_re: use _eapi_attrsZac Medico2012-06-101-16/+22
* _get_atom_re: share cache between more EAPIsZac Medico2012-06-101-4/+6
* _get_useflag_re: use _eapi_attrsZac Medico2012-06-101-20/+28
* _get_usedep_re: use _eapi_attrsZac Medico2012-06-101-33/+43
* Atom: use _eapi_attrs in constructorZac Medico2012-06-101-10/+15
* _get_atom_re: handle many combinationsZac Medico2012-06-101-19/+43
* cache/sqlite.py: dynamically add columns to tableZac Medico2012-06-101-2/+40
* depgraph: pass use_reduce result to dep_checkZac Medico2012-06-082-8/+14
* parse_layout_conf: fix cache-formats pms fallbackZac Medico2012-06-051-3/+3
* Handle more import exceptions involving xml.Zac Medico2012-06-041-2/+8
* Delete workaround for http://bugs.python.org/issue14007.Arfrever Frehtes Taifersar Arahesis2012-06-031-10/+0
* InheritEclass: add stable / conservative modeZac Medico2012-06-011-0/+1
* config: whitelist PORTAGE_COMPRESS, don't save itZac Medico2012-06-011-1/+2
* config: lazy VirtualsManager instantiationZac Medico2012-06-011-3/+10
* config: lazy MaskManager instantiationZac Medico2012-06-011-6/+14
* config: lazy KeywordsManager instantiationZac Medico2012-06-011-5/+18
* portageexit: skip SANDBOX_ON checkZac Medico2012-06-011-2/+1
* grablines: raise PermissionDenied if appropriateZac Medico2012-06-011-2/+13
* portageexit: skip secpass checkZac Medico2012-06-011-1/+1
* Use any() to optimize intersection operations.Zac Medico2012-05-302-15/+12
* portage.dep.Atom: Ignore allow_repo argument when non-None eapi is passed.Arfrever Frehtes Taifersar Arahesis2012-05-301-4/+9
* reconstruct_eclasses: unicode hashes for python2v2.2.0_alpha108Zac Medico2012-05-241-2/+5
* validate_entry: handle KeyError for bug #417253Zac Medico2012-05-231-1/+6
* Profile parent repo: references for bug #414961.Zac Medico2012-05-202-5/+45