summaryrefslogtreecommitdiff
path: root/Lib/distutils/version.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-311-6/+0
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-301-1/+1
* remove another use of cmp()Benjamin Peterson2009-02-161-1/+6
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-27/+36
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-1/+1
* Fix two bugs from the map->itertools.imap switch.Collin Winter2007-07-171-4/+4
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-9/+8
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-1/+38
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Whitespace normalization.Fred Drake2001-12-061-8/+8
* Back out conversion to string methods; the Distutils is intended to workAndrew M. Kuchling2001-03-221-5/+5
* String method conversion.Eric S. Raymond2001-02-091-5/+5
* Standardize whitespace in function calls.Greg Ward2000-09-261-25/+25
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1
* Initial checkin of distutils source files.Greg Ward1998-12-181-0/+301