summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/version.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix comparison bug with 'rc' versions in packaging.version (#11841).Éric Araujo2012-02-271-11/+13
| | | | | | | I added some tests in 2105ab8553b7 and found no bug, but it turns out that the doctest is not actually run. While converting the doctest to unittest style, I stumbled upon this bug again and this time applied the code patch provided by Filip Gruszczyński.
* Fix typos in comments.Éric Araujo2012-02-061-3/+3
| | | | | Reported by David-Sarah Hopwood on the Bitbucket bug tracker of Tarek’s former verlib/distutils.version project.
* Cosmetic fixes for whitespace and a regex in packaging.Éric Araujo2011-10-041-1/+1
| | | | | | The goal of the regex is to catch a (alpha), b (beta), c or rc (release candidate), so the existing pattern puzzled me. Tests were OK before and after the change.
* initial import of the packaging package in the standard libraryTarek Ziade2011-05-191-0/+449