summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Remove extended package set configuration docs.v2.1.10.63Zac Medico2012-05-241-5/+5
* portage.const: toggle constants for stable branchZac Medico2012-05-241-4/+4
* 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
* movefile: fix abs symlink adjustment, bug #416431Zac Medico2012-05-171-3/+3
* merge: fix abs symlink adjustment, bug #416431László Szalma2012-05-171-1/+1
* getconfig: only raise ParseErrorv2.2.0_alpha107Zac Medico2012-05-161-1/+1
* RepoConfig: cleanup portage1_profiles codev2.2.0_alpha106Zac Medico2012-05-162-6/+7
* _eapi_invalid: elog permission issue, bug #416231Zac Medico2012-05-161-4/+12
* config: fix /etc/portage/make.profile error msgZac Medico2012-05-151-5/+20
* getconfig: use shlex.error_leader() moreZac Medico2012-05-151-22/+23
* bintree: validate remove cpv morev2.2.0_alpha105Zac Medico2012-05-141-2/+14
* depgraph: send output to stderr when appropriateZac Medico2012-05-141-70/+48
* Atom: use a single _get_atom_re() callZac Medico2012-05-131-14/+15
* BlockerCache: use _unicode() for pickled atomsZac Medico2012-05-131-2/+2
* Split out _hide_url_passwd() and use it more.Zac Medico2012-05-133-8/+12
* binhost: http auth for python3 (bug #413983)Zac Medico2012-05-132-3/+44
* getbinpkg: fix base64 usage for python3Zac Medico2012-05-131-4/+9
* tbz2.scan: use finally to close fileZac Medico2012-05-131-4/+4
* Revert "Bug #413983: Add portage.util.urlopen(), which transparently handles ...Zac Medico2012-05-133-23/+9
* glsa: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-8/+5
* _sets/security: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-4/+4
* _sets/dbapi: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-9/+5
* portdbapi: don't convert _pkg_str to strZac Medico2012-05-131-1/+2
* dblink: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-5/+9
* dep_check: use _pkg_str + vercmp, not pkgcmpZac Medico2012-05-131-15/+21
* _pkg_str: validate repo (move code from Package)Zac Medico2012-05-134-16/+15
* unmerge: use cpv_sort_key instead of pkgcmpZac Medico2012-05-131-10/+12
* _pkg_str: make version -r0 consistent with inputZac Medico2012-05-131-1/+4
* cpv_sort_key: use _pkg_strZac Medico2012-05-131-8/+18
* best_match_to_list: use _pkg_strZac Medico2012-05-131-7/+5
* match_from_list: avoid multiple meanings of mycpvZac Medico2012-05-131-2/+2
* cpvequal: use _pkg_strZac Medico2012-05-132-10/+22
* _pms_eapi_re: require whitespace before commentZac Medico2012-05-131-1/+1
* match_from_list: preserve input in resultZac Medico2012-05-131-4/+6
* Use _pkg_str.version more.Zac Medico2012-05-131-4/+14
* Don't cache vercmp results.Zac Medico2012-05-131-14/+1
* _pkg_str: add version attribute for comparisonsZac Medico2012-05-135-23/+34
* depgraph: minimize match_from_list operationsZac Medico2012-05-131-58/+64
* SimpleResolverTestCase: handle PYTHONHASHSEEDZac Medico2012-05-121-1/+2
* _pkg_str: add slot and repo attributesZac Medico2012-05-129-40/+64
* match_from_list: handle Package.UNKNOWN_REPOZac Medico2012-05-122-4/+8
* _pkg_str: add cpv attribute for match_from_listZac Medico2012-05-121-0/+2
* Check type of xml.etree.ElementTree.TreeBuilder before applyingArfrever Frehtes Taifersar Arahesis2012-05-131-4/+10
* test_digraph: fix get_cycles for PYTHONHASHSEEDZac Medico2012-05-122-7/+15
* test_digraph: fix bfs for PYTHONHASHSEED=randomZac Medico2012-05-121-4/+39
* test_stackLists: fix for PYTHONHASHSEED="random"Zac Medico2012-05-121-2/+2
* Add workaround for http://bugs.python.org/issue14007.Arfrever Frehtes Taifersar Arahesis2012-05-121-0/+4
* Add a _pkg_str class to cache catpkgsplit resultsZac Medico2012-05-126-13/+68