| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in astgen script | Jeremy Hylton | 2001-08-14 | 3 | -3/+3 |
|
|
* | Regenerated from new ast.txt and new astgen.py | Jeremy Hylton | 2001-08-14 | 1 | -12/+23 |
|
|
* | Add getChildNodes() method to Node | Jeremy Hylton | 2001-08-14 | 2 | -0/+4 |
|
|
* | Add Yield node | Jeremy Hylton | 2001-08-14 | 2 | -0/+2 |
|
|
* | Update e-mail address | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+1 |
|
|
* | + A msg on c.l.py reminded me that docstrings can be implicitly catenated. | Tim Peters | 2001-08-13 | 1 | -28/+48 |
|
|
* | SF patch #445412 extract ndiff functionality to difflib, from | Tim Peters | 2001-08-12 | 1 | -226/+15 |
|
|
* | Tool to delete (or just rewrite parts of) obsolete future statements. | Tim Peters | 2001-08-12 | 1 | -0/+256 |
|
|
* | Finally fix SF bug #441172, using a variant of patch ##443626: | Guido van Rossum | 2001-08-11 | 1 | -0/+6 |
|
|
* | When representing #includes as imports, do from MOD import *. | Martin v. Löwis | 2001-08-09 | 1 | -1/+1 |
|
|
* | Patch #437683: Use re instead of regex. | Martin v. Löwis | 2001-08-09 | 1 | -33/+38 |
|
|
* | Patch #422471: Install IDLE Help File | Martin v. Löwis | 2001-08-08 | 1 | -1/+1 |
|
|
* | Added README to this directory | Andrew M. Kuchling | 2001-08-08 | 1 | -0/+21 |
|
|
* | Fix for SF bug #448835. | Guido van Rossum | 2001-08-07 | 1 | -2/+1 |
|
|
* | Tabify the file (pointed out by Thomas Wouters) | Andrew M. Kuchling | 2001-08-06 | 1 | -19/+19 |
|
|
* | Update listing of subdirectories | Andrew M. Kuchling | 2001-08-06 | 1 | -1/+21 |
|
|
* | Oops, this file was apparently never added to the repository. Now it is. | Jack Jansen | 2001-08-06 | 1 | -0/+3 |
|
|
* | Rename pydoc.pyw to pydocgui.pyw: Since we changed Python to allow .pyw | Tim Peters | 2001-08-05 | 2 | -2/+5 |
|
|
* | Added the -X/--no-docstrings flag which takes a filename containing a | Barry Warsaw | 2001-07-27 | 1 | -13/+32 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 4 | -6/+6 |
|
|
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 2 | -3/+9 |
|
|
* | Oops, left in a debug statement. It's gone now. | Jack Jansen | 2001-07-17 | 1 | -1/+0 |
|
|
* | Allow [] after a parameter name. We currently take this to be the same as * i... | Jack Jansen | 2001-07-13 | 1 | -13/+7 |
|
|
* | Change the way hex type-ins are displayed. The old way was way too | Barry Warsaw | 2001-07-10 | 1 | -48/+53 |
|
|
* | __init__(), save_views(): Catch ValueError along with IOError and | Barry Warsaw | 2001-07-10 | 1 | -6/+7 |
|
|
* | Update a comment. | Barry Warsaw | 2001-07-10 | 1 | -2/+4 |
|
|
* | __init__(): Use augmented assignments. | Barry Warsaw | 2001-07-10 | 1 | -3/+5 |
|
|
* | De-string-module-ification. | Barry Warsaw | 2001-07-10 | 2 | -10/+11 |
|
|
* | __version__: Bump to 1.2 | Barry Warsaw | 2001-07-10 | 1 | -6/+8 |
|
|
* | __populate(): Use augmented assignments. | Barry Warsaw | 2001-07-10 | 1 | -1/+1 |
|
|
* | __delta(): Use augmented assignments. | Barry Warsaw | 2001-07-10 | 1 | -6/+6 |
|
|
* | De-string-module-ification and other Python 2.x improvements. | Barry Warsaw | 2001-07-10 | 1 | -29/+18 |
|
|
* | Update a comment. | Barry Warsaw | 2001-07-10 | 1 | -1/+1 |
|
|
* | Updated documentation, and bump the version number to 1.2. | Barry Warsaw | 2001-07-10 | 1 | -10/+25 |
|
|
* | Amazing. A very subtle change in policy in descr-branch actually | Guido van Rossum | 2001-07-06 | 1 | -1/+1 |
|
|
* | Added WeakLink...Generator classes (should have done that ages ago). These ch... | Jack Jansen | 2001-07-01 | 2 | -0/+22 |
|
|
* | Make basechain a class variable in stead of initializing it in __init__. That... | Jack Jansen | 2001-06-28 | 1 | -1/+1 |
|
|
* | Added a couple more types that Apple has taken a fancy to. | Jack Jansen | 2001-06-27 | 1 | -1/+3 |
|
|
* | Added a Parser_OSX class that can parse new-style (C-only) headers, | Jack Jansen | 2001-06-26 | 1 | -4/+19 |
|
|
* | This is a trivial command line utility to print MD5 checksums. | Guido van Rossum | 2001-06-22 | 1 | -0/+32 |
|
|
* | write(): Karl Eichwalder points out that the #, flag comments should | Barry Warsaw | 2001-06-20 | 1 | -1/+4 |
|
|
* | write(): It's been generally agreed on the i18n-sig that the docstring | Barry Warsaw | 2001-06-19 | 1 | -1/+1 |
|
|
* | Taught IDLE's autoident parser that "yield" is a keyword that begins a | Tim Peters | 2001-06-19 | 1 | -0/+1 |
|
|
* | Make copy, cut and paste events case insensitive. Reported by Patrick | Guido van Rossum | 2001-06-12 | 1 | -3/+3 |
|
|
* | SF bug 430991: wrong co_lnotab | Tim Peters | 2001-06-09 | 1 | -17/+14 |
|
|
* | Patch #430754: Makes ftpmirror.py .netrc aware | Martin v. Löwis | 2001-06-07 | 1 | -3/+10 |
|
|
* | Quick update to the extension mechanism (extend.py is gone, long live | Guido van Rossum | 2001-06-04 | 1 | -6/+20 |
|
|
* | Separate CFLAGS and CPPFLAGS. CFLAGS should not contain preprocessor | Neil Schemenauer | 2001-06-02 | 2 | -2/+4 |
|
|
* | write(): Aggressively sort all catalog entries, and fix the bug where | Barry Warsaw | 2001-05-24 | 1 | -35/+37 |
|
|
* | write(): Do two levels of sorting: first sort the individual location | Barry Warsaw | 2001-05-23 | 1 | -0/+10 |
|
|