summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* _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
* Properly fix my earlier breakageBrian Dolbec2011-01-301-38/+21
* fix a "*" being added for a stable pkg-verBrian Dolbec2011-01-301-2/+3
* getRawMaskAtom: handle user negative incrementalsZac Medico2011-01-301-3/+11
* Display: show masks in the [ ] partZac Medico2011-01-301-11/+16
* Fix keywords breakage from last 2 commits.Zac Medico2011-01-302-2/+21
* fix the problem of mixing "**" and ebuild keywords for only some archsBrian Dolbec2011-01-302-2/+7
* split up the getMissingKeywords code to eliminate code duplication and increa...Brian Dolbec2011-01-301-94/+130
* NoOffsetWithHelpers: fix invalid errors nameFabian Groffen2011-01-301-1/+1
* repoman: add check for using offset vars with helpersFabian Groffen2011-01-302-3/+13
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-01-301-2/+2
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-01-301-2/+2
* make it only print if it is due to an override settingBrian Dolbec2011-01-301-1/+1
* Use the new _getRawMissingKeyword() which optimizes the keyword display. Misc...Brian Dolbec2011-01-302-55/+51
* add getRawMissingKeywords functionsBrian Dolbec2011-01-302-1/+108
* add a new function to MaskManager that optimizies getting any raw mask atomsBrian Dolbec2011-01-303-26/+53
* optimize isHardMasked() a little moreBrian Dolbec2011-01-301-5/+2
* Move most of the code to _emerge's Package object. Refine the hardmasking cod...Brian Dolbec2011-01-302-22/+48
* add keyword output info for masked pkgs, fixes bug 58416Brian Dolbec2011-01-301-2/+41
* bintree: warn for missing binhost TIMESTAMPZac Medico2011-01-291-0/+2
* Fix selinux import error handling.Zac Medico2011-01-291-0/+1
* Test import of all modules.Zac Medico2011-01-283-3/+39
* depgraph: fix get_dep_chain unicode handlingZac Medico2011-01-281-7/+8
* action_info: fix noiselevel for repo/set displaysZac Medico2011-01-281-4/+4
* action_info: use _ENABLE_SET_CONFIG for setsZac Medico2011-01-281-6/+8
* --info: Show installed sets (bug 282250)Sebastian Luther2011-01-281-1/+10
* autounmask USE change comment: ensure that the first parent requires the changeSebastian Luther2011-01-281-16/+29
* Show use conditionals in old style dep chainsSebastian Luther2011-01-282-126/+154
* binarytree: fix BASE_URI for old-style binhostZac Medico2011-01-261-0/+1
* binarytree: fix broken BASE_URI initializationZac Medico2011-01-261-2/+3
* Update Portage to support multiple binhosts.David James2011-01-262-17/+21