| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of hardcoded Python path (can't guess where the user installed | Tim Peters | 2001-03-10 | 1 | -1/+1 |
|
|
* | Added -o/--output-file option as per GNU msgfmt to specify the output | Barry Warsaw | 2001-03-02 | 1 | -9/+18 |
|
|
* | Put current date into POT-Creation-Date; leave PO-Revision-Date for | Martin v. Löwis | 2001-03-01 | 1 | -2/+3 |
|
|
* | Call main routine in pydoc module (pydoc.cli). | Ka-Ping Yee | 2001-03-01 | 1 | -76/+2 |
|
|
* | Add script form of pydoc so that it's present in beta1. Currently | Andrew M. Kuchling | 2001-02-28 | 1 | -0/+78 |
|
|
* | Dialog and Window objects are (finally) different beasts. | Jack Jansen | 2001-02-27 | 1 | -2/+1 |
|
|
* | Use the filename, not the pathname, in the definitions file | Jack Jansen | 2001-02-27 | 1 | -1/+1 |
|
|
* | main(): Slightly more informative error message when TokenError | Barry Warsaw | 2001-02-26 | 1 | -1/+5 |
|
|
* | Patch 103928: Correct zlib freeze settings for Win32. | Tim Peters | 2001-02-23 | 1 | -2/+2 |
|
|
* | Hack to make this still work with Python 1.5.2. ;-( | Fred Drake | 2001-02-16 | 1 | -1/+6 |
|
|
* | Moved SequenceMatcher from ndiff into new std library module difflib.py. | Tim Peters | 2001-02-10 | 1 | -292/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-02-09 | 1 | -1/+1 |
|
|
* | move "from Tkinter import *" to module level | Jeremy Hylton | 2001-02-02 | 2 | -2/+2 |
|
|
* | Special case around some of the nastier annoyances with the type-in | Barry Warsaw | 2001-02-01 | 1 | -6/+25 |
|
|
* | Move the "from Tkinter import *" out of the method and into the module | Barry Warsaw | 2001-02-01 | 1 | -1/+2 |
|
|
* | Allow installation of IDLE via distutils (patch #103138). | Martin v. Löwis | 2001-01-28 | 2 | -0/+93 |
|
|
* | Windows: ucnhash subproject no longer exists (/F merged into unicodedata). | Tim Peters | 2001-01-24 | 1 | -3/+0 |
|
|
* | Unicode nits: Don't include unicodedatabase.h no more. And make sure | Fredrik Lundh | 2001-01-21 | 1 | -2/+2 |
|
|
* | compress unicode decomposition tables (this saves another 55k) | Fredrik Lundh | 2001-01-21 | 1 | -41/+76 |
|
|
* | forgot to check in the new makeunicodedata.py script | Fredrik Lundh | 2001-01-21 | 1 | -17/+271 |
|
|
* | Color all word instances of "as" after "import", & on the same line, as if | Tim Peters | 2001-01-19 | 1 | -0/+13 |
|
|
* | This still mentioned IdlePrefs.py as the place to edit color | Guido van Rossum | 2001-01-19 | 1 | -1/+2 |
|
|
* | Hand repair of cases where reindent changed lines of the form | Tim Peters | 2001-01-17 | 6 | -18/+18 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 56 | -2461/+2455 |
|
|
* | New, improved README from Mike Clarkson. Wow! | Guido van Rossum | 2001-01-03 | 1 | -20/+143 |
|
|
* | This patch changes the default behaviour of the builtin charmap | Marc-André Lemburg | 2001-01-03 | 1 | -11/+39 |
|
|
* | Make the test program work outside IDLE. | Guido van Rossum | 2001-01-02 | 1 | -6/+6 |
|
|
* | Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2). | Guido van Rossum | 2001-01-02 | 1 | -2/+1 |
|
|
* | Fixed snake logo and minus image by Daniel Calvelo. | Guido van Rossum | 2000-12-27 | 2 | -0/+0 |
|
|
* | Optionally weed out duplicate prototypes for the same function (which | Jack Jansen | 2000-12-12 | 3 | -3/+11 |
|
|
* | Adapted to new standard for initmodule() routine: don't call | Jack Jansen | 2000-12-12 | 1 | -2/+1 |
|
|
* | Various new standard types. | Jack Jansen | 2000-12-12 | 1 | -1/+16 |
|
|
* | Added support for generating a single module from multiple .h files. | Jack Jansen | 2000-12-12 | 1 | -3/+20 |
|
|
* | SF bug 124051: ndiff "?" lines can be confusing. Well, they still can, but | Tim Peters | 2000-12-09 | 1 | -28/+19 |
|
|
* | a few small optimizations that seem to give a 5-10% speedup; the | Jeremy Hylton | 2000-11-06 | 1 | -76/+80 |
|
|
* | move pruneNext method to correct object (doh!) | Jeremy Hylton | 2000-11-06 | 1 | -24/+24 |
|
|
* | Change the graph structure to contain the code generator object for | Jeremy Hylton | 2000-11-06 | 3 | -21/+133 |
|
|
* | If a function contains a doc string, remove the doc string node from | Jeremy Hylton | 2000-11-06 | 1 | -1/+5 |
|
|
* | Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, n... | Mark Hammond | 2000-11-06 | 1 | -15/+6 |
|
|
* | Added 38,642 missing characters to the Unicode database (first-last | Fredrik Lundh | 2000-11-03 | 1 | -11/+39 |
|
|
* | Hack ndiff to display lines w/ leading tabs more intuitively. This synchs | Tim Peters | 2000-11-01 | 1 | -9/+24 |
|
|
* | Added the -D/--docstrings option for extraction of unmarked module, | Barry Warsaw | 2000-10-27 | 1 | -40/+82 |
|
|
* | Remove bogus stdout redirection and use of sys.__stdout__; use | Fred Drake | 2000-10-26 | 1 | -46/+42 |
|
|
* | Remove bogus stdout redirection and use of sys.__stdout__; use | Fred Drake | 2000-10-26 | 1 | -32/+28 |
|
|
* | Add IDLE wish: access items of arrays | Guido van Rossum | 2000-10-25 | 1 | -0/+1 |
|
|
* | Many changes. | Jeremy Hylton | 2000-10-25 | 1 | -220/+145 |
|
|
* | Generated from rev 1.1 of ast.txt | Jeremy Hylton | 2000-10-25 | 1 | -677/+606 |
|
|
* | Small optimizations in dispatch method: 1) lookup node's __class__ once | Jeremy Hylton | 2000-10-25 | 1 | -12/+14 |
|
|
* | Support for generation of ast.py from simple description of node | Jeremy Hylton | 2000-10-25 | 4 | -0/+518 |
|
|
* | run the std regression test suite using bytecode produced by the compiler | Jeremy Hylton | 2000-10-13 | 1 | -0/+55 |
|
|