| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix reversed arguments. | Zac Medico | 2007-01-13 | 1 | -1/+1 |
* | Fix 'TypeError: not all arguments converted during string formatting'. Thank... | Zac Medico | 2007-01-13 | 1 | -2/+2 |
* | fix tabs with patch from Grobian and bug # 161911, fix developing a bit | Alec Warner | 2007-01-13 | 6 | -21/+17 |
* | make sure people call addread/addwrite/adddeny/addpredict correctly | Mike Frysinger | 2007-01-13 | 1 | -0/+4 |
* | Catch InvalidData exceptions for bad atoms passed as emerge arguments. | Zac Medico | 2007-01-13 | 1 | -1/+4 |
* | Fix a typo. | Zac Medico | 2007-01-13 | 1 | -1/+1 |
* | Obey the silent parameter when parsing options. | Zac Medico | 2007-01-13 | 1 | -1/+1 |
* | Document PORTAGE_COMPRESS and PORTAGE_COMPRESS_FLAGS. | Zac Medico | 2007-01-13 | 1 | -0/+7 |
* | For bug #144380, disable color at emerge startup and then enable it only when... | Zac Medico | 2007-01-13 | 1 | -14/+7 |
* | Use end_paragraph(1) instead of add_line_break() so that there is really a bl... | Zac Medico | 2007-01-13 | 1 | -1/+1 |
* | Send the unmerge failure message to stderr. | Zac Medico | 2007-01-13 | 1 | -2/+3 |
* | Send the slot collision notice to stderr and only show minimal output in --qu... | Zac Medico | 2007-01-12 | 1 | -12/+19 |
* | remove the last of the string module from portage.py | Alec Warner | 2007-01-12 | 1 | -4/+4 |
* | Add a few pretty basic comments on writing code, particularly things that por... | Alec Warner | 2007-01-12 | 1 | -0/+71 |
* | Fix another typo. | Zac Medico | 2007-01-12 | 1 | -1/+1 |
* | Fix more typos. | Zac Medico | 2007-01-12 | 1 | -2/+2 |
* | Revert accidentally modified joins. | Zac Medico | 2007-01-12 | 1 | -2/+2 |
* | Fix a typo. | Zac Medico | 2007-01-12 | 1 | -6/+2 |
* | Fix a typo. | Zac Medico | 2007-01-12 | 1 | -1/+1 |
* | purge string from portage.py, fix minor bug in portage_util | Alec Warner | 2007-01-12 | 2 | -42/+41 |
* | purge string module from repoman | Alec Warner | 2007-01-12 | 1 | -39/+39 |
* | another annoy space bug | Alec Warner | 2007-01-12 | 1 | -1/+1 |
* | fix "" " " bug | Alec Warner | 2007-01-12 | 2 | -4/+4 |
* | purge string module from emerge | Alec Warner | 2007-01-12 | 1 | -13/+13 |
* | Fix typos from the previous commit. | Zac Medico | 2007-01-12 | 1 | -2/+2 |
* | Use startswith and endswith to simplify code. | Zac Medico | 2007-01-12 | 1 | -3/+3 |
* | More String deprecation | Alec Warner | 2007-01-12 | 7 | -28/+26 |
* | set Id on tests | Alec Warner | 2007-01-12 | 17 | -17/+17 |
* | more string deprecation | Alec Warner | 2007-01-12 | 5 | -20/+19 |
* | Begin the deprecation of the string module | Alec Warner | 2007-01-12 | 2 | -16/+15 |
* | Remove a duplicate % character. | Zac Medico | 2007-01-12 | 1 | -1/+1 |
* | Fix incremental virtuals code for the new stricter catpkgsplit behavior. | Zac Medico | 2007-01-12 | 1 | -1/+5 |
* | Prevent an InvalidData exception during global updates due to the new stricte... | Zac Medico | 2007-01-12 | 1 | -1/+7 |
* | For bug #88485, show the location of the build log whenever a build fails. | Zac Medico | 2007-01-12 | 1 | -0/+1 |
* | Return early from finddigest if findname2 found nothing. | Zac Medico | 2007-01-12 | 1 | -0/+2 |
* | FIx a bunch of random Except: statements in portage.py, most of them are IO/O... | Alec Warner | 2007-01-12 | 1 | -27/+9 |
* | os.cwd can return OSError (maybe IOError with wrong perms for ./, will test a... | Alec Warner | 2007-01-12 | 1 | -30/+11 |
* | EOFError is also important according to Zac | Alec Warner | 2007-01-12 | 1 | -1/+1 |
* | getbinpkg.py fix except: open can be IOERror or OSError and cPickle can throw... | Alec Warner | 2007-01-12 | 1 | -3/+1 |
* | comment the excepts in a few places | Alec Warner | 2007-01-12 | 3 | -3/+3 |
* | Fix broad except statement, should only be KeyError | Alec Warner | 2007-01-12 | 1 | -1/+1 |
* | portage_versions.py, more string.atoi -> int, fix another except: that should... | Alec Warner | 2007-01-12 | 1 | -10/+10 |
* | Change vercmp to use int() instead of string atoi, catch ValueError in pkgcmp | Alec Warner | 2007-01-12 | 2 | -6/+4 |
* | For bug #147512, don't print a cryptic error message when an EnvironmentError... | Zac Medico | 2007-01-12 | 2 | -10/+25 |
* | drop lazy bindings check once and for all ... the system ldso should have the... | Mike Frysinger | 2007-01-12 | 1 | -14/+0 |
* | Fix ebuild environment color.map support so that it works properly through ex... | Zac Medico | 2007-01-12 | 2 | -8/+12 |
* | Allow catpkgsplit to be less strict for atoms that come from installed packag... | Zac Medico | 2007-01-11 | 1 | -1/+3 |
* | use cached suffix value and if it is not valid, lets warn | Mike Frysinger | 2007-01-11 | 1 | -2/+5 |
* | dont compress files that are already compressed and dont do sanity checking o... | Mike Frysinger | 2007-01-11 | 1 | -8/+3 |
* | Use a global to ensure that the valid_category regex is cached. | Zac Medico | 2007-01-11 | 1 | -2/+4 |