Use the portable -o option for tar. Thanks to Timothy Redaelli <drizzt@gentoo.org...
[portage.git] / pym /
2007-01-16 Zac MedicoAllow --usepkgonly/--getbinpkgonly to work with install...
2007-01-16 Zac MedicoFor consistency, respect the use_binaries flag inside...
2007-01-16 Alec Warnerswitch news timestamp and unread/read storage to '...
2007-01-16 Alec WarnerIf repo/profiles/news doesn't exist, return 0 updates
2007-01-16 Alec Warnerdirty dirty lies
2007-01-16 Alec Warnerferringb pointed out this portroot parameter, ended...
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 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-14 Zac MedicoDon't warn about /etc/make.profile not being a symlink...
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-12 Alec Warnerremove the last of the string module from portage.py
2007-01-12 Zac MedicoFix another typo.
2007-01-12 Zac MedicoFix more typos.
2007-01-12 Alec Warnerpurge string from portage.py, fix minor bug in portage_util
2007-01-12 Alec Warneranother annoy space bug
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 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 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 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 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 WarnerValid categories in catpkgsplit
2007-01-11 Alec Warnerelaborate a bit on isjustname()
2007-01-11 Alec Warnerdocs for grabdict
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 MauchMake FEATURES=test imply USE=test
2007-01-11 Marius Mauchcontinue is only for loops
2007-01-11 Marius MauchExtend ignore filter for grablines (bug #144445)
2007-01-11 Marius MauchDon't escape strings in PortageException as that breaks...
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 Mauchcreate symlinks to html documentation if DOC_SYMLINK_DI...
2007-01-10 Marius Mauchmake.globals has no business in profiles
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 Alec WarnerThis file apparently uses spaces to line everything...
2007-01-09 Marius MauchAdd new eqawarn function and QA loglevel to be used...
2007-01-09 Marius MauchMake PORTAGE_BASE_PATH dynamic based on __file__
2007-01-08 Zac MedicoFor bug #160893, ignore a KeyError during cache cleansi...
2007-01-06 Zac MedicoDon't swallow an IOError if it is thrown from the aux_g...
2007-01-05 Zac MedicoFor python-2.3 compatibility, don't pass an iterable...
2007-01-04 Zac MedicoUse -G instead of -g (typo from the previous commit).
2007-01-04 Zac MedicoAs a workaround for bug #147625, spawn `id -g portage...
2007-01-04 Zac MedicoMake sure that myid is defined for the previous commit.
2007-01-04 Zac MedicoWhen fetching metadata from a binhost, reconnect if...
2007-01-04 Zac MedicoExport EBUILD_PHASE="" when running misc-function.sh...
2007-01-03 Zac MedicoMake sure stderr is flushed since os._exit doesn't...
2007-01-03 Zac MedicoMake sure stderr is flushed since os._exit doesn't...
2007-01-03 Zac MedicoUse os._exit instead of sys.exit in a forked child...
2007-01-03 Zac MedicoWhen using the spawn's returnpid parameter, manually...
2007-01-03 Marius Mauchundo
2007-01-03 Marius MauchAllow - in elog module names
2007-01-03 Mike Frysingeradd support for scanning of build logs for common issue...
2007-01-02 Zac MedicoTry to create DISTDIR before disabling fetch due to...
2007-01-02 Zac MedicoOptimize dep_zapdeps to work without a vartree when...
2007-01-02 Zac MedicoDon't bother to list the contents of directories before...
2007-01-02 Zac MedicoFix the writemsg noiselevel from the previous commit.
2007-01-02 Zac MedicoFor bug #159638, fix the UnboundLocalError in vartree...
2006-12-31 Zac MedicoUse slot atom matching to simplify detection of downgra...
2006-12-31 Zac MedicoFor bug #159518, increase the "database is locked"...
2006-12-31 Zac MedicoSend errors in elog_process() to stderr via writemsg.
2006-12-30 Zac MedicoUse return values instead of direct sys.exit(123) calls...
2006-12-30 Zac MedicoUse a try/finally block to ensure that the alarm will...
next