summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* _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
* catpkgsplit: don't cache resultsZac Medico2012-05-121-7/+1
* Add portage.eapi.eapi_allows_dots_in_use_flags().Arfrever Frehtes Taifersar Arahesis2012-05-122-11/+14
* Allow dots in package names in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-05-124-49/+99
* Fix handling of empty PORTDIR{,_OVERLAY} setting.Zac Medico2012-05-111-2/+2
* Cleanup profile-formats code.v2.2.0_alpha104Zac Medico2012-05-112-3/+9
* RepoConfig: sort __slots__Zac Medico2012-05-111-3/+3
* Avoid redundant layout.conf parsing.Zac Medico2012-05-113-7/+17
* config: load repositories before profileZac Medico2012-05-111-5/+19
* config: propagate SYNC to self.repositoriesZac Medico2012-05-112-9/+6
* config: use shlex to split known_reposZac Medico2012-05-111-3/+3
* PollScheduler: use local EventLoop (thread safe)Zac Medico2012-05-106-27/+51
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-106-80/+44
* Make REPOSITORY variable again available in global scope of ebuilds,Arfrever Frehtes Taifersar Arahesis2012-05-101-6/+3
* porttree.py: remove unused importsv2.2.0_alpha103Zac Medico2012-05-091-2/+0
* Refer to bug #402167 where appropriate.Zac Medico2012-05-091-1/+1
* doebuild_environment: clean up EAPI related codeZac Medico2012-05-091-31/+29
* EbuildMetadataPhase: handle empty EAPI from bashZac Medico2012-05-091-1/+2
* Split out eapi_invalid function.Zac Medico2012-05-092-39/+55
* Show unsatisfied REQUIRED_USE for bug #415125.Zac Medico2012-05-091-4/+9
* doebuild_environment: remove unused eapi parsingZac Medico2012-05-091-18/+2
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-097-89/+123
* COLLISION_IGNORE: support fnmatch patternsZac Medico2012-05-072-16/+9