2001-02-28 |
Andrew M. Kuchling | Document the object allocator |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Let's have some sanity. Introduce a helper to issue... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Skip Montanaro | added description of NL token |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Use the new PyErr_WarnExplicit() API to issue better... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | SyntaxError__init__(): Be a little more robust when... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Move some constant initialization from FTP.__init__... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Add PyErr_WarnExplicit(), which calls warnings.warn_exp... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Add declaration for PyErr_WarnExplicit(). |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Guido van Rossum | Add a new API: |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Mention pydoc |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Leave #! lines featuring /usr/bin/env alone |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Now that Jeremy is asking about this code, it looks... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Install the pydoc script |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Add script form of pydoc so that it's present in beta1... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Fix for bug #404875: fix typo in setup.py |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Andrew M. Kuchling | Placate tabnanny |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Define lots of constants for indexes into the structure... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Add regression test for future statements. This adds... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Improve SyntaxErrors for bad future statements. Set... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | SF patch 404928: Support for next Cygwin gcc (2.95... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jack Jansen | Reset the resource file chain before calling PyMac_Open... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jack Jansen | Oops, need to import Res. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jack Jansen | If we can't find our splash dialog (i.e. we're probably... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | Removed now-unreferenced CHECK_IMPORT_CASE from Windows... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Print the offending line of code in the traceback for... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | Ack -- my eyes are getting bleary. Typos in the commen... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | Comment typos. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Tim Peters | Implement PEP 235: Import on Case-Insensitive Platforms. |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Added regression test for SF tracker bug #403871: ... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Fred Drake | Fix SF tracker bug #403871: AttributeError in ZipFile... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Fix SF buf 404774 submitted by Gregory H. Ball |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Need to support single_input explicitly so from __futur... |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | Presumed correct compiler pass for future statements |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Jeremy Hylton | verify that warnings are issued for bogus uses of global |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Skip Montanaro | added missing element to __all__ |
commit | commitdiff | tree | snapshot |
2001-02-28 |
Skip Montanaro | added some elements missing from __all__ |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | Macintosh compatibility. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | Acknowledgements. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Updated for 2.1a3 |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Added Popt resource for "dont show console" |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Various tweaks to make it work on MacOSX. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Added future.c |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | Fix $Revision$ processing so it doesn't get eaten by... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | Add $Revision: $ tag. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | Add display of $Revision $ and credits. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | Update documentation for termios module; do not refer... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | No need to call filterwarnings() to suppress further... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | Replace all the platform-specific TERMIOS modules with... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | Get the needed constants from termios, not TERMIOS. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | Define the constants needed for working with these... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Tim Peters | Backing out nested scopes broke the Windows build.... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Patch #404680: disables the nis module and enables... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jeremy Hylton | add from __future__ import nested_scopes to strings... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Tim Peters | Teach Windows build about new future.c. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Bug #229280: remove '/' characters from the OS name... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Patch #403947: On Cygwin, use the Unix compiler class... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jeremy Hylton | Improved __future__ parser; still more to do |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Fred Drake | Gustavo Niemeyer <niemeyer@conectiva.com>: |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Neil Schemenauer | Change EXEEXT back to EXE in the Makefile. Other tools... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Patch #404275: generate a reasonable platform string... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jeremy Hylton | Remove two meaningless, module-level global statements... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Martin v. Löwis | Patch #403985: Add support for weak-keyed dictionaries |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jeremy Hylton | remove commented-out vestiges of access statement |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Skip Montanaro | conditionally include unistd.h to pick up confstr decla... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | pydoc: text and HTML documentation generator for intera... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Ka-Ping Yee | inspect: a module for getting information out of live... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | SetListCellIndent() argument was guessed incorrectly... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Soundex has gone. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Soundex has gone. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Dialog and Window objects are (finally) different beasts. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jack Jansen | Use the filename, not the pathname, in the definitions... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Moshe Zadka | Fixing bug #227562 by calling URLopener.http_error_def... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jeremy Hylton | Add warnings about undefined "global" |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Neil Schemenauer | Add Vladimir Marangozov's object allocator. It is disab... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Jeremy Hylton | Preliminary support for future nested scopes |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Martin v. Löwis | Document XML changes. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Barry Warsaw | Updates to describe function attributes. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Barry Warsaw | Updates to the semantics of function and method attributes. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Mention setup.py in the instructions |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Update build notes to mention setup.py |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Neil Schemenauer | Add missing dependents of graminit.h. |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Neil Schemenauer | Generate grammar source files in srcdir. Ignore the... |
commit | commitdiff | tree | snapshot |
2001-02-27 |
Neil Schemenauer | Don't create the Include directory if building outside... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Fred Drake | Make sure ConfigParser uses .optionxform() consistently... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Tim Peters | Add __future__.py to std library, + dull test to verify... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Fred Drake | cleanup_helper(): Added missing "void" type for the... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Fred Drake | The return value from PyObject_ClearWeakRefs() is no... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Barry Warsaw | instancemethod_setattro(): Raise TypeError if an attemp... |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Barry Warsaw | Additional tests for current, PEP described semantics: |
commit | commitdiff | tree | snapshot |
2001-02-26 |
Barry Warsaw | main(): Slightly more informative error message when... |
commit | commitdiff | tree | snapshot |
2001-02-24 |
Barry Warsaw | (py-parse-state): Teach python-mode how to scan code... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Tim Peters | Shuffle premature decref; nuke unreachable code block. |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Jack Jansen | Hide the ProgressBar before raising KeyboardInterrupt... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Jack Jansen | Turn on the "multifinder aware" bit. This should always... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Fred Drake | Do not hide a failure to create a temporary file; if... |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Fred Drake | Minor adjustments, including markup corrections. |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Fred Drake | Fix extra backslash in example. |
commit | commitdiff | tree | snapshot |
2001-02-23 |
Fred Drake | Another name. |
commit | commitdiff | tree | snapshot |
next |