| Commit message (Expand) | Author | Age | Files | Lines |
* | remove commented-out vestiges of access statement | Jeremy Hylton | 2001-02-27 | 1 | -5/+0 |
|
|
* | conditionally include unistd.h to pick up confstr declaration. attempt to | Skip Montanaro | 2001-02-27 | 1 | -0/+5 |
|
|
* | pydoc: text and HTML documentation generator for interactive use | Ka-Ping Yee | 2001-02-27 | 1 | -0/+1158 |
|
|
* | inspect: a module for getting information out of live Python objects | Ka-Ping Yee | 2001-02-27 | 4 | -0/+1085 |
|
|
* | SetListCellIndent() argument was guessed incorrectly. Fixed. | Jack Jansen | 2001-02-27 | 2 | -15/+10 |
|
|
* | Soundex has gone. | Jack Jansen | 2001-02-27 | 1 | -2/+0 |
|
|
* | Soundex has gone. | Jack Jansen | 2001-02-27 | 6 | -2/+0 |
|
|
* | 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 |
|
|
* | Fixing bug #227562 by calling URLopener.http_error_default when | Moshe Zadka | 2001-02-27 | 1 | -12/+18 |
|
|
* | Add warnings about undefined "global" | Jeremy Hylton | 2001-02-27 | 1 | -0/+29 |
|
|
* | Add Vladimir Marangozov's object allocator. It is disabled by default. This | Neil Schemenauer | 2001-02-27 | 9 | -343/+1144 |
|
|
* | Preliminary support for future nested scopes | Jeremy Hylton | 2001-02-27 | 5 | -116/+281 |
|
|
* | Document XML changes. | Martin v. Löwis | 2001-02-27 | 1 | -0/+42 |
|
|
* | Updates to describe function attributes. | Barry Warsaw | 2001-02-27 | 1 | -4/+12 |
|
|
* | Updates to the semantics of function and method attributes. | Barry Warsaw | 2001-02-27 | 1 | -14/+18 |
|
|
* | Mention setup.py in the instructions | Andrew M. Kuchling | 2001-02-27 | 1 | -2/+5 |
|
|
* | Update build notes to mention setup.py | Andrew M. Kuchling | 2001-02-27 | 1 | -22/+20 |
|
|
* | Fix typo | Andrew M. Kuchling | 2001-02-27 | 1 | -1/+1 |
|
|
* | Add missing dependents of graminit.h. | Neil Schemenauer | 2001-02-27 | 1 | -0/+2 |
|
|
* | Generate grammar source files in srcdir. Ignore the error if they cannot | Neil Schemenauer | 2001-02-27 | 1 | -3/+3 |
|
|
* | Don't create the Include directory if building outside of the source | Neil Schemenauer | 2001-02-27 | 2 | -4/+4 |
|
|
* | Make sure ConfigParser uses .optionxform() consistently; this affects | Fred Drake | 2001-02-26 | 3 | -0/+28 |
|
|
* | Add __future__.py to std library, + dull test to verify that assignments | Tim Peters | 2001-02-26 | 3 | -0/+87 |
|
|
* | cleanup_helper(): Added missing "void" type for the function, updated | Fred Drake | 2001-02-26 | 1 | -6/+3 |
|
|
* | The return value from PyObject_ClearWeakRefs() is no longer meaningful, | Fred Drake | 2001-02-26 | 4 | -9/+8 |
|
|
* | instancemethod_setattro(): Raise TypeError if an attempt is made to | Barry Warsaw | 2001-02-26 | 1 | -15/+2 |
|
|
* | Additional tests for current, PEP described semantics: | Barry Warsaw | 2001-02-26 | 1 | -3/+36 |
|
|
* | main(): Slightly more informative error message when TokenError | Barry Warsaw | 2001-02-26 | 1 | -1/+5 |
|
|
* | (py-parse-state): Teach python-mode how to scan code which follows | Barry Warsaw | 2001-02-24 | 1 | -3/+11 |
|
|
* | Shuffle premature decref; nuke unreachable code block. | Tim Peters | 2001-02-23 | 1 | -9/+3 |
|
|
* | Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted ... | Jack Jansen | 2001-02-23 | 1 | -2/+8 |
|
|
* | Turn on the "multifinder aware" bit. This should always have been on, but was... | Jack Jansen | 2001-02-23 | 1 | -1/+1 |
|
|
* | Do not hide a failure to create a temporary file; if it fails the work | Fred Drake | 2001-02-23 | 1 | -5/+1 |
|
|
* | Minor adjustments, including markup corrections. | Fred Drake | 2001-02-23 | 1 | -5/+6 |
|
|
* | Fix extra backslash in example. | Fred Drake | 2001-02-23 | 1 | -4/+1 |
|
|
* | Another name. | Fred Drake | 2001-02-23 | 1 | -0/+1 |
|
|
* | Fix up the markup in some recently-added portions of the text. | Fred Drake | 2001-02-23 | 1 | -26/+27 |
|
|
* | Describe -s a little more generically. | Barry Warsaw | 2001-02-23 | 1 | -5/+6 |
|
|
* | symtable_update_free_vars(), symtable_undo_free(), | Barry Warsaw | 2001-02-23 | 1 | -3/+3 |
|
|
* | Fix for bug 133489: compiler leaks memory | Jeremy Hylton | 2001-02-23 | 2 | -5/+11 |
|
|
* | Py_Main(): When compiled by Insure (i.e. __INSURE__ is defined), call | Barry Warsaw | 2001-02-23 | 1 | -0/+14 |
|
|
* | _Py_ReleaseInternedStrings(): Private API function to decref and | Barry Warsaw | 2001-02-23 | 2 | -0/+12 |
|
|
* | Patch #103899: Don't compile modules configured in Setup. This seems much | Andrew M. Kuchling | 2001-02-23 | 1 | -0/+16 |
|
|
* | Patch #103937: Attempt to get the BSDDB autodetection right (or at least | Andrew M. Kuchling | 2001-02-23 | 1 | -10/+15 |
|
|
* | Checkin updated version of patch #103933 . As Thomas says, fixes the bugs #1... | Mark Hammond | 2001-02-23 | 1 | -2/+10 |
|
|
* | Patch 103928: Correct zlib freeze settings for Win32. | Tim Peters | 2001-02-23 | 1 | -2/+2 |
|
|
* | Work around the broken formatting of sys.ps1 prompts in running text. | Fred Drake | 2001-02-22 | 1 | -46/+48 |
|
|
* | cd to the html/ directory to generate the global module index so the links | Fred Drake | 2001-02-22 | 1 | -2/+3 |
|
|
* | The ACKS file is in the current directory when converted to HTML; this was | Fred Drake | 2001-02-22 | 1 | -1/+1 |
|
|