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