summaryrefslogtreecommitdiff
path: root/distutils2/tests/test_version.py
Commit message (Expand)AuthorAgeFilesLines
* Fix stringification of final versions (#16107).?ric Araujo2012-10-271-1/+3
* Removed the trailing zero wiping (#14264)Tarek Ziade2012-03-121-2/+8
* Fix comparison bug with 'rc' versions (#11841)?ric Araujo2012-02-271-0/+9
* Clean up some idioms in tests.?ric Araujo2011-11-121-3/+1
* Cosmetic fixes for whitespace and a regex.?ric Araujo2011-10-051-4/+4
* Add tests for comparing candidate and final versions (#11841).?ric Araujo2011-10-051-0/+12
* Backported packaging from cpython default, overwriting previous version.Vinay Sajip2011-08-181-10/+9
* make sure project that have numbers in their names can be parsedTarek Ziade2011-01-011-0/+9
* allowing predicates without parenthesis -- that's how the install script will...Tarek Ziade2011-01-011-0/+3
* Don?t use a deprecated name?ric Araujo2010-12-091-3/+3
* refactored unittest import logic to improve accuracy of the coverage measurementYannick Gingras2010-09-301-1/+1
* Added some more hash testing to make the intent of equal hashes clearer.Amos Latteier2010-09-291-0/+2
* Add test for VersionPredicate.__repr__Amos Latteier2010-09-291-0/+4
* Changed hashing behaviour for NormalizedVersion. Equal versions have theAmos Latteier2010-09-291-0/+9
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-0/+226