summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Clarify the meaning of "requires Python 1.5.2".Raymond Hettinger2002-11-081-3/+4
* Add --check-tkinter to setup.py. Install IDLE. Fixes #634078.Martin v. Löwis2002-11-061-5/+24
* Use column= rather than col=; with Tk 8.4 col= no longer works.Guido van Rossum2002-11-061-3/+3
* Support sdist.Martin v. Löwis2002-11-051-0/+4
* Oops, committed this in the wrong place.Guido van Rossum2002-10-281-740/+0
* Beginnings of a spreadsheet I used as an example on Linux Lunacy II.Guido van Rossum2002-10-271-0/+740
* FILETYPES: Newer XFree86 rgb.txt files use the key Xorg instead ofBarry Warsaw2002-10-211-67/+68
* Some fixes based on feedback from Hans Petter Langtangen.Barry Warsaw2002-10-211-41/+44
* Fix a typo, update (only one) style improvement, whitespaceBarry Warsaw2002-10-211-5/+5
* Verify that lower-higher case delta are 16-bit.Martin v. Löwis2002-10-181-3/+11
* 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