portage.git
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
2007-01-10 Marius Mauchcreate symlinks to html documentation if DOC_SYMLINK_DI...
2007-01-10 Marius Mauchmake.globals has no business in profiles
2007-01-10 Zac MedicoFor bug #160075, send all 'QA Notice' messages to eqawa...
2007-01-10 Marius MauchAdd elog related variables to make.conf(5) with a point...
2007-01-10 Marius MauchUpdate x86 CFLAGS section, original patch by Peter...
2007-01-10 Marius MauchMisc typo fixes, patch by Benno Schulenberg (bug #157812)
2007-01-09 Zac MedicoFor bug #160971, rename dir.gz to dir.gz.old when neces...
2007-01-09 Zac MedicoFor bug #161003, disallow virtuals in package.provided...
2007-01-09 Zac MedicoFor bug #161103, don't skip collision-protect checks...
2007-01-09 Zac MedicoMake digestgen() force fetch unless all required digest...
2007-01-09 Zac MedicoSplit PORTAGE_ELOG_CLASSES outside the loop for better...
2007-01-09 Marius MauchUpdate NEWS with eqawarn and 'ebuild foo test' changes
2007-01-09 Alec WarnerThis file apparently uses spaces to line everything...
2007-01-09 Alec WarnerOkies this works locally for me now (and Zac)
2007-01-09 Marius MauchMention new QA loglevel in make.conf.example
2007-01-09 Marius MauchAdd new eqawarn function and QA loglevel to be used...
2007-01-09 Alec WarnerZac pointed out that the retcodes would be wrong if...
2007-01-09 Marius MauchDisable qa_source usage until it actually works
2007-01-09 Marius MauchAlways run src_test when calling 'ebuild foo test'
2007-01-09 Marius MauchMake PORTAGE_BASE_PATH dynamic based on __file__
next