summaryrefslogtreecommitdiffstats
path: root/pym/portage_versions.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace compat symlinks with a new compat module as the symlink solution ↵Marius Mauch2007-02-171-1/+1
| | | | | | prevents reuse of state information (requested by ferringb) svn path=/main/trunk/; revision=5981
* Namespace sanitizing, step 1Marius Mauch2007-01-251-314/+1
| | | | svn path=/main/trunk/; revision=5778
* more string deprecationAlec Warner2007-01-121-7/+7
| | | | svn path=/main/trunk/; revision=5595
* comment the excepts in a few placesAlec Warner2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5584
* portage_versions.py, more string.atoi -> int, fix another except: that ↵Alec Warner2007-01-121-10/+10
| | | | | | should be ValueError svn path=/main/trunk/; revision=5582
* Change vercmp to use int() instead of string atoi, catch ValueError in pkgcmpAlec Warner2007-01-121-3/+3
| | | | svn path=/main/trunk/; revision=5581
* Allow catpkgsplit to be less strict for atoms that come from installed ↵Zac Medico2007-01-111-1/+3
| | | | | | packages (for backward compatibility). svn path=/main/trunk/; revision=5577
* Use a global to ensure that the valid_category regex is cached.Zac Medico2007-01-111-2/+4
| | | | svn path=/main/trunk/; revision=5574
* SpanKY likes the latin categoriesAlec Warner2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5573
* learn to spellAlec Warner2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5572
* Handle the exception in isvalidatom, change it to use a portage exceptoin, ↵Alec Warner2007-01-111-2/+3
| | | | | | thanks to Zac for pointing this out svn path=/main/trunk/; revision=5571
* Fix comments for catpkgsplitAlec Warner2007-01-111-1/+2
| | | | svn path=/main/trunk/; revision=5570
* Valid categories in catpkgsplitAlec Warner2007-01-111-1/+19
| | | | svn path=/main/trunk/; revision=5568
* 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