summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Patch #409504: Fix regex problems, consider \-continuation lines in MakefileMartin v. Löwis2001-03-212-2/+15
* Lawrence Hudson, SF #401702: Modify co_filename in frozen programsGuido van Rossum2001-03-202-3/+42
* Teach Tools/freeze/makeconfig.py and Tools/freeze/parsesetup.py to useEric S. Raymond2001-03-182-10/+12
* Get rid of hardcoded Python path (can't guess where the user installedTim Peters2001-03-101-1/+1
* Added -o/--output-file option as per GNU msgfmt to specify the outputBarry Warsaw2001-03-021-9/+18
* Put current date into POT-Creation-Date; leave PO-Revision-Date forMartin v. Löwis2001-03-011-2/+3
* Call main routine in pydoc module (pydoc.cli).Ka-Ping Yee2001-03-011-76/+2
* Add script form of pydoc so that it's present in beta1. CurrentlyAndrew M. Kuchling2001-02-281-0/+78
* Dialog and Window objects are (finally) different beasts.Jack Jansen2001-02-271-2/+1
* Use the filename, not the pathname, in the definitions fileJack Jansen2001-02-271-1/+1
* main(): Slightly more informative error message when TokenErrorBarry Warsaw2001-02-261-1/+5
* Patch 103928: Correct zlib freeze settings for Win32.Tim Peters2001-02-231-2/+2
* Hack to make this still work with Python 1.5.2. ;-(Fred Drake2001-02-161-1/+6
* Moved SequenceMatcher from ndiff into new std library module difflib.py.Tim Peters2001-02-101-292/+2
* Whitespace normalization.Tim Peters2001-02-091-1/+1
* move "from Tkinter import *" to module levelJeremy Hylton2001-02-022-2/+2
* Special case around some of the nastier annoyances with the type-inBarry Warsaw2001-02-011-6/+25
* Move the "from Tkinter import *" out of the method and into the moduleBarry Warsaw2001-02-011-1/+2
* Allow installation of IDLE via distutils (patch #103138).Martin v. Löwis2001-01-282-0/+93
* Windows: ucnhash subproject no longer exists (/F merged into unicodedata).Tim Peters2001-01-241-3/+0
* Unicode nits: Don't include unicodedatabase.h no more. And make sureFredrik Lundh2001-01-211-2/+2
* compress unicode decomposition tables (this saves another 55k)Fredrik Lundh2001-01-211-41/+76
* forgot to check in the new makeunicodedata.py scriptFredrik Lundh2001-01-211-17/+271
* Color all word instances of "as" after "import", & on the same line, as ifTim Peters2001-01-191-0/+13
* This still mentioned IdlePrefs.py as the place to edit colorGuido van Rossum2001-01-191-1/+2
* Hand repair of cases where reindent changed lines of the formTim Peters2001-01-176-18/+18
* Whitespace normalization.Tim Peters2001-01-1756-2461/+2455
* New, improved README from Mike Clarkson. Wow!Guido van Rossum2001-01-031-20/+143
* This patch changes the default behaviour of the builtin charmapMarc-André Lemburg2001-01-031-11/+39
* Make the test program work outside IDLE.Guido van Rossum2001-01-021-6/+6
* Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2).Guido van Rossum2001-01-021-2/+1
* Fixed snake logo and minus image by Daniel Calvelo.Guido van Rossum2000-12-272-0/+0
* Optionally weed out duplicate prototypes for the same function (whichJack Jansen2000-12-123-3/+11
* Adapted to new standard for initmodule() routine: don't callJack Jansen2000-12-121-2/+1
* Various new standard types.Jack Jansen2000-12-121-1/+16
* Added support for generating a single module from multiple .h files.Jack Jansen2000-12-121-3/+20
* SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, butTim Peters2000-12-091-28/+19
* a few small optimizations that seem to give a 5-10% speedup; theJeremy Hylton2000-11-061-76/+80
* move pruneNext method to correct object (doh!)Jeremy Hylton2000-11-061-24/+24
* Change the graph structure to contain the code generator object forJeremy Hylton2000-11-063-21/+133
* If a function contains a doc string, remove the doc string node fromJeremy Hylton2000-11-061-1/+5
* Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, n...Mark Hammond2000-11-061-15/+6
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-031-11/+39
* Hack ndiff to display lines w/ leading tabs more intuitively. This synchsTim Peters2000-11-011-9/+24
* Added the -D/--docstrings option for extraction of unmarked module,Barry Warsaw2000-10-271-40/+82
* Remove bogus stdout redirection and use of sys.__stdout__; useFred Drake2000-10-261-46/+42
* Remove bogus stdout redirection and use of sys.__stdout__; useFred Drake2000-10-261-32/+28
* Add IDLE wish: access items of arraysGuido van Rossum2000-10-251-0/+1
* Many changes.Jeremy Hylton2000-10-251-220/+145
* Generated from rev 1.1 of ast.txtJeremy Hylton2000-10-251-677/+606