summaryrefslogtreecommitdiffstats
path: root/Tools/versioncheck
Commit message (Collapse)AuthorAgeFilesLines
* #4280: remove outdated "versionchecker" tool.Georg Brandl2010-08-024-206/+0
|
* More old urllib usage.Georg Brandl2008-06-231-2/+2
|
* Remove traces of rfc822.Georg Brandl2008-06-121-2/+2
|
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-1/+1
| | | | small fixes by Barry. This removes mimetools from the stdlib.
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-091-1/+1
|
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-122-2/+2
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-032-23/+23
|
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-2/+1
| | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r55797 | neal.norwitz | 2007-06-07 00:00:57 -0700 (Thu, 07 Jun 2007) | 3 lines Get rid of some remnants of classic classes. types.ClassType == type. Also get rid of almost all uses of the types module and use the builtin name. ........ r55798 | neal.norwitz | 2007-06-07 00:12:36 -0700 (Thu, 07 Jun 2007) | 1 line Remove a use of types, verify commit hook works ........ r55809 | guido.van.rossum | 2007-06-07 11:11:29 -0700 (Thu, 07 Jun 2007) | 2 lines Fix syntax error introduced by Neal in last checkin. ........
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Whitespace normalization, via reindent.py.Tim Peters2004-07-182-5/+2
|
* Patch #812378: Normalize white space.Martin v. Löwis2003-10-243-35/+34
|
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-112-5/+3
| | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining.
* Reindented without tabs and with uniform 4 space indent.Guido van Rossum1998-04-061-36/+36
|
* Fix bug detected by AMK: need to import string.Guido van Rossum1997-12-311-0/+1
|
* Fix bug detected by AMK: Types should be types.Guido van Rossum1997-12-311-2/+2
|
* Adding Jack Jansen's version checking utility.Guido van Rossum1997-12-234-0/+212