portage.git
2007-02-22 Zac MedicoUse startdir instead of mydir since mydir has a trailin...
2007-02-22 Zac MedicoAvoid a TypeError when commitmessagefile is None.
2007-02-21 Zac MedicoFix stardir and repodir logic from the previous commit.
2007-02-21 Zac MedicoFor consistency, replace multiple os.getcwd() calls...
2007-02-21 Zac Medicos/x/xs/ to fix a typo in a variable name.
2007-02-21 Zac MedicoRaise a CommandNotFound exception when necessary, to...
2007-02-20 Zac MedicoFor bug #167795, try avoid the population routine when...
2007-02-20 Zac MedicoAs requested by vapier, don't show the merge list in...
2007-02-19 Zac MedicoOptimize order for --tree display of circular dependencies.
2007-02-19 Zac MedicoMake digraph._merge_order_bias() operate on a single...
2007-02-19 Zac MedicoFor bug #167450, optimize leaf node selection by orderi...
2007-02-19 Zac MedicoAutomatically enable --tree mode when displaying nodes...
2007-02-19 Zac MedicoFor bug #166564, make a circular dependency panic more...
2007-02-18 Zac MedicoDon't exclude . since that excludes the entire contents...
2007-02-18 Zac MedicoWhen calling tar, always exclud . in order to preserver...
2007-02-18 Zac MedicoFor bug #166880, always display the merge list header.
2007-02-18 Zac MedicoFor bug #166880, always display the merge list (allowin...
2007-02-18 Zac MedicoFor bug #167450, optimize merge order by delaying the...
2007-02-18 Marius Mauchset.remove() returns None, so can't use it in a functio...
2007-02-18 Marius MauchMove preserve-libs and collision-protect code from...
2007-02-18 Marius Mauchextend check for internal references, should remove...
2007-02-18 Marius MauchMove reverse NEEDED cache into CACHE_PATH and use a...
2007-02-18 Zac MedicoFor bug #163990, warn about binary packages with invali...
2007-02-18 Zac MedicoFor bug #163990, warn about ebuilds with invalid catego...
2007-02-18 Zac MedicoFor bug #166785, check for invalid categories in the...
2007-02-17 Zac MedicoFix package.provided breakage from the fix for bug...
2007-02-17 Zac MedicoRemove unnecessary import that triggers DEPRECATION...
2007-02-17 Zac MedicoFor bug #166939, make --nodeps work like a normal packa...
2007-02-17 Marius MauchReplace compat symlinks with a new compat module as...
2007-02-17 Marius MauchRemove portage_exec.py as subversion is stupid and...
2007-02-17 Marius MauchFor full backwards compat (with symlinks or other weird...
2007-02-17 Marius MauchMove bin/emerge to pym/emerge/__init__.py to restore...
2007-02-17 Marius MauchMake emerge importable again without relying on module...
2007-02-17 Marius MauchPrint hostname in xterm title if sheridan is available...
2007-02-17 Marius MauchIgnore compiled files.
2007-02-17 Marius MauchPrint filename when displaying package.mask comments
2007-02-17 Marius MauchAdd support for RSYNC_EXTRA_OPTS to webrsync
2007-02-15 Zac MedicoAdd missing quotes.
2007-02-15 Zac MedicoFix CONFIG_PROTECT_MASK support. Thanks to piavlo...
2007-02-14 Zac MedicoOptimize merge order calculation for --tree output...
2007-02-14 Zac MedicoFor bug #158100, use an exact reversal of the actual...
2007-02-13 Zac MedicoFix broken imports.
2007-02-13 Zac MedicoDetect potential issues with mtime granlarity in env_up...
2007-02-13 Zac MedicoFix missing imports.
2007-02-13 Mike Frysingertweak PORT_LOGDIR comments so as to not give the wrong...
2007-02-12 Zac MedicoIn the event of a circular dependency panic, eliminate...
2007-02-11 Marius MauchMake subpackage naming consistent
2007-02-11 Zac Medicoimport best() from portage.versions
2007-02-11 Marius MauchUse the real symbols in import statements, not the...
2007-02-10 Zac MedicoMake xterm titles work even when color is disabled...
2007-02-10 Zac MedicoAdd missing VDB_PATH to fix vardbapi.aux_get() breakage.
2007-02-10 Zac MedicoFix vardb.cpv_all() breakage.
2007-02-10 Zac MedicoFix missing stat import.
2007-02-10 Zac MedicoBreak a recursive loop.
2007-02-10 Zac MedicoUse os.path.realpath to handle symlinks properly.
2007-02-10 Zac Medicofix broken imports
2007-02-10 Zac Medicoremove broken dblink import
2007-02-10 Zac MedicoFix automatic sys.path insertions so that they're relat...
2007-02-10 Zac MedicoFix imports from the emerge package.
2007-02-10 Zac Medicofix syntax
2007-02-10 Marius MauchMove dbapi and related classes out of __init__.py...
2007-02-10 Alec Warneradd docstrings
2007-02-10 Alec Warnerfix a few broken tests
2007-02-10 Alec Warnerupdate test notes
2007-02-08 Marius MauchCreate namespace for emerge
2007-02-08 Alec Warnerdie requires diefunc and dump_trace too; duh; also...
2007-02-08 Zac MedicoMake the "lfull" output more succinct by omitting categ...
2007-02-08 Zac MedicoTurn on strict dep checking to fix the isvalidatom...
2007-02-07 Zac MedicoSynchronize required hash code in all relevant places.
2007-02-07 Zac MedicoFor bug #165783, handle a potential InvalidDependString...
2007-02-07 Zac MedicoFor bug #165783, handle a potential InvalidDependString...
2007-02-07 Zac MedicoEnable strict dep checking for repoman.
2007-02-07 Zac MedicoFor bug #165783, handle a potential InvalidDependString...
2007-02-07 Zac MedicoFor bug #165780, make config-protect code consistently...
2007-02-07 Zac MedicoOnly echo PORTAGE_LOG_FILE if it's actually set (may...
2007-02-07 Alec Warnermove die into isolated-functions.sh
2007-02-07 Zac MedicoFor bug #165783, handle an InvalidDependString exceptio...
2007-02-07 Zac MedicoFor backward compatibility with api consumers, _dep_che...
2007-02-06 Zac MedicoUpdate modules doc for the new portage namespace.
2007-02-06 Zac MedicoDocument PORTAGE_WORKDIR_MODE for bug #8688. Thanks...
2007-02-06 Zac MedicoMake sure to fetch files if MANIFEST2_REQUIRED_HASH...
2007-02-06 Marius MauchCheck if entries contain the required hashes before...
2007-02-05 Zac MedicoFor bug #165382, show a helpful message if an exception...
2007-02-05 Zac MedicoFix another UnboundLocalError (branches/prefix r5893)
2007-02-05 Zac MedicoEnsure that the code for bug #165342 only affects name...
2007-02-05 Zac MedicoFor bug #165382, don't raise a ValueError in cpv_expand...
2007-02-05 Zac MedicoDocument --config-root for bug #165334.
2007-02-05 Zac MedicoFor bug #165349, use the portage_versions regex (via...
2007-02-03 Zac MedicoFix "UnboundLocalError: local variable 'portage' refere...
2007-02-03 Zac MedicoIn order to correctly handl the case of target caches...
2007-02-03 Zac MedicoFix a typo from the previos commit.
2007-02-03 Zac MedicoUse ! -type l to exclude symlinks better. Thanks to...
2007-02-03 Zac MedicoFor bug #165034, make sure that symlinks are excluded...
2007-02-03 Zac MedicoMake the tests pass.
2007-02-03 Zac MedicoFor bug #165065, use the proper RESTRICT setting when...
2007-02-02 Alec Warnergrrr I thought I removed this
2007-02-02 Alec Warnerremove redundant directory now
2007-02-01 Zac MedicoFor bug #153109, replace our old chflags module with...
2007-02-01 Alec Warneradd warning about storing data in PORTDIR
2007-02-01 Zac MedicoRename dir.bz2 since that's the most likely case now.
next