Ensure that the code for bug #165382 only affects name collisions with virtuals....
[portage.git] / pym /
2007-02-05 Zac MedicoEnsure that the code for bug #165382 only affects name...
2007-02-05 Zac MedicoFor bug #165382, don't raise a ValueError in cpv_expand...
2007-02-03 Zac MedicoFor bug #165065, use the proper RESTRICT setting when...
2007-02-03 Zac MedicoIn order to correctly handl the case of target caches...
2007-02-01 Zac MedicoDon't use os.path.isdir() because it can swallow errors... v2.1.2-r6
2007-01-29 Zac MedicoIgnore EEXIST from rmdir since some kernels (such as... v2.1.2-r5
2007-01-24 Zac MedicoFix broken line number counting for CONTENTS. (trunk...
2007-01-23 Zac MedicoFor bug #142279, detect and warn about null bytes in...
2007-01-23 Zac MedicoAdd new ** for package.keywords token to bypass keyword...
2007-01-23 Zac MedicoFor bug #163219, handle binpkgs that have missing PF...
2007-01-21 Zac MedicoFor bug #163083, handle an UnsupportedAPIException... v2.1.2-r2
2007-01-21 Zac MedicoTo ease transition while Manifest 1 is being removed...
2007-01-21 Zac MedicoDon't require MANIFEST2 hashes since that can trigger...
2007-01-20 Zac MedicoFor bug #161356, fix error handling for currupt ebuilds...
2007-01-19 Zac Medicodump emerge's normpath in favor of portage_util's norma... v2.1.2-r1
2007-01-19 Zac MedicoFor bug #162404, when sesandbox is enabled, only log...
2007-01-18 Zac MedicoValidate ebuild names in portdbapi.cp_list() and raise...
2007-01-17 Zac MedicoFor bug #162404, spawn tee outside the sesandbox domain...
2007-01-17 Zac MedicoMerge doebuild *DEPEND validation from trunk r5652...
2007-01-17 Zac MedicoFix elimination of duplicate virtuals between the binpk...
2007-01-17 Zac MedicoMake dep_check() work correctly with --usepkgonly....
2007-01-16 Zac MedicoPrevent packages that are installed but masked from...
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...
next