| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Clarified the interaction between string literals and continuation lines. | Fred Drake | 2001-09-06 | 1 | -5/+28 |
|
|
* | Make the examples for "Default Argument Values" more presentable and | Fred Drake | 2001-09-06 | 1 | -9/+13 |
|
|
* | Fix parameter for PyInt_Check(). | Fred Drake | 2001-09-06 | 1 | -1/+31 |
|
|
* | Document the PyMethod_* type object, functions, and macros. | Fred Drake | 2001-09-06 | 1 | -0/+58 |
|
|
* | Minimal instructions for using the Makefile here. Also a clear | Jack Jansen | 2001-09-06 | 1 | -0/+28 |
|
|
* | Added targets to install the application, and to install mac-additions | Jack Jansen | 2001-09-06 | 1 | -1/+113 |
|
|
* | Bump Windows buildno (installer changes were made earlier). | Tim Peters | 2001-09-06 | 2 | -2/+4 |
|
|
* | Document the rule that Python.h must be included before any standard | Fred Drake | 2001-09-06 | 2 | -2/+7 |
|
|
* | Do not #include <stdio.h> since Python.h already does that. | Fred Drake | 2001-09-06 | 1 | -1/+0 |
|
|
* | Use the standard argument convention for main(), and conform to the | Fred Drake | 2001-09-06 | 1 | -1/+2 |
|
|
* | Two small changes to the resource usage option: | Guido van Rossum | 2001-09-06 | 2 | -4/+5 |
|
|
* | Added note of unittest.py changes that fixed bug 451309 | Steve Purcell | 2001-09-06 | 1 | -0/+4 |
|
|
* | Several updates to cover omissions noted by Rich Salz. | Fred Drake | 2001-09-06 | 1 | -3/+27 |
|
|
* | Document the "unixfrom" attribute of the rfc822.Message class. | Fred Drake | 2001-09-06 | 1 | -1/+7 |
|
|
* | Added tests for key deletion for both Weak*Dictionary flavors. | Fred Drake | 2001-09-06 | 1 | -0/+22 |
|
|
* | Add __delitem__() support for WeakKeyDictionary. | Fred Drake | 2001-09-06 | 1 | -0/+7 |
|
|
* | Skip instead of fail this test if the socket module has no ssl | Guido van Rossum | 2001-09-06 | 1 | -0/+3 |
|
|
* | Report patch #416079 changes. | Martin v. Löwis | 2001-09-06 | 1 | -0/+3 |
|
|
* | Patch #416079: fix the debug string output when receiving telnet commands. | Martin v. Löwis | 2001-09-06 | 2 | -6/+95 |
|
|
* | Changed TestResult to store only the text representation of an error. | Steve Purcell | 2001-09-06 | 1 | -10/+15 |
|
|
* | Revert parts of patch #453627, documenting the resulting test failures | Martin v. Löwis | 2001-09-06 | 6 | -56/+9 |
|
|
* | Base address updates for bug #442142 - DLL base assignments need update | Mark Hammond | 2001-09-06 | 1 | -7/+27 |
|
|
* | First part of fix for bug #442142 - DLL base assignments need update | Mark Hammond | 2001-09-06 | 7 | -14/+16 |
|
|
* | Dubious assumptions: | Tim Peters | 2001-09-06 | 1 | -5/+10 |
|
|
* | Enable large file support on Win32 systems. | Tim Peters | 2001-09-06 | 5 | -8/+15 |
|
|
* | Better error msg for 3-arg pow with a float argument. | Tim Peters | 2001-09-05 | 1 | -1/+1 |
|
|
* | Fix for bug #442374 - Modulefinder registry support broken | Mark Hammond | 2001-09-05 | 1 | -13/+36 |
|
|
* | Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. | Guido van Rossum | 2001-09-05 | 2 | -0/+34 |
|
|
* | Rework the way we try to check for libm overflow, given that C99 no longer | Tim Peters | 2001-09-05 | 6 | -64/+54 |
|
|
* | Rudimentary makefile for building the executable to go into a | Jack Jansen | 2001-09-05 | 1 | -0/+18 |
|
|
* | Changes to make these work under OSX as the main program for a | Jack Jansen | 2001-09-05 | 2 | -53/+113 |
|
|
* | Python is a Shell, not a Viewer. | Jack Jansen | 2001-09-05 | 1 | -1/+1 |
|
|
* | LongReprTest fails on the Mac because it uses filenames with more than | Jack Jansen | 2001-09-05 | 1 | -1/+2 |
|
|
* | Use the build directory by default, and update the version. | Guido van Rossum | 2001-09-05 | 1 | -9/+12 |
|
|
* | Class FieldStorage: add two new methods, getfirst() and getlist(), | Guido van Rossum | 2001-09-05 | 1 | -0/+22 |
|
|
* | class Listbox: add itemcget, to satisfy SF patch #457713. | Guido van Rossum | 2001-09-05 | 1 | -1/+5 |
|
|
* | typo... | Skip Montanaro | 2001-09-05 | 1 | -1/+1 |
|
|
* | SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro). | Guido van Rossum | 2001-09-05 | 2 | -3/+3 |
|
|
* | Change the date field to use $Date$ so it won't be outrageously out of | Guido van Rossum | 2001-09-05 | 1 | -1/+1 |
|
|
* | Document -Q. Move arguments around to be in strict alphabetical | Guido van Rossum | 2001-09-05 | 1 | -25/+43 |
|
|
* | Describe -E (which was added to 2.2a2). | Guido van Rossum | 2001-09-05 | 1 | -0/+7 |
|
|
* | [ #458701 ] Patch to zipfile.py for Java | Finn Bock | 2001-09-05 | 1 | -5/+9 |
|
|
* | Remove a debug print left in the code by Fred. | Guido van Rossum | 2001-09-05 | 1 | -1/+0 |
|
|
* | Patch #449815: Set filesystemencoding based on CODESET. | Martin v. Löwis | 2001-09-05 | 3 | -3/+40 |
|
|
* | A few more gcc warnings bite the dust. | Jack Jansen | 2001-09-05 | 5 | -11/+28 |
|
|
* | Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in. | Martin v. Löwis | 2001-09-05 | 2 | -0/+16 |
|
|
* | Changes to automatically enable large file support on some systems. | Guido van Rossum | 2001-09-05 | 5 | -374/+496 |
|
|
* | Note some changes that I need to write about | Andrew M. Kuchling | 2001-09-05 | 1 | -0/+10 |
|
|
* | Patch #453627: Define the following macros when compiling on a UnixWare 7.x s... | Martin v. Löwis | 2001-09-05 | 4 | -4/+59 |
|
|
* | Patch #453627: Adds a list of tests that are expected to be skipped for UnixW... | Martin v. Löwis | 2001-09-05 | 1 | -0/+24 |
|
|