summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* SimpleResolverTestCase: handle PYTHONHASHSEEDZac Medico2012-05-121-1/+2
* _pkg_str: add slot and repo attributesZac Medico2012-05-128-35/+57
* match_from_list: handle Package.UNKNOWN_REPOZac Medico2012-05-121-1/+4
* _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-125-11/+63
* 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-101-18/+32
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-102-53/+9
* 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
* Split out eapi_invalid function.Zac Medico2012-05-091-0/+46
* doebuild_environment: remove unused eapi parsingZac Medico2012-05-091-18/+2
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-094-53/+32
* COLLISION_IGNORE: support fnmatch patternsZac Medico2012-05-072-16/+9
* COLLISION_IGNORE: handle prefixZac Medico2012-05-051-3/+4
* Support COLLISION_IGNORE_UNOWNED="*.pyc *.pyo"Krzysztof Pawlik2012-05-042-2/+11
* dispatch-conf: use shlex to parse diff commandZac Medico2012-05-021-3/+7
* validate_desktop_entry: handle Python 3.1Zac Medico2012-05-011-1/+6
* Bug #413983: Add portage.util.urlopen(), which transparentlyArfrever Frehtes Taifersar Arahesis2012-05-013-12/+26
* repoman: ignore false Service desktop entry errorZac Medico2012-04-301-0/+70
* LocationsManager: empty profiles_complex on errorZac Medico2012-04-251-0/+1
* doebuild: cleanup tempfile if package phase failsZac Medico2012-04-221-0/+7
* dep.__init__: move writemsg import to topZac Medico2012-04-221-2/+1
* fakedbapi.cp_list: remove obsolete virtual codeZac Medico2012-04-221-2/+1
* portdbapi: update comment about repoman cachesZac Medico2012-04-221-1/+1
* dbapi.cp_list: remove special case for virtualsZac Medico2012-04-222-11/+8
* Add ${T}/build.log symlink to PORT_LOGDIR.Zac Medico2012-04-221-2/+20
* dbapi: account for unevaluated_atom in cachesZac Medico2012-04-203-21/+26
* mergeme: cleanup hardlink_candidates, bug #412453Greg Turner2012-04-171-5/+4
* Handle SystemError when importing xml libraries.Zac Medico2012-04-131-3/+3
* perform_all: fix TypeError for bug #411897Zac Medico2012-04-131-1/+1
* config: populate expand map with profile.envZac Medico2012-04-051-4/+4
* test_getconfig: add case for bug #410625Zac Medico2012-04-031-1/+25
* _check_temp_dir: explicitly close temp fileZac Medico2012-04-031-2/+1