| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge in changes made to the 2.3a2 release. | Guido van Rossum | 2003-02-20 | 1 | -2/+28 |
|
|
* | fixed markup | David Goodger | 2003-02-19 | 1 | -8/+13 |
|
|
* | Update versions/dates for release of 2.3a2. Added some last-minute news. | Guido van Rossum | 2003-02-19 | 2 | -9/+7 |
|
|
* | The connect timeout code wasn't working on Windows. | Guido van Rossum | 2003-02-19 | 1 | -12/+13 |
|
|
* | Add a note about the recent PEP 293 changes. | Walter Dörwald | 2003-02-19 | 1 | -0/+4 |
|
|
* | Added a note about the new itertools module. (Omission noted by | Fred Drake | 2003-02-19 | 1 | -0/+4 |
|
|
* | - PyEval_GetFrame() is now declared to return a PyFrameObject * | Guido van Rossum | 2003-02-19 | 6 | -12/+19 |
|
|
* | - sys.path[0] (the directory from which the script is loaded) is now | Guido van Rossum | 2003-02-19 | 5 | -5/+21 |
|
|
* | Include download_url in the data POSTed to the catalog server | Andrew M. Kuchling | 2003-02-19 | 1 | -0/+1 |
|
|
* | [Patch #683939] Add download_url field to metadata | Andrew M. Kuchling | 2003-02-19 | 2 | -2/+9 |
|
|
* | [Patch #684398] Rename verbose argument to show-response; don't conditionaliz... | Andrew M. Kuchling | 2003-02-19 | 1 | -9/+8 |
|
|
* | logging.warn() renamed to warning() | Andrew M. Kuchling | 2003-02-19 | 1 | -3/+3 |
|
|
* | OS/2 has no concept of file ownership, like DOS & MS Windows version | Andrew MacIntyre | 2003-02-19 | 1 | -1/+2 |
|
|
* | OS/2 EMX build updates for recent CVS changes | Andrew MacIntyre | 2003-02-19 | 2 | -2/+15 |
|
|
* | Use pythonw as the default interpreter also for .py scripts (overridable | Jack Jansen | 2003-02-19 | 1 | -4/+9 |
|
|
* | os.mkdir() would crash with a Unicode filename and mode param. | Mark Hammond | 2003-02-19 | 1 | -1/+1 |
|
|
* | PyObject_Generic{Get,Set}Attr: | Guido van Rossum | 2003-02-19 | 1 | -2/+4 |
|
|
* | Reverted whitespace normalization on this file. I should really change | Tim Peters | 2003-02-19 | 1 | -9/+10 |
|
|
* | Removed debugging print in test_tarfile. | Tim Peters | 2003-02-19 | 2 | -1/+18 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 26 | -114/+110 |
|
|
* | Rename _better_reduce to _reduce_2, to make sure that any code that | Guido van Rossum | 2003-02-19 | 1 | -10/+5 |
|
|
* | Use __reduce_ex__. | Guido van Rossum | 2003-02-19 | 1 | -45/+36 |
|
|
* | Remove now unused _better_reduce. | Guido van Rossum | 2003-02-19 | 1 | -1/+1 |
|
|
* | Use __reduce_ex__ in copy.py. The test_*copy_cant() tests are simpler again. | Guido van Rossum | 2003-02-19 | 3 | -33/+66 |
|
|
* | Fix bug 683658 - PyErr_Warn may cause import deadlock. | Mark Hammond | 2003-02-19 | 3 | -6/+19 |
|
|
* | Undid half of the previous checkin: continue using BuildApplet for most | Jack Jansen | 2003-02-18 | 1 | -14/+8 |
|
|
* | Added a note that MacOSX applets can no longer be run from a terminal window. | Jack Jansen | 2003-02-18 | 1 | -1/+3 |
|
|
* | Enable argv emulation if required. | Jack Jansen | 2003-02-18 | 1 | -2/+4 |
|
|
* | Added an argv_emulation option (command line option: --argv or -a) which | Jack Jansen | 2003-02-18 | 1 | -2/+36 |
|
|
* | Argvemulator still used the old Alias API. Fixed. | Jack Jansen | 2003-02-18 | 1 | -2/+2 |
|
|
* | Remove unused _better_reduce (which will disappear soon) and | Guido van Rossum | 2003-02-18 | 1 | -1/+1 |
|
|
* | Three test cases for __reduce_ex__. This fails for cPickle, until Tim | Guido van Rossum | 2003-02-18 | 1 | -0/+52 |
|
|
* | I entered the wrong year for 2.3a2. | Tim Peters | 2003-02-18 | 1 | -1/+1 |
|
|
* | Bump version number. | Fred Drake | 2003-02-18 | 2 | -2/+2 |
|
|
* | Introducing __reduce_ex__, which is called with a protocol number argument | Guido van Rossum | 2003-02-18 | 4 | -19/+36 |
|
|
* | Bump Windows build number for 2.3a2. | Tim Peters | 2003-02-18 | 1 | -1/+1 |
|
|
* | Bump version # to 2.3a2. | Tim Peters | 2003-02-18 | 4 | -10/+12 |
|
|
* | Use python.org as the repository | Andrew M. Kuchling | 2003-02-18 | 1 | -2/+1 |
|
|
* | save_global(): Trying to resolve module.name can fail for two | Tim Peters | 2003-02-18 | 1 | -3/+5 |
|
|
* | Removed unreferenced label. | Tim Peters | 2003-02-18 | 1 | -2/+1 |
|
|
* | The recent changes to super(), in particular supercheck(), broke when | Guido van Rossum | 2003-02-18 | 1 | -9/+7 |
|
|
* | Make __module__ writable except in restricted mode (like for classic classes). | Guido van Rossum | 2003-02-18 | 2 | -2/+2 |
|
|
* | Make __module__ settable on functions and methods. | Jeremy Hylton | 2003-02-18 | 2 | -2/+2 |
|
|
* | One doctest displaying a dict didn't sort it first. *Maybe* this fixes | Tim Peters | 2003-02-18 | 1 | -2/+2 |
|
|
* | default_3way_compare(): use PyNumber_Check(), rather than testing for | Guido van Rossum | 2003-02-18 | 1 | -3/+3 |
|
|
* | Make PyNumber_Check() a bit more careful, since all sorts of things | Guido van Rossum | 2003-02-18 | 2 | -1/+11 |
|
|
* | Fold some long lines. | Guido van Rossum | 2003-02-18 | 1 | -14/+31 |
|
|
* | Fix SF bug #688424, 64-bit test problems | Neal Norwitz | 2003-02-18 | 1 | -26/+71 |
|
|
* | Fix SF bug #688424, 64-bit test problems | Neal Norwitz | 2003-02-18 | 2 | -3/+8 |
|
|
* | Copy the trace module here from Tools/scripts. | Jeremy Hylton | 2003-02-18 | 1 | -0/+729 |
|
|