summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* spawn rsync without a shell.Zac Medico2007-02-231-1/+3
* Remove quotes since rsync doesn't accept them (and there is no shell to remov...Zac Medico2007-02-221-3/+3
* For bug #167668, use an rsync "hide" filter rule to exclude **/files/digest-*...Zac Medico2007-02-221-0/+1
* Don't bother to parse ${FILESDIR}/digest-* when manifest1_compat is disabled.Zac Medico2007-02-221-3/+3
* For bug #167667, use the existence of ${PORTDIR}/manifest1_obsolete to trigge...Zac Medico2007-02-222-2/+6
* Make sure that ${A} in initialized in case pkg_nofetch() needs to be called. ...Zac Medico2007-02-221-0/+1
* Fix "NameError: global name 'myfilelist' is not defined" when collision-prote...Zac Medico2007-02-221-2/+2
* Raise a CommandNotFound exception when necessary, to ease troubleshooting. T...Zac Medico2007-02-211-2/+2
* For bug #167795, try avoid the population routine when possible, so that FEAT...Zac Medico2007-02-201-0/+11
* As requested by vapier, don't show the merge list in --quiet mode unless it's...Zac Medico2007-02-201-1/+2
* Optimize order for --tree display of circular dependencies.Zac Medico2007-02-191-1/+12
* Make digraph._merge_order_bias() operate on a single digraph that's passed in.Zac Medico2007-02-191-5/+5
* For bug #167450, optimize leaf node selection by ordering nodes from highest ...Zac Medico2007-02-191-0/+11
* Automatically enable --tree mode when displaying nodes with circular deps.Zac Medico2007-02-191-0/+1
* For bug #166564, make a circular dependency panic more user friendly by displ...Zac Medico2007-02-191-8/+15
* For bug #166880, always display the merge list header.Zac Medico2007-02-181-1/+1
* For bug #166880, always display the merge list (allowing --tree to be obeyed ...Zac Medico2007-02-181-3/+3
* For bug #167450, optimize merge order by delaying the merge of root nodes.Zac Medico2007-02-181-2/+12
* set.remove() returns None, so can't use it in a function callMarius Mauch2007-02-181-1/+1
* Move preserve-libs and collision-protect code from treewalk() into their own ...Marius Mauch2007-02-181-117/+131
* extend check for internal references, should remove all libs that are only us...Marius Mauch2007-02-181-6/+25
* Move reverse NEEDED cache into CACHE_PATH and use a more descriptive nameMarius Mauch2007-02-181-2/+2
* For bug #163990, warn about binary packages with invalid categories and do no...Zac Medico2007-02-181-0/+18
* For bug #163990, warn about ebuilds with invalid categories and do not allow ...Zac Medico2007-02-181-1/+6
* Fix package.provided breakage from the fix for bug #166939.Zac Medico2007-02-171-0/+4
* Remove unnecessary import that triggers DEPRECATION NOTICE.Zac Medico2007-02-171-1/+0
* For bug #166939, make --nodeps work like a normal package for new-style virtu...Zac Medico2007-02-171-17/+21
* Replace compat symlinks with a new compat module as the symlink solution prev...Marius Mauch2007-02-1725-23/+73
* Remove portage_exec.py as subversion is stupid and can't convert it in one stepMarius Mauch2007-02-171-1/+0
* Move bin/emerge to pym/emerge/__init__.py to restore old import behavior as t...Marius Mauch2007-02-171-5/+5373
* Make emerge importable again without relying on module search path orderMarius Mauch2007-02-171-0/+5
* Ignore compiled files.Marius Mauch2007-02-171-3/+89
* Print filename when displaying package.mask commentsMarius Mauch2007-02-171-21/+22
* Fix broken imports.Zac Medico2007-02-131-3/+5
* Detect potential issues with mtime granlarity in env_update() and sleep if ne...Zac Medico2007-02-131-1/+13
* Fix missing imports.Zac Medico2007-02-131-3/+3
* Make subpackage naming consistentMarius Mauch2007-02-1111-106/+114
* import best() from portage.versionsZac Medico2007-02-111-2/+2
* Use the real symbols in import statements, not the references in __init__.pyMarius Mauch2007-02-115-28/+35
* Make xterm titles work even when color is disabled. Thanks to Joachim Kaeber...Zac Medico2007-02-101-1/+1
* Add missing VDB_PATH to fix vardbapi.aux_get() breakage.Zac Medico2007-02-101-1/+1
* Fix vardb.cpv_all() breakage.Zac Medico2007-02-101-2/+1
* Fix missing stat import.Zac Medico2007-02-101-1/+1
* Break a recursive loop.Zac Medico2007-02-101-1/+1
* fix broken importsZac Medico2007-02-101-1/+3
* remove broken dblink importZac Medico2007-02-101-1/+1
* Fix imports from the emerge package.Zac Medico2007-02-101-0/+0
* fix syntaxZac Medico2007-02-101-1/+1
* Move dbapi and related classes out of __init__.py into their own subpackage.Marius Mauch2007-02-106-3207/+3285
* add docstringsAlec Warner2007-02-101-0/+20