summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small optimizations in dispatch method: 1) lookup node's __class__ onceJeremy Hylton2000-10-251-12/+14
* Support for generation of ast.py from simple description of nodeJeremy Hylton2000-10-254-0/+518
* run the std regression test suite using bytecode produced by the compilerJeremy Hylton2000-10-131-0/+55
* add -d option that dumps entire AST before compilingJeremy Hylton2000-10-131-2/+5
* Now supports entire Python 2.0 language and still supports PythonJeremy Hylton2000-10-134-93/+463
* Fix SF bug #116263: support for from .. import *Jeremy Hylton2000-10-123-4/+13
* read in a .pyc file and disassemble the code objectsJeremy Hylton2000-10-091-0/+39
* Fix for next iteration of SF bug 115690 (Unicode headaches in IDLE). TheTim Peters2000-10-061-0/+13
* I'm moving redemo.py here from Demo/tkinter/guido, since it isGuido van Rossum2000-10-061-0/+171
* New tool for normalizing indentation of .py files.Tim Peters2000-10-051-0/+258
* - don't set the titlecase flag for uppercase letters (sorry, tim)Fredrik Lundh2000-09-251-2/+2
* unicode database compression, step 3:Fredrik Lundh2000-09-251-4/+19
* unicode database compression, step 3:Fredrik Lundh2000-09-252-9/+100
* unicode database compression, step 2:Fredrik Lundh2000-09-251-15/+47
* Fiddled w/ /F's cool new splitbins function: documented it, generalized itTim Peters2000-09-251-26/+54
* unicode database compression, step 1:Fredrik Lundh2000-09-241-0/+202
* Implemented new os.startfile function, unique to Windows, exposing aTim Peters2000-09-221-2/+3
* change 2-space indent to 4-space indentJeremy Hylton2000-09-201-1081/+1079
* distutils setup scriptJeremy Hylton2000-09-201-0/+9
* Fix typo (newtabwith).Guido van Rossum2000-09-201-1/+1
* Temporary fix for Bug #114821.Guido van Rossum2000-09-191-2/+18
* satisfy the tabnannyJeremy Hylton2000-09-183-358/+358
* Allow this script to act like a module by only calling main() ifBarry Warsaw2000-09-161-1/+3
* Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, thisGuido van Rossum2000-09-151-0/+7
* Include the filename in the errror message for F5 without saving.Guido van Rossum2000-09-151-1/+5
* main(): Move hackery of sys.argv until after the Tk instance has beenFred Drake2000-09-151-7/+7
* Don't emit 8 lines of (c) information at startup -- use the same textGuido van Rossum2000-09-051-1/+4