summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Fix reversed arguments.Zac Medico2007-01-131-1/+1
* Fix 'TypeError: not all arguments converted during string formatting'. Thank...Zac Medico2007-01-131-2/+2
* fix tabs with patch from Grobian and bug # 161911, fix developing a bitAlec Warner2007-01-131-1/+1
* remove the last of the string module from portage.pyAlec Warner2007-01-121-4/+4
* Fix another typo.Zac Medico2007-01-121-1/+1
* Fix more typos.Zac Medico2007-01-121-2/+2
* purge string from portage.py, fix minor bug in portage_utilAlec Warner2007-01-122-42/+41
* another annoy space bugAlec Warner2007-01-121-1/+1
* Fix typos from the previous commit.Zac Medico2007-01-121-2/+2
* Use startswith and endswith to simplify code.Zac Medico2007-01-121-3/+3
* more string deprecationAlec Warner2007-01-125-20/+19
* Begin the deprecation of the string moduleAlec Warner2007-01-122-16/+15
* Remove a duplicate % character.Zac Medico2007-01-121-1/+1
* Fix incremental virtuals code for the new stricter catpkgsplit behavior.Zac Medico2007-01-121-1/+5
* Prevent an InvalidData exception during global updates due to the new stricte...Zac Medico2007-01-121-1/+7
* Return early from finddigest if findname2 found nothing.Zac Medico2007-01-121-0/+2
* FIx a bunch of random Except: statements in portage.py, most of them are IO/O...Alec Warner2007-01-121-27/+9
* os.cwd can return OSError (maybe IOError with wrong perms for ./, will test a...Alec Warner2007-01-121-30/+11
* EOFError is also important according to ZacAlec Warner2007-01-121-1/+1
* getbinpkg.py fix except: open can be IOERror or OSError and cPickle can throw...Alec Warner2007-01-121-3/+1
* comment the excepts in a few placesAlec Warner2007-01-123-3/+3
* Fix broad except statement, should only be KeyErrorAlec Warner2007-01-121-1/+1
* portage_versions.py, more string.atoi -> int, fix another except: that should...Alec Warner2007-01-121-10/+10
* Change vercmp to use int() instead of string atoi, catch ValueError in pkgcmpAlec Warner2007-01-122-6/+4
* For bug #147512, don't print a cryptic error message when an EnvironmentError...Zac Medico2007-01-121-10/+23
* Fix ebuild environment color.map support so that it works properly through ex...Zac Medico2007-01-121-1/+3
* Allow catpkgsplit to be less strict for atoms that come from installed packag...Zac Medico2007-01-111-1/+3
* Use a global to ensure that the valid_category regex is cached.Zac Medico2007-01-111-2/+4
* SpanKY likes the latin categoriesAlec Warner2007-01-111-1/+1
* learn to spellAlec Warner2007-01-111-1/+1
* Handle the exception in isvalidatom, change it to use a portage exceptoin, th...Alec Warner2007-01-112-3/+8
* Fix comments for catpkgsplitAlec Warner2007-01-111-1/+2
* Valid categories in catpkgsplitAlec Warner2007-01-111-1/+19
* elaborate a bit on isjustname()Alec Warner2007-01-111-1/+1
* docs for grabdictAlec Warner2007-01-111-1/+21
* Use dict.get() to prevent a potential (bug unlikely) KeyError.Zac Medico2007-01-111-4/+4
* Use isinstance(foo, basestring) so that it can work with unicode strings too.Zac Medico2007-01-111-1/+1
* Make FEATURES=test imply USE=testMarius Mauch2007-01-111-0/+5
* continue is only for loopsMarius Mauch2007-01-111-1/+1
* Extend ignore filter for grablines (bug #144445)Marius Mauch2007-01-111-1/+3
* Don't escape strings in PortageException as that breaks newline handling (bug...Marius Mauch2007-01-111-1/+4
* Use startwith to simplify =* matching.Zac Medico2007-01-101-2/+1
* Minor fixes for the =* operator (I hope we're done now :).Zac Medico2007-01-101-3/+6
* I hate this thingMarius Mauch2007-01-101-1/+4
* minor performance improvementMarius Mauch2007-01-101-5/+5
* also sanitize mycpv for =* handlingMarius Mauch2007-01-101-0/+2
* =* operator sucksMarius Mauch2007-01-101-8/+5
* Documenting the loop a bitMarius Mauch2007-01-101-0/+3
* Make the =* operator more robustMarius Mauch2007-01-101-2/+7
* Attach the problematic data to the exception for debuggingMarius Mauch2007-01-101-1/+1