portage.git
2007-01-12 Zac MedicoFix another typo.
2007-01-12 Zac MedicoFix more typos.
2007-01-12 Zac MedicoRevert accidentally modified joins.
2007-01-12 Zac MedicoFix a typo.
2007-01-12 Zac MedicoFix a typo.
2007-01-12 Alec Warnerpurge string from portage.py, fix minor bug in portage_util
2007-01-12 Alec Warnerpurge string module from repoman
2007-01-12 Alec Warneranother annoy space bug
2007-01-12 Alec Warnerfix "" " " bug
2007-01-12 Alec Warnerpurge string module from emerge
2007-01-12 Zac MedicoFix typos from the previous commit.
2007-01-12 Zac MedicoUse startswith and endswith to simplify code.
2007-01-12 Alec WarnerMore String deprecation
2007-01-12 Alec Warnerset Id on tests
2007-01-12 Alec Warnermore string deprecation
2007-01-12 Alec WarnerBegin the deprecation of the string module
2007-01-12 Zac MedicoRemove a duplicate % character.
2007-01-12 Zac MedicoFix incremental virtuals code for the new stricter...
2007-01-12 Zac MedicoPrevent an InvalidData exception during global updates...
2007-01-12 Zac MedicoFor bug #88485, show the location of the build log...
2007-01-12 Zac MedicoReturn early from finddigest if findname2 found nothing.
2007-01-12 Alec WarnerFIx a bunch of random Except: statements in portage...
2007-01-12 Alec Warneros.cwd can return OSError (maybe IOError with wrong...
2007-01-12 Alec WarnerEOFError is also important according to Zac
2007-01-12 Alec Warnergetbinpkg.py fix except: open can be IOERror or OSError...
2007-01-12 Alec Warnercomment the excepts in a few places
2007-01-12 Alec WarnerFix broad except statement, should only be KeyError
2007-01-12 Alec Warnerportage_versions.py, more string.atoi -> int, fix anoth...
2007-01-12 Alec WarnerChange vercmp to use int() instead of string atoi,...
2007-01-12 Zac MedicoFor bug #147512, don't print a cryptic error message...
2007-01-12 Mike Frysingerdrop lazy bindings check once and for all ... the syste...
2007-01-12 Zac MedicoFix ebuild environment color.map support so that it...
2007-01-11 Zac MedicoAllow catpkgsplit to be less strict for atoms that...
2007-01-11 Mike Frysingeruse cached suffix value and if it is not valid, lets...
2007-01-11 Mike Frysingerdont compress files that are already compressed and...
2007-01-11 Zac MedicoUse a global to ensure that the valid_category regex...
2007-01-11 Alec WarnerSpanKY likes the latin categories
2007-01-11 Alec Warnerlearn to spell
2007-01-11 Alec WarnerHandle the exception in isvalidatom, change it to use...
2007-01-11 Alec WarnerFix comments for catpkgsplit
2007-01-11 Alec Warnercatch and validate new ValueError Exception
2007-01-11 Alec WarnerValid categories in catpkgsplit
2007-01-11 Alec Warnerprint the incorrect atom
2007-01-11 Alec Warneradd some invalid ops to getcpv to make sure it returns...
2007-01-11 Zac MedicoFor bug #50738, inform the user about the location...
2007-01-11 Alec Warnerisjustname tests
2007-01-11 Alec Warnerelaborate a bit on isjustname()
2007-01-11 Alec Warnergetslot tests
2007-01-11 Alec WarnerI owed brian harring 3.50, for th previous advice about...
2007-01-11 Alec Warnertake some advice and use AssertEqual/NotEqual
2007-01-11 Alec Warneradd some invalid operators to the test to denote that...
2007-01-11 Alec Warnerget_operator tests
2007-01-11 Alec WarnerCommit unit tests, hey look THEY ARE BROKEN
2007-01-11 Alec Warnerdocs for grabdict
2007-01-11 Mike Frysingeradd support for user-customizable compression #9870
2007-01-11 Zac MedicoUse dict.get() to prevent a potential (bug unlikely...
2007-01-11 Zac MedicoUse isinstance(foo, basestring) so that it can work...
2007-01-11 Marius MauchAdd note that any value enables EPAUSE_IGNORE
2007-01-11 Marius MauchMake FEATURES=test imply USE=test
2007-01-11 Marius Mauchcontinue is only for loops
2007-01-11 Alec Warneradd stack_lists checks
2007-01-11 Marius MauchExtend ignore filter for grablines (bug #144445)
2007-01-11 Alec WarnerMore portage_util tests
2007-01-11 Marius MauchDon't escape strings in PortageException as that breaks...
2007-01-11 Marius MauchRename 'Last Sync' to 'Timestamp of tree' to clarify...
2007-01-11 Marius MauchAdd 'stricter' description, misc typo fixes, patch...
2007-01-11 Marius MauchUpdate CCACHE docs, patch by Ryan Hill (bug #156865)
2007-01-11 Marius MauchRemove RESTRICT=sandbox docs until bug #161045 is resolved
2007-01-11 Zac MedicoRemove / character from module names.
2007-01-11 Alec Warnermore test re-arranging as Alec can't read what function...
2007-01-11 Alec Warneredit test-notes
2007-01-11 Alec Warnerremove bogs test dir, add portage_versions
2007-01-11 Alec WarnerAdd a bit of path mangling to allow deeper tests
2007-01-10 Zac MedicoRename depgraph._invalid_depgraph_is_acceptable() to...
2007-01-10 Zac MedicoDon't allow slot collision nodes to block other package...
2007-01-10 Zac MedicoFor bug #161422, make slot collisions non-fatal in...
2007-01-10 Zac MedicoFix sys.path so that imports work correctly.
2007-01-10 Zac MedicoFix module loading.
2007-01-10 Alec Warneradd a few tips on adding tests, and kinks in the curren...
2007-01-10 Alec Warnerremove monolithic test
2007-01-10 Alec Warnersplit out util tests
2007-01-10 Alec Warnerrename atoms back to vercmp
2007-01-10 Alec Warnershift test cases around
2007-01-10 Alec Warnershift test cases around
2007-01-10 Alec WarnerTake Genone's suggestion and break the modules up into...
2007-01-10 Alec WarnerFix Fail test
2007-01-10 Zac MedicoMake the tests pass.
2007-01-10 Alec Warnerrework test import code, rename test_vercmp to be more...
2007-01-10 Zac MedicoUse startwith to simplify =* matching.
2007-01-10 Zac MedicoMinor fixes for the =* operator (I hope we're done...
2007-01-10 Marius MauchI hate this thing
2007-01-10 Marius Mauchminor performance improvement
2007-01-10 Marius Mauchalso sanitize mycpv for =* handling
2007-01-10 Marius Mauch=* operator sucks
2007-01-10 Marius MauchDocumenting the loop a bit
2007-01-10 Marius MauchMake the =* operator more robust
2007-01-10 Marius MauchAttach the problematic data to the exception for debugging
2007-01-10 Marius MauchStupid me, shouldn't jsut move a part of the patch
2007-01-10 Marius MauchAlways use vercmp for cpv comparisons
2007-01-10 Marius MauchMake env variable example about USE shell independent
next