summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* In the slot collision display, show a maximum of 3 parentsZac Medico2007-11-141-0/+22
* Make the slot collision display show all collisions insteadZac Medico2007-11-131-21/+27
* Make depgraph._complete_graph() properly specify SetArg instancesZac Medico2007-11-131-13/+24
* Make depgraph._add_pkg() match the package with all possibleZac Medico2007-11-131-22/+26
* Remove the depgraph.pkg_node_map attribute and use otherZac Medico2007-11-121-45/+36
* Add DependencyArg instances as parents of packages in theZac Medico2007-11-121-8/+21
* * Remove all references to the obsolete Package.digraph_node attribute.Zac Medico2007-11-121-63/+51
* Make the Package class emulate the interface of it's ownZac Medico2007-11-122-19/+21
* * Provide reasonable default values for DependencyZac Medico2007-11-111-38/+35
* Fix depgraph._get_arg_for_pkg() so that it compares packageZac Medico2007-11-111-1/+5
* Implement mapping of packages to instances of DependencyArgZac Medico2007-11-112-4/+50
* Wrap accesses to depgraph._set_atoms.findAtomForPackage() inZac Medico2007-11-111-7/+26
* Make the EbuildQuote.missing_quotes regex accept singleZac Medico2007-11-101-2/+2
* Fix WorldSet.cleanPackage() so that it properly preservesZac Medico2007-11-101-0/+1
* Convert all the checks in repoman.checks to use a new LineCheckZac Medico2007-11-101-179/+106
* Clean up expansion of set arguments in depgraph.select_files().Zac Medico2007-11-091-11/+13
* fix typo and missing classmethod declarationMarius Mauch2007-11-091-1/+2
* if multiple glsas result in the same cat/pkg:slot being affected only use the...Marius Mauch2007-11-091-1/+17
* move checkfile parsing into its own functionMarius Mauch2007-11-092-9/+17
* revert getMergeList to return CPVs again instead of atomsMarius Mauch2007-11-092-2/+2
* Fix incorrect type in depgraph._missing_args.Zac Medico2007-11-091-1/+1
* Create classes to encapsulate eache of the depgraph argumentZac Medico2007-11-091-24/+61
* Remove the workaround for \n -> \r\n transformations inZac Medico2007-11-091-4/+5
* Bug #198491 - Disable termios.OPOST post-processing of output onZac Medico2007-11-091-0/+7
* Revert accidental hunk from bug 198491. Haven't testedZac Medico2007-11-091-5/+0
* make.globals should not be relative to config_rootZac Medico2007-11-091-1/+8
* Tweak EOutput.term_columns calculation for TERM="dumb" soZac Medico2007-11-081-1/+1
* Don't do:Zac Medico2007-11-081-0/+1
* It is not cool and/or helpfull to see an HTML dump of someZac Medico2007-11-081-3/+0
* For unsatisfied dependencies, shorten the per-package EAPI maskZac Medico2007-11-072-1/+13
* Really fix broken logic for --update greedy slot atoms inZac Medico2007-11-071-1/+1
* Fix broken logic for --update greedy slot atoms inZac Medico2007-11-071-1/+3
* Make depgraph.select_files() perform internal expansion ofZac Medico2007-11-061-25/+42
* Simplify and fix bugs in is_valid_package_atom().Zac Medico2007-11-061-11/+5
* Fix create_world_atom() logic some more for bug #198129.Zac Medico2007-11-061-1/+4
* Bug #198129 - Prevent SLOT atoms like sys-devel/binutils:0Zac Medico2007-11-061-10/+28
* Allow multislot packages to be added to the world fileZac Medico2007-11-051-9/+11
* Make WorldHandler lock the world file when in --fix mode.Zac Medico2007-11-051-1/+1
* 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