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-3/+8
* REQUIRED_USE: handle unsatisfied like normal depZac Medico2011-02-021-17/+6
* Fix grammar in a comment.Zac Medico2011-02-021-1/+1
* 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-021-14/+15
* Show "missed update" message for REQUIRED_USE.Zac Medico2011-02-021-7/+32
* doebuild: always return success for listonly modeZac Medico2011-02-021-0/+6
* _exec: use default SIGINT/TERM handlersZac Medico2011-02-021-0/+5
* _MergeProcess: use default SIGINT/TERM handlersZac Medico2011-02-021-1/+7
* EbuildFetcher: use default SIGINT/TERM handlersZac Medico2011-02-021-0/+6
* emerge: spawn nofetch for --pretend --fetchZac Medico2011-02-021-0/+1
* depgraph: display 'searching for similar names'Zac Medico2011-02-021-3/+11
* Print near matches for cmd line atoms without matching ebuildSebastian Luther2011-02-021-0/+33
* ImportModulesTestCase: use iterator, not listZac Medico2011-02-021-6/+3
* EbuildBuild: spawn nofetch for fetchonlyZac Medico2011-02-021-5/+12
* Fix a typo in a comment.Arfrever Frehtes Taifersar Arahesis2011-02-021-2/+2
* Allow relative paths (starting with ./) on the cmd lineSebastian Luther2011-02-021-0/+7
* slot collision suggestions: Avoid showing redundant suggestions.Sebastian Luther2011-02-023-25/+94
* ebuild_xattr: lazily import xattrZac Medico2011-02-022-3/+4
* test/lint/test_import_modules.py: Better error reporting and expected failuresSebastian Luther2011-02-021-1/+10
* NoOffsetWithHelpers: fix invalid errors nameFabian Groffen2011-02-021-1/+1
* repoman: add check for using offset vars with helpersFabian Groffen2011-02-022-3/+13
* bintree: warn for missing binhost TIMESTAMPZac Medico2011-02-021-0/+2
* Fix selinux import error handling.Zac Medico2011-02-021-0/+1
* Test import of all modules.Zac Medico2011-02-023-3/+39
* depgraph: fix get_dep_chain unicode handlingZac Medico2011-02-021-7/+8
* autounmask USE change comment: ensure that the first parent requires the changeSebastian Luther2011-02-021-16/+29
* Show use conditionals in old style dep chainsSebastian Luther2011-02-022-126/+154