summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* Update to Unicode 3.2 database.Martin v. Löwis2002-10-181-2/+2
* Added -b tag option to limit output to a specific branch only.Guido van Rossum2002-09-291-5/+43
* Remove unnecessary importsNeal Norwitz2002-09-121-4/+0
* Remove unused local variablesNeal Norwitz2002-09-122-2/+0
* Remove unnecessary importsNeal Norwitz2002-09-127-10/+0
* Remove another mention of "import string".Walter Dörwald2002-09-121-3/+2
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-1170-346/+271
* Extended IDLE's open module menu item to handle hierarchical module names.Raymond Hettinger2002-09-081-2/+15
* Whitespace normalization.Tim Peters2002-08-233-3/+3
* Moved CoreFoundation type support to bgen/macsupport.Jack Jansen2002-08-221-0/+11
* iUse PyDoc_STR() around docstrings.Jack Jansen2002-08-161-1/+1
* This is my patchMichael W. Hudson2002-08-151-34/+15
* Convert characters from the locale's encoding on output.Martin v. Löwis2002-08-102-1/+15
* A tool to transform gprof(1) output into HTML, so you can click on aGuido van Rossum2002-08-091-0/+78
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-093-12/+12
* Be a lot less verbose by default.Jack Jansen2002-08-052-6/+7
* Initial prototype of framer: a tool to build the frame for extension modules.Jeremy Hylton2002-08-0512-0/+915
* Fixed to run better in unix-Python, and to cater for bgenlocationsJack Jansen2002-08-051-3/+7
* Moved bgenlocations to the Mac/Lib directory. Not perfect, but better thanJack Jansen2002-08-051-13/+0
* Patch #590913: PEP 263 support.Martin v. Löwis2002-08-052-1/+188
* Use ascii_letters to avoid UnicodeErrors.Martin v. Löwis2002-08-051-1/+4
* Specify pathnames in a way that works on both OS9 and OSX.Jack Jansen2002-08-041-3/+3
* Use universal newline input when scanning header files.Jack Jansen2002-08-041-3/+3
* * runctx - fix a couple typosSkip Montanaro2002-07-251-17/+21
* Get rid of _expand() altogether - the match object supports m.expand().Guido van Rossum2002-07-241-11/+2
* The test for re.engine was misfiring because re.engine is no longerGuido van Rossum2002-07-241-11/+4
* staticforward bites the dust.Jeremy Hylton2002-07-172-3/+3
* Added the "weird" ccTLDs ac, gg, im, and je. These are not recognizedBarry Warsaw2002-07-151-5/+17
* Update freeze to use zlib 1.1.4.Mark Hammond2002-07-031-2/+2
* Patch 574531/Bug 574570 - allow freeze on windows to use the _winregMark Hammond2002-06-281-1/+5
* Mechanically translated string method calls to string methods.Fred Drake2002-06-181-36/+22
* SF patch #552837, submitted by Robert Pyron:Fred Drake2002-06-181-29/+508
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-0/+2
* Remove the only use of a string method.Thomas Heller2002-06-101-1/+1
* Add primitive printing support for Unix and Windows.Guido van Rossum2002-06-105-0/+38
* escape 8-bit chars when generating .py files. fixes bug #566302Just van Rossum2002-06-091-1/+16
* Added the 7 new top level domains, and reworded the nameorgs output.Barry Warsaw2002-06-071-113/+110
* Apply diff2.txt from SF patch http://www.python.org/sf/565471Walter Dörwald2002-06-071-35/+31
* Apply diff.txt from SF patch http://www.python.org/sf/561478Walter Dörwald2002-06-061-1/+2
* Use self.__class__ to instantiate a TreeNode item recursively, toGuido van Rossum2002-05-271-1/+1
* Patch 543222. Disable script bindings in shell window.Raymond Hettinger2002-05-213-0/+5
* Patches 558535. The standard Windows binding for Edit Select AllRaymond Hettinger2002-05-211-1/+1
* moving into the Doc/tools directorySkip Montanaro2002-04-301-128/+0
* Converted to use re in stead of regex and regsub (finally:-).Jack Jansen2002-04-231-54/+65
* SF bug 546078: IDLE calltips cause application error.Tim Peters2002-04-221-0/+6
* Oops: we used PyMem_DEL() to clean up objects, and that's a problem sinceJack Jansen2002-04-191-1/+1
* Use md5.new() constructorAndrew M. Kuchling2002-04-171-1/+1
* Use 2.1's .hexdigest() methodAndrew M. Kuchling2002-04-171-5/+2
* Provisional fix for writefile() [SF bug # 541730].Guido van Rossum2002-04-151-1/+1
* Patch #540583: Open MS Help Docs if available.Martin v. Löwis2002-04-141-3/+12