summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* Fix 'TypeError: not all arguments converted during string formatting'Zac Medico2007-11-051-1/+1
* Make exception strings more informative.Zac Medico2007-11-041-2/+5
* Make Manifest.create() do some basic validation of ebuildZac Medico2007-11-041-1/+11
* In portdbapi.cp_list(), validate the ebuild name to ensureZac Medico2007-11-041-0/+4
* When evaluating *DEPEND conditionals for the Packages metadataZac Medico2007-11-041-1/+2
* Clean up ACCEPT_KEYWORDS incremental stacking logic andZac Medico2007-11-041-36/+37
* In fetch(), replace checksum_failure_counts dict with singleZac Medico2007-11-041-8/+6
* Make fetch() behave like the ebuild has RESTRICT="primaryuri"Zac Medico2007-11-041-1/+30
* For sanity, pass an actual list of keys into aux_get() insteadZac Medico2007-11-041-3/+4
* Bug #197797 - Do not actively clear o+rx permission bitsZac Medico2007-11-031-4/+1
* Bug #197965 - Make fetch() bail out after 5 checksumZac Medico2007-11-031-0/+12
* Bug #197965 - When fetch() encounters a checksum failure,Zac Medico2007-11-031-12/+46
* Fix update_config_files() so that it uses update_dbentry()Zac Medico2007-11-031-31/+30
* Remove redundant code from previous commit.Zac Medico2007-11-031-2/+0
* Bug #197932 - Make dbapi._cpv_sort_ascending()Zac Medico2007-11-031-9/+10
* TODO: Make update_config_files() handle slotmove commands for SLOT atoms.Zac Medico2007-11-031-0/+1
* In portage.fetch(), condense digest check output to a singleZac Medico2007-11-031-2/+4
* Make portdbapi.gvisible() use portdbapi._aux_cache_keysZac Medico2007-11-021-1/+1
* Return early from config.getMaskAtom() as soon as a matchingZac Medico2007-11-021-5/+1
* Make sure vardbapi.cp_list() always sorts the results.Zac Medico2007-11-021-1/+1
* Fix ignore_priority logic in depgraph.altlist() in orderZac Medico2007-11-021-0/+8
* Collapse 2 identical code hunks into 1.Zac Medico2007-11-021-37/+18
* Optimize merge order to try and select nodes that only haveZac Medico2007-11-021-1/+20
* In the 'there are no ebuilds to satisfy "foo"' message, discardZac Medico2007-11-011-0/+2
* Properly escape { and } characters in regular expressions evenZac Medico2007-11-011-3/+3
* Remove an extra \$ from the EbuildQuote.var_reference regexZac Medico2007-11-011-1/+1
* Make the EbuildUselessCdS check for both quoted and unquoted ${S}Zac Medico2007-11-011-1/+1
* Avoid making unnecessary copies of PackageSet._atoms byZac Medico2007-11-012-8/+14
* Add a check for redundant cd "${S}" statements on the firstZac Medico2007-11-012-1/+23
* Make depgraph.select_files() recursively expand sets given asZac Medico2007-10-311-1/+8
* Defer selection of package dependency atoms until they areZac Medico2007-10-311-14/+26
* Gather some ignored dependencies so that they can be properlyZac Medico2007-10-311-6/+16
* Remove a few unused depgraph attributes.Zac Medico2007-10-311-13/+0
* Fix "args" set handling wrt $ROOT in depgraph._complete_graph().Zac Medico2007-10-301-1/+2
* Implement license filtering for xmatch minimum-visible andZac Medico2007-10-301-10/+21
* Optimize xmatch "bestmatch-visible" to do fewer metadataZac Medico2007-10-301-7/+6
* Implement a "consistent" depgraph parameter (enabled by --consistent)Zac Medico2007-10-301-4/+151
* Use rstrip("\n") to remove trailing newlines fromZac Medico2007-10-291-2/+1
* Rewrite the dblink.getcontents() code to use str.split(" ")Zac Medico2007-10-291-35/+37
* Make portdbapi.cp_list() use os.listdir() instead ofZac Medico2007-10-291-1/+5
* Fix PackageSet.getAtoms() and getNonAtoms() so that theyZac Medico2007-10-281-6/+10
* Fix --depclean to use SetConfig.getSetAtoms() and also fix aZac Medico2007-10-281-8/+5
* Fix SetConfig.getSetAtoms() to stop initializing ignorelistZac Medico2007-10-281-3/+6
* Optimize stdout_spinner.update() methods so that they don'tZac Medico2007-10-281-3/+22
* Fix cp_list() to prevent it from returning a referenceZac Medico2007-10-281-2/+2
* Sort all dbapi.cp_list() results in ascending order andZac Medico2007-10-285-38/+41
* Replace depgraph._slot_node_map with _slot_pkg_map soZac Medico2007-10-271-35/+22
* Make depgraph._select_atoms() more flexible by allowingZac Medico2007-10-271-5/+9
* Reuse an existing EmergeConfig instance instead ofZac Medico2007-10-271-1/+1
* Fix broken $ROOT handling for setconfig in the MergeTaskZac Medico2007-10-271-6/+10