| Commit message (Expand) | Author | Age | Files | Lines |
* | Define the constants needed for working with these functions directly | Fred Drake | 2001-02-27 | 1 | -0/+158 |
|
|
* | Backing out nested scopes broke the Windows build. Repairing. | Tim Peters | 2001-02-27 | 1 | -0/+2 |
|
|
* | Patch #404680: disables the nis module and enables the dl module when | Andrew M. Kuchling | 2001-02-27 | 3 | -8/+13 |
|
|
* | add from __future__ import nested_scopes to strings passed to compile | Jeremy Hylton | 2001-02-27 | 1 | -6/+12 |
|
|
* | Teach Windows build about new future.c. | Tim Peters | 2001-02-27 | 1 | -0/+15 |
|
|
* | Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) | Andrew M. Kuchling | 2001-02-27 | 1 | -1/+6 |
|
|
* | Patch #403947: On Cygwin, use the Unix compiler class, and not | Andrew M. Kuchling | 2001-02-27 | 1 | -1/+4 |
|
|
* | Improved __future__ parser; still more to do | Jeremy Hylton | 2001-02-27 | 6 | -46/+167 |
|
|
* | Gustavo Niemeyer <niemeyer@conectiva.com>: | Fred Drake | 2001-02-27 | 1 | -73/+134 |
|
|
* | Change EXEEXT back to EXE in the Makefile. Other tools may depend on the name. | Neil Schemenauer | 2001-02-27 | 1 | -8/+8 |
|
|
* | Patch #404275: generate a reasonable platform string for AIX | Andrew M. Kuchling | 2001-02-27 | 1 | -0/+2 |
|
|
* | Remove two meaningless, module-level global statements (one of a | Jeremy Hylton | 2001-02-27 | 1 | -7/+9 |
|
|
* | Patch #403985: Add support for weak-keyed dictionaries | Martin v. Löwis | 2001-02-27 | 5 | -21/+158 |
|
|
* | 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 |
|
|