portage.git
2007-01-16 Mike Frysingerdocument FEATURES=sesandbox #161985
2007-01-16 Alec Warnerferringb pointed out this portroot parameter, ended...
2007-01-16 Zac MedicoEnable repoman to commit a Manifest alone instead of...
2007-01-16 Alec Warnerfix minor syntax issues with locking
2007-01-16 Alec Warnermerge didn't bring in portage_news, no idea why
2007-01-16 Alec Warnermerge glep42 into trunk
2007-01-16 Alec WarnerClean up imports in portage_locks.py
2007-01-15 Mike Frysingerelevate the importance of 64bit clean code on 64bit...
2007-01-15 Zac MedicoMake invalid deps non-fatal for some phases.
2007-01-15 Zac MedicoClean up variables when finished.
2007-01-15 Zac MedicoFor bug #162275, make doebuild validate *DEPEND and...
2007-01-15 Alec Warnerexithandler is not a portageq func, so ignore it
2007-01-14 Zac MedicoFix alphabetical order. v2.1.2
2007-01-14 Zac MedicoDocument DOC_SYMLINKS_DIR.
2007-01-14 Zac MedicoDon't warn about /etc/make.profile not being a symlink...
2007-01-14 Zac MedicoDisable the test phase when USE=test is masked (for...
2007-01-14 Zac MedicoFor bug #69021, add news about FEATURES="test" implying...
2007-01-14 Zac MedicoFor bug #161975, document the fact that GENTOO_MIRRORS...
2007-01-14 Zac MedicoDocument PORTAGE_LOG_FILE, update PORTAGE_TMPDIR path...
2007-01-14 Zac MedicoFix dohtml so that it continues to install files even...
2007-01-13 Zac MedicoFix reversed arguments.
2007-01-13 Zac MedicoFix 'TypeError: not all arguments converted during...
2007-01-13 Alec Warnerfix tabs with patch from Grobian and bug # 161911,...
2007-01-13 Mike Frysingermake sure people call addread/addwrite/adddeny/addpredi...
2007-01-13 Zac MedicoCatch InvalidData exceptions for bad atoms passed as...
2007-01-13 Zac MedicoFix a typo.
2007-01-13 Zac MedicoObey the silent parameter when parsing options.
2007-01-13 Zac MedicoDocument PORTAGE_COMPRESS and PORTAGE_COMPRESS_FLAGS.
2007-01-13 Zac MedicoFor bug #144380, disable color at emerge startup and...
2007-01-13 Zac MedicoUse end_paragraph(1) instead of add_line_break() so...
2007-01-13 Zac MedicoSend the unmerge failure message to stderr.
2007-01-12 Zac MedicoSend the slot collision notice to stderr and only show...
2007-01-12 Alec Warnerremove the last of the string module from portage.py
2007-01-12 Alec WarnerAdd a few pretty basic comments on writing code, partic...
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...
next