summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* In portage.fetch(), condense digest check ouput to a singleZac Medico2007-10-261-2/+5
* Optimize repoman to share portdbapi.cp_list() resultsZac Medico2007-10-261-7/+16
* Add missing break statement for xmatch minimum-visible.Zac Medico2007-10-261-0/+1
* Optimize repoman visibility checks to access as littleZac Medico2007-10-262-5/+75
* Make emerge add sets to the world file as one would expect.Zac Medico2007-10-262-8/+31
* Allow sets to get through world file validation andZac Medico2007-10-262-5/+15
* Prevent premature expansion of old-style virtualsZac Medico2007-10-261-0/+10
* Optimize the algorithm used for expansion of setZac Medico2007-10-261-4/+13
* break potential cycles in set expansionMarius Mauch2007-10-261-2/+4
* use SetConfig.getSetAtoms instead of PackageSet.getAtoms for expanding sets t...Marius Mauch2007-10-262-3/+4
* use a @ prefix for sets, and replace world/system with their real prefixed na...Marius Mauch2007-10-262-4/+13
* Allow sets to contain non-atomsMarius Mauch2007-10-252-1/+16
* Correct expected split counts for CONTENTS lines.Zac Medico2007-10-251-3/+3
* Handle a potential IndexError.Zac Medico2007-10-251-1/+3
* Remove obsolete whitespace handling code for "obj" filenamesZac Medico2007-10-251-1/+1
* Handle multiple consecutive spaces in filenames as perZac Medico2007-10-251-0/+22
* For the emergelog message, send in the original list ofZac Medico2007-10-251-3/+3
* If the title string is too big then xtermTitle() canZac Medico2007-10-251-0/+5
* Filter atoms that come from sets when generatingZac Medico2007-10-251-4/+9
* For the global AUTOCLEAN, pass an empty list into unmerge()Zac Medico2007-10-251-1/+1
* Spit out a depgraph._get_existing_pkg() method for getting anZac Medico2007-10-251-19/+26
* Make the Package class generate the digraph nodes.Zac Medico2007-10-251-21/+29
* Fix inverted logic error.Zac Medico2007-10-251-1/+1
* Convert depgraph creation from using recursive calls toZac Medico2007-10-241-52/+86
* Add back support for greedy SLOTs when --update is enabled asZac Medico2007-10-241-0/+43
* Fix broken import.Zac Medico2007-10-241-1/+2
* Add back support for helpful `emaint --check world` suggestionsZac Medico2007-10-241-8/+32
* Add back support for detecting if the world file containsZac Medico2007-10-241-6/+13
* Add back support for handling missing system/world atomsZac Medico2007-10-241-16/+24
* Replace sys.exit() calls with return statements in emerge_main().Zac Medico2007-10-241-7/+7