summaryrefslogtreecommitdiffstats
path: root/pym/portage/versions.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify pkgcmp(). Thanks to Douglas Anderson <dja@gendja.com> for this patchZac Medico2009-04-181-9/+1
* Bug #266493 - Never return a long from vercmp() since that can trigger anZac Medico2009-04-171-9/+19
* Bug #227265 - Make pkgsplit() allow multiple consecutive hyphens in packageZac Medico2009-03-261-7/+1
* Bug #227265 - Make pkgsplit() allow "versiony looking parts" in package names,Zac Medico2009-03-251-5/+0
* Normalize try/except indentation for compatibility with 2to3.Zac Medico2009-03-201-4/+8
* Remove category validation cruft from catpkgsplit().Zac Medico2008-05-251-5/+1
* Check vercmp() return value to avoid arbitrary results in case it returns NoneMarius Mauch2008-05-131-2/+4
* * Make pkgcmp() pass the ebuild revision directly into vercmp() sinceZac Medico2008-01-111-7/+1
* Make best() return early when it's only given one packages.Zac Medico2007-08-221-3/+3
* For bug #188449, since python floats have limited range, we multiply both flo...Zac Medico2007-08-151-2/+11
* Make pkgsplit and catpkgsplit return imutable tuples instead of mutable lists...Zac Medico2007-06-071-5/+6
* Return copies of the cached values from pkgsplit and catpkgsplit.Zac Medico2007-06-061-2/+2
* For bug #171259, fix vercmp so that implicit _p0 is less than explicit _p0. ...Zac Medico2007-05-051-3/+5
* remove category regex, dumb idea, sorry I did itAlec Warner2007-03-031-6/+0
* Namespace sanitizing, step 3Marius Mauch2007-01-251-1/+1
* Namespace sanitizing, step 2Marius Mauch2007-01-251-9/+9
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+314