summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a few pretty basic comments on writing code, particularly things that por...Alec Warner2007-01-121-0/+71
* Fix another typo.Zac Medico2007-01-121-1/+1
* Fix more typos.Zac Medico2007-01-121-2/+2
* Revert accidentally modified joins.Zac Medico2007-01-121-2/+2
* Fix a typo.Zac Medico2007-01-121-6/+2
* Fix a typo.Zac Medico2007-01-121-1/+1
* purge string from portage.py, fix minor bug in portage_utilAlec Warner2007-01-122-42/+41
* purge string module from repomanAlec Warner2007-01-121-39/+39
* another annoy space bugAlec Warner2007-01-121-1/+1
* fix "" " " bugAlec Warner2007-01-122-4/+4
* purge string module from emergeAlec Warner2007-01-121-13/+13
* 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-127-28/+26
* set Id on testsAlec Warner2007-01-1217-17/+17
* 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
* For bug #88485, show the location of the build log whenever a build fails.Zac Medico2007-01-121-0/+1
* 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-122-10/+25
* drop lazy bindings check once and for all ... the system ldso should have the...Mike Frysinger2007-01-121-14/+0
* Fix ebuild environment color.map support so that it works properly through ex...Zac Medico2007-01-122-8/+12
* Allow catpkgsplit to be less strict for atoms that come from installed packag...Zac Medico2007-01-111-1/+3
* use cached suffix value and if it is not valid, lets warnMike Frysinger2007-01-111-2/+5
* dont compress files that are already compressed and dont do sanity checking o...Mike Frysinger2007-01-111-8/+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-113-9/+10
* Fix comments for catpkgsplitAlec Warner2007-01-111-1/+2
* catch and validate new ValueError ExceptionAlec Warner2007-01-111-3/+6
* Valid categories in catpkgsplitAlec Warner2007-01-111-1/+19
* print the incorrect atomAlec Warner2007-01-111-1/+2
* add some invalid ops to getcpv to make sure it returns the cpv stillAlec Warner2007-01-111-0/+6
* For bug #50738, inform the user about the location of the timestamp file and ...Zac Medico2007-01-111-0/+4
* isjustname testsAlec Warner2007-01-111-0/+25
* elaborate a bit on isjustname()Alec Warner2007-01-111-1/+1
* getslot testsAlec Warner2007-01-111-0/+27
* I owed brian harring 3.50, for th previous advice about assertEqual/NotEqual,...Alec Warner2007-01-111-0/+25