summaryrefslogtreecommitdiffstats
path: root/pym/portage_versions.py
Commit message (Collapse)AuthorAgeFilesLines
* A quick docstring for vercmpAlec Warner2006-12-071-1/+23
| | | | svn path=/main/trunk/; revision=5210
* portage_versions lacks a header or copyright notice :xAlec Warner2006-12-071-0/+6
| | | | svn path=/main/trunk/; revision=5208
* For bug #152127, make vercmp give less value to implcit .0, so two versions ↵Zac Medico2006-12-071-2/+5
| | | | | | that aren't literally equal are not ambiguously given the same value (in sorting, for example). svn path=/main/trunk/; revision=5205
* Move portage.best() to portage_versions.Zac Medico2006-07-221-0/+14
| | | | svn path=/main/trunk/; revision=3990
* Add a docstring with epytext markup to portage_versions.pkgcmp(). Thanks to ↵Zac Medico2006-07-171-0/+21
| | | | | | chriswhite for this patch. svn path=/main/trunk/; revision=3913
* Move endversion and endversion_keys to portage_versions and import them for ↵Zac Medico2006-04-231-0/+2
| | | | | | backward compatibility. svn path=/main/trunk/; revision=3202
* Backport of version code rewrite (bug 37406), should be completely backwards ↵Marius Mauch2005-11-131-0/+222
compatible (and the algorithm has been tested on the whole tree multiple times already). Also adds some new features in version syntax like cvs version prefixes (in the same package) and multiple suffixes. svn path=/main/trunk/; revision=2309