| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | SpanKY likes the latin categories | Alec Warner | 2007-01-11 | 1 | -1/+1 |
* | learn to spell | Alec Warner | 2007-01-11 | 1 | -1/+1 |
* | Handle the exception in isvalidatom, change it to use a portage exceptoin, th... | Alec Warner | 2007-01-11 | 3 | -9/+10 |
* | Fix comments for catpkgsplit | Alec Warner | 2007-01-11 | 1 | -1/+2 |
* | catch and validate new ValueError Exception | Alec Warner | 2007-01-11 | 1 | -3/+6 |
* | Valid categories in catpkgsplit | Alec Warner | 2007-01-11 | 1 | -1/+19 |
* | print the incorrect atom | Alec Warner | 2007-01-11 | 1 | -1/+2 |
* | add some invalid ops to getcpv to make sure it returns the cpv still | Alec Warner | 2007-01-11 | 1 | -0/+6 |
* | For bug #50738, inform the user about the location of the timestamp file and ... | Zac Medico | 2007-01-11 | 1 | -0/+4 |
* | isjustname tests | Alec Warner | 2007-01-11 | 1 | -0/+25 |
* | elaborate a bit on isjustname() | Alec Warner | 2007-01-11 | 1 | -1/+1 |
* | getslot tests | Alec Warner | 2007-01-11 | 1 | -0/+27 |
* | I owed brian harring 3.50, for th previous advice about assertEqual/NotEqual,... | Alec Warner | 2007-01-11 | 1 | -0/+25 |
* | take some advice and use AssertEqual/NotEqual | Alec Warner | 2007-01-11 | 7 | -24/+11 |
* | add some invalid operators to the test to denote that get_operator doesn't va... | Alec Warner | 2007-01-11 | 1 | -1/+4 |
* | get_operator tests | Alec Warner | 2007-01-11 | 1 | -0/+27 |
* | Commit unit tests, hey look THEY ARE BROKEN | Alec Warner | 2007-01-11 | 2 | -0/+49 |
* | docs for grabdict | Alec Warner | 2007-01-11 | 1 | -1/+21 |
* | add support for user-customizable compression #9870 | Mike Frysinger | 2007-01-11 | 10 | -126/+154 |
* | Use dict.get() to prevent a potential (bug unlikely) KeyError. | Zac Medico | 2007-01-11 | 1 | -4/+4 |
* | Use isinstance(foo, basestring) so that it can work with unicode strings too. | Zac Medico | 2007-01-11 | 1 | -1/+1 |
* | Add note that any value enables EPAUSE_IGNORE | Marius Mauch | 2007-01-11 | 1 | -0/+1 |
* | Make FEATURES=test imply USE=test | Marius Mauch | 2007-01-11 | 1 | -0/+5 |
* | continue is only for loops | Marius Mauch | 2007-01-11 | 1 | -1/+1 |
* | add stack_lists checks | Alec Warner | 2007-01-11 | 1 | -1/+12 |
* | Extend ignore filter for grablines (bug #144445) | Marius Mauch | 2007-01-11 | 1 | -1/+3 |
* | More portage_util tests | Alec Warner | 2007-01-11 | 3 | -6/+98 |
* | Don't escape strings in PortageException as that breaks newline handling (bug... | Marius Mauch | 2007-01-11 | 1 | -1/+4 |
* | Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051) | Marius Mauch | 2007-01-11 | 1 | -1/+1 |
* | Add 'stricter' description, misc typo fixes, patch by Max Lorenz (bug #153755) | Marius Mauch | 2007-01-11 | 1 | -6/+9 |
* | Update CCACHE docs, patch by Ryan Hill (bug #156865) | Marius Mauch | 2007-01-11 | 2 | -9/+20 |
* | Remove RESTRICT=sandbox docs until bug #161045 is resolved | Marius Mauch | 2007-01-11 | 1 | -3/+0 |
* | Remove / character from module names. | Zac Medico | 2007-01-11 | 1 | -1/+1 |
* | more test re-arranging as Alec can't read what functions are in what files | Alec Warner | 2007-01-11 | 3 | -1/+5 |
* | edit test-notes | Alec Warner | 2007-01-11 | 1 | -3/+6 |
* | remove bogs test dir, add portage_versions | Alec Warner | 2007-01-11 | 1 | -1/+1 |
* | Add a bit of path mangling to allow deeper tests | Alec Warner | 2007-01-11 | 3 | -4/+9 |
* | Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() for... | Zac Medico | 2007-01-10 | 1 | -2/+2 |
* | Don't allow slot collision nodes to block other packages since blocker valida... | Zac Medico | 2007-01-10 | 1 | -1/+6 |
* | For bug #161422, make slot collisions non-fatal in cases where an invalid dep... | Zac Medico | 2007-01-10 | 1 | -26/+31 |
* | Fix sys.path so that imports work correctly. | Zac Medico | 2007-01-10 | 1 | -4/+4 |
* | Fix module loading. | Zac Medico | 2007-01-10 | 1 | -9/+17 |
* | add a few tips on adding tests, and kinks in the current system, I hope to fi... | Alec Warner | 2007-01-10 | 1 | -0/+24 |