| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix broken imports. | Zac Medico | 2007-02-13 | 1 | -3/+5 |
* | Detect potential issues with mtime granlarity in env_update() and sleep if ne... | Zac Medico | 2007-02-13 | 1 | -1/+13 |
* | Fix missing imports. | Zac Medico | 2007-02-13 | 1 | -3/+3 |
* | tweak PORT_LOGDIR comments so as to not give the wrong impression about the d... | Mike Frysinger | 2007-02-13 | 1 | -1/+2 |
* | In the event of a circular dependency panic, eliminate root nodes in order to... | Zac Medico | 2007-02-12 | 1 | -0/+9 |
* | Make subpackage naming consistent | Marius Mauch | 2007-02-11 | 11 | -106/+114 |
* | import best() from portage.versions | Zac Medico | 2007-02-11 | 1 | -2/+2 |
* | Use the real symbols in import statements, not the references in __init__.py | Marius Mauch | 2007-02-11 | 5 | -28/+35 |
* | Make xterm titles work even when color is disabled. Thanks to Joachim Kaeber... | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Add missing VDB_PATH to fix vardbapi.aux_get() breakage. | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Fix vardb.cpv_all() breakage. | Zac Medico | 2007-02-10 | 1 | -2/+1 |
* | Fix missing stat import. | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Break a recursive loop. | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Use os.path.realpath to handle symlinks properly. | Zac Medico | 2007-02-10 | 16 | -16/+16 |
* | fix broken imports | Zac Medico | 2007-02-10 | 1 | -1/+3 |
* | remove broken dblink import | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Fix automatic sys.path insertions so that they're relative instead of absolut... | Zac Medico | 2007-02-10 | 16 | -16/+32 |
* | Fix imports from the emerge package. | Zac Medico | 2007-02-10 | 1 | -0/+0 |
* | fix syntax | Zac Medico | 2007-02-10 | 1 | -1/+1 |
* | Move dbapi and related classes out of __init__.py into their own subpackage. | Marius Mauch | 2007-02-10 | 6 | -3207/+3285 |
* | add docstrings | Alec Warner | 2007-02-10 | 1 | -0/+20 |
* | fix a few broken tests | Alec Warner | 2007-02-10 | 3 | -6/+5 |
* | update test notes | Alec Warner | 2007-02-10 | 1 | -3/+8 |
* | Create namespace for emerge | Marius Mauch | 2007-02-08 | 3 | -4/+5 |
* | die requires diefunc and dump_trace too; duh; also move extdebug into isolate... | Alec Warner | 2007-02-08 | 2 | -66/+31 |
* | Make the "lfull" output more succinct by omitting categories for which there ... | Zac Medico | 2007-02-08 | 1 | -2/+1 |
* | Turn on strict dep checking to fix the isvalidatom test. | Zac Medico | 2007-02-08 | 1 | -0/+2 |
* | Synchronize required hash code in all relevant places. | Zac Medico | 2007-02-07 | 2 | -5/+10 |
* | For bug #165783, handle a potential InvalidDependString exception in repoman ... | Zac Medico | 2007-02-07 | 1 | -14/+25 |
* | For bug #165783, handle a potential InvalidDependString exception inside doeb... | Zac Medico | 2007-02-07 | 1 | -5/+11 |
* | Enable strict dep checking for repoman. | Zac Medico | 2007-02-07 | 1 | -0/+1 |
* | For bug #165783, handle a potential InvalidDependString exception inside dige... | Zac Medico | 2007-02-07 | 1 | -3/+9 |
* | For bug #165780, make config-protect code consistently ignore '.*~' and '.*.b... | Zac Medico | 2007-02-07 | 2 | -2/+3 |
* | Only echo PORTAGE_LOG_FILE if it's actually set (may not be if sesandbox is e... | Zac Medico | 2007-02-07 | 1 | -1/+2 |
* | move die into isolated-functions.sh | Alec Warner | 2007-02-07 | 2 | -12/+45 |
* | For bug #165783, handle an InvalidDependString exception triggered by an inva... | Zac Medico | 2007-02-07 | 1 | -3/+9 |
* | For backward compatibility with api consumers, _dep_check_strict behavior wil... | Zac Medico | 2007-02-07 | 3 | -2/+6 |
* | Update modules doc for the new portage namespace. | Zac Medico | 2007-02-06 | 1 | -1/+1 |
* | Document PORTAGE_WORKDIR_MODE for bug #8688. Thanks to Peter Hjalmarsson in ... | Zac Medico | 2007-02-06 | 1 | -0/+3 |
* | Make sure to fetch files if MANIFEST2_REQUIRED_HASH is missing. | Zac Medico | 2007-02-06 | 1 | -0/+1 |
* | Check if entries contain the required hashes before writing the Manifest | Marius Mauch | 2007-02-06 | 1 | -2/+10 |
* | For bug #165382, show a helpful message if an exception is raised from cpv_ex... | Zac Medico | 2007-02-05 | 1 | -3/+16 |
* | Fix another UnboundLocalError (branches/prefix r5893) | Zac Medico | 2007-02-05 | 1 | -2/+2 |
* | Ensure that the code for bug #165342 only affects name collisions with virtuals. | Zac Medico | 2007-02-05 | 1 | -2/+4 |
* | For bug #165382, don't raise a ValueError in cpv_expand() if there are only t... | Zac Medico | 2007-02-05 | 1 | -2/+12 |
* | Document --config-root for bug #165334. | Zac Medico | 2007-02-05 | 1 | -2/+7 |
* | For bug #165349, use the portage_versions regex (via pkgsplit) instead of the... | Zac Medico | 2007-02-05 | 1 | -24/+1 |
* | Fix "UnboundLocalError: local variable 'portage' referenced before assignment... | Zac Medico | 2007-02-03 | 1 | -2/+2 |
* | In order to correctly handl the case of target caches that don't have complet... | Zac Medico | 2007-02-03 | 1 | -1/+3 |
* | Fix a typo from the previos commit. | Zac Medico | 2007-02-03 | 1 | -1/+1 |