| Commit message (Expand) | Author | Age | Files | Lines |
* | Make cpv_getversion handle invalid cpv and add cpv_getversion to __all__. | Zac Medico | 2010-04-10 | 1 | -1/+3 |
* | Implement REPLACING_VERSIONS and REPLACED_BY_VERSION | Sebastian Luther | 2010-04-10 | 1 | -0/+5 |
* | Remove all svn $Id keywords. | Zac Medico | 2010-03-24 | 1 | -1/+0 |
* | Move portage.cpv_getkey() to the portage.versions module. | Zac Medico | 2010-02-20 | 1 | -0/+27 |
* | Revert r15161 so 12.2.5 is greater than 12.2b once again. Depending on how you | Zac Medico | 2010-01-04 | 1 | -16/+11 |
* | Fix vercmp so 1b > 1 and add corresponding tests. | Zac Medico | 2010-01-04 | 1 | -1/+7 |
* | Revert vercmp() behavior so 12.2b > 12.2.5 which was accidentally changed in | Zac Medico | 2010-01-04 | 1 | -6/+11 |
* | Make pkgsplit() preserve 'null' category if it's present in the input. | Zac Medico | 2009-10-05 | 1 | -2/+3 |
* | Use the simpler/stricter _pkgspit in dbapi code. | Zac Medico | 2009-10-04 | 1 | -1/+6 |
* | Make pkgsplit() accept a cpv again, since accepting a pv only will probably | Zac Medico | 2009-10-04 | 1 | -3/+20 |
* | Take regular expressions from portage.dep and use them to reimplement | Zac Medico | 2009-09-30 | 1 | -41/+33 |
* | Update syntax of calls to print() for compatibility with Python 3. | Arfrever Frehtes Taifersar Arahesis | 2009-09-20 | 1 | -4/+4 |
* | Reimplement isvalidatom() to use a single regular expression match. Thanks | Zac Medico | 2009-09-07 | 1 | -1/+3 |
* | Optimize catpkgsplit() by creating a tuple directly instead of generating it | Zac Medico | 2009-09-07 | 1 | -4/+3 |
* | In catpkgsplit(), use split('/', 1) since there should never be more than on | Zac Medico | 2009-09-07 | 1 | -1/+1 |
* | Remove unnecessary redundant dict lookup at the beginning of catpkgsplit(). | Zac Medico | 2009-09-05 | 1 | -2/+0 |
* | Prepare 308 messages to localization. | Arfrever Frehtes Taifersar Arahesis | 2009-08-15 | 1 | -4/+5 |
* | Simplify pkgcmp(). Thanks to Douglas Anderson <dja@gendja.com> for this patch | Zac Medico | 2009-04-18 | 1 | -9/+1 |
* | Bug #266493 - Never return a long from vercmp() since that can trigger an | Zac Medico | 2009-04-17 | 1 | -9/+19 |
* | Bug #227265 - Make pkgsplit() allow multiple consecutive hyphens in package | Zac Medico | 2009-03-26 | 1 | -7/+1 |
* | Bug #227265 - Make pkgsplit() allow "versiony looking parts" in package names, | Zac Medico | 2009-03-25 | 1 | -5/+0 |
* | Normalize try/except indentation for compatibility with 2to3. | Zac Medico | 2009-03-20 | 1 | -4/+8 |
* | Remove category validation cruft from catpkgsplit(). | Zac Medico | 2008-05-25 | 1 | -5/+1 |
* | Check vercmp() return value to avoid arbitrary results in case it returns None | Marius Mauch | 2008-05-13 | 1 | -2/+4 |
* | * Make pkgcmp() pass the ebuild revision directly into vercmp() since | Zac Medico | 2008-01-11 | 1 | -7/+1 |
* | Make best() return early when it's only given one packages. | Zac Medico | 2007-08-22 | 1 | -3/+3 |
* | For bug #188449, since python floats have limited range, we multiply both flo... | Zac Medico | 2007-08-15 | 1 | -2/+11 |
* | Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists... | Zac Medico | 2007-06-07 | 1 | -5/+6 |
* | Return copies of the cached values from pkgsplit and catpkgsplit. | Zac Medico | 2007-06-06 | 1 | -2/+2 |
* | For bug #171259, fix vercmp so that implicit _p0 is less than explicit _p0. ... | Zac Medico | 2007-05-05 | 1 | -3/+5 |
* | remove category regex, dumb idea, sorry I did it | Alec Warner | 2007-03-03 | 1 | -6/+0 |
* | Namespace sanitizing, step 3 | Marius Mauch | 2007-01-25 | 1 | -1/+1 |
* | Namespace sanitizing, step 2 | Marius Mauch | 2007-01-25 | 1 | -9/+9 |
* | Namespace sanitizing, step 1 | Marius Mauch | 2007-01-25 | 1 | -0/+314 |