summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* check_required_use: clarify operator logicZac Medico2011-02-042-8/+12
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-042-13/+36
* depgraph: make downgrades trigger complete graphZac Medico2011-02-041-2/+21
* ebuild(1): skip REQUIRED_USE for some phasesZac Medico2011-02-041-1/+3
* ebuild(1): ensure REQUIRED_USE is satisfiedZac Medico2011-02-041-2/+25
* depgraph: don't drop deps in _add_depZac Medico2011-02-041-29/+0
* Remove from list by index, not search.Zac Medico2011-02-031-1/+1
* REQUIRED_USE: more display testsZac Medico2011-02-031-0/+10
* REQUIRED_USE: fix parens display and test moreZac Medico2011-02-032-4/+48
* parse_metadata_use(): omit empty text tokens.Michał Górny2011-02-031-1/+2
* REQUIRED_USE: fix parens display and testZac Medico2011-02-032-3/+36
* REQUIRED_USE: display unsatisfied partZac Medico2011-02-033-8/+136
* action_uninstall: allow repo with wildcard atomZac Medico2011-02-031-1/+1
* bintree: cleanup/fix old binhost code moreZac Medico2011-02-021-4/+2
* depgraph: use catsplit where appropriateZac Medico2011-02-021-2/+2
* bintree: clean up dict use in old binhost codeZac Medico2011-02-021-2/+3
* bintree: add missing del from previous commitZac Medico2011-02-021-1/+1
* bintree: remove unused __remotepkgsZac Medico2011-02-021-10/+5
* depgraph: remove obsolete gpg exception handlersZac Medico2011-02-021-14/+0
* depgraph: skip backtrack for fatal errorsZac Medico2011-02-021-0/+10
* depgraph: rm obsolete AmbguousPackageName handlerZac Medico2011-02-021-21/+2
* REQUIRED_USE: no autounmask, so skip backtrackingZac Medico2011-02-021-4/+9
* REQUIRED_USE: handle unsatisfied like normal depZac Medico2011-02-021-17/+6
* Fix grammar in a comment.Zac Medico2011-02-021-1/+1
* Display: simplify alignment for mask statusZac Medico2011-02-021-15/+11
* REQUIRED_USE: add blank line after displayZac Medico2011-02-021-0/+1
* Make || choices independent of REQUIRED_USE.Zac Medico2011-02-022-37/+60
* _get_dep_chain: allow SetArg for first nodeZac Medico2011-02-011-14/+15
* Show "missed update" message for REQUIRED_USE.Zac Medico2011-02-011-7/+31
* doebuild: always return success for listonly modeZac Medico2011-02-011-0/+6
* _exec: use default SIGINT/TERM handlersZac Medico2011-01-311-0/+5
* _MergeProcess: use default SIGINT/TERM handlersZac Medico2011-01-311-1/+7
* EbuildFetcher: use default SIGINT/TERM handlersZac Medico2011-01-311-0/+6
* put main code in a private func() to remove near duplicated codeBrian Dolbec2011-01-311-14/+29
* emerge: spawn nofetch for --pretend --fetchZac Medico2011-01-311-0/+1
* depgraph: display 'searching for similar names'Zac Medico2011-01-311-3/+11
* Print near matches for cmd line atoms without matching ebuildSebastian Luther2011-01-311-0/+33
* ImportModulesTestCase: use iterator, not listZac Medico2011-01-311-6/+3
* EbuildBuild: spawn nofetch for fetchonlyZac Medico2011-01-311-5/+12
* Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2011-01-311-2/+2
* Allow relative paths (starting with ./) on the cmd lineSebastian Luther2011-01-311-0/+7
* slot collision suggestions: Avoid showing redundant suggestions.Sebastian Luther2011-01-313-25/+94
* Display: Simplify mask code for bug #58416.Zac Medico2011-01-314-47/+28
* getRawMissingKeywords: ACCEPT_KEYWORDS, not ARCHZac Medico2011-01-311-1/+1
* Display: align nomerge nodes moreZac Medico2011-01-311-4/+12
* Display: align blocker and nomerge nodesZac Medico2011-01-311-2/+9
* getRawMissingKeywords: fix getEgroups breakageZac Medico2011-01-311-1/+1
* ebuild_xattr: lazily import xattrZac Medico2011-01-302-3/+4
* test/lint/test_import_modules.py: Better error reporting and expected failuresSebastian Luther2011-01-301-1/+10
* KeywordsManager: use lists where order mattersZac Medico2011-01-301-11/+12