summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the rest of the broken except statement syntax.Zac Medico2007-03-011-1/+1
* Fix misplaced [1]Zac Medico2007-03-011-1/+1
* For bug #168823, fix broken except statement syntax that prevents the ValueEr...Zac Medico2007-03-011-1/+1
* Merged from branches/prefix r6092:6093.Zac Medico2007-02-271-1/+4
* Merged from branches/prefix r6091:6092.Zac Medico2007-02-271-1/+1
* Clean up os.environ["USERLAND"] pollution from the portage.data module so tha...Zac Medico2007-02-241-1/+8
* Make fetch() bail out when an "Insufficient data for checksum verification" e...Zac Medico2007-02-231-0/+4
* Make verify_all() return an "insufficient data" error if there is not at leas...Zac Medico2007-02-231-0/+18
* 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
* 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
* 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-1110-105/+113
* 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 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
* fix a few broken testsAlec Warner2007-02-103-6/+5
* Create namespace for emergeMarius Mauch2007-02-081-420/+0
* Turn on strict dep checking to fix the isvalidatom test.Zac Medico2007-02-081-0/+2
* Synchronize required hash code in all relevant places.Zac Medico2007-02-072-5/+10
* For bug #165783, handle a potential InvalidDependString exception inside doeb...Zac Medico2007-02-071-5/+11
* For bug #165783, handle a potential InvalidDependString exception inside dige...Zac Medico2007-02-071-3/+9
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-071-2/+3
* Make sure to fetch files if MANIFEST2_REQUIRED_HASH is missing.Zac Medico2007-02-061-0/+1
* Check if entries contain the required hashes before writing the ManifestMarius Mauch2007-02-061-2/+10
* Ensure that the code for bug #165342 only affects name collisions with virtuals.Zac Medico2007-02-051-2/+4
* For bug #165382, don't raise a ValueError in cpv_expand() if there are only t...Zac Medico2007-02-051-2/+12
* In order to correctly handl the case of target caches that don't have complet...Zac Medico2007-02-031-1/+3