summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/versionpredicate.py
Commit message (Collapse)AuthorAgeFilesLines
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-2/+4
| | | | | and str (unicode) patterns get full unicode matching by default. The re.ASCII flag is also introduced to ask for ASCII matching instead.
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-1/+1
| | | | We still have 27 failing tests (down from 39).
* Whitespace normalization.Tim Peters2005-03-281-3/+3
|
* fix Python style guide conformanceFred Drake2005-03-221-1/+1
|
* - rename check_provision() to split_revision()Fred Drake2005-03-211-83/+144
| | | | | - fix indentation to conform to the Python style guide - add more tests and documentation
* helper code, mostly from Andy Harrington, for PEP 314 completionFred Drake2005-03-201-0/+103