summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Patch #661719: Expose compilation errors as exceptions on request.Martin v. Löwis2003-01-153-26/+82
* Patch #473586: Implement CGIXMLRPCRequestHandler.Martin v. Löwis2003-01-151-109/+371
* Updated IDLE Help to reflect changes in Additional Help SourceKurt B. Kaiser2003-01-141-8/+26
* M Bindings.pyKurt B. Kaiser2003-01-148-92/+164
* Explicitly raise an exception in __cmp__ -- this clarifies that cmp()Guido van Rossum2003-01-141-0/+5
* SF bug #661184: inspect.getsource bugRaymond Hettinger2003-01-141-1/+3
* make sure Info.plist has a CFBundleIdentifier entryJust van Rossum2003-01-131-0/+2
* A new test here was failing on Windows, because the test before it neverTim Peters2003-01-131-10/+5
* Duh. cmdqueue should be an instance variable, not a class variable.Guido van Rossum2003-01-131-1/+1
* Duh. The do_EOF() implementation was bogus. Make it more likeGuido van Rossum2003-01-131-3/+5
* Fix SF bug #667147, Segmentation fault printing str subclassNeal Norwitz2003-01-131-1/+24
* Fix NameError in getquotaroot(), sanctioned by Piers.Guido van Rossum2003-01-131-1/+1
* Got rid of the internal datetimetz type.Tim Peters2003-01-111-1/+1
* Fix SF bug # 602259, 3rd parameter for Tkinter.scan_dragtoNeal Norwitz2003-01-101-3/+3
* Update documentation.Kurt B. Kaiser2003-01-104-238/+323
* SF bug #652933 (for IdleFork): Open Module "math" Fails (Hettinger)Kurt B. Kaiser2003-01-101-1/+4
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-101-0/+18
* M configDialog.pyKurt B. Kaiser2003-01-102-82/+97
* Python 2.1's string module doesn't have ascii_letters, so let's justBarry Warsaw2003-01-101-13/+10
* Cleanups, and conversion of assert to assertEqual()Barry Warsaw2003-01-101-71/+69
* 1. Make finding Python help docs more robust, including the installedKurt B. Kaiser2003-01-101-19/+29
* Got rid of the timetz type entirely. This was a bit trickier than ITim Peters2003-01-101-1/+1
* Default the OK key in the Save Before Run dialog.Kurt B. Kaiser2003-01-101-0/+1
* support unicode in menu itemsJust van Rossum2003-01-091-1/+4
* cleaned up Jack's Mac OS9 changesJust van Rossum2003-01-091-5/+1
* Make the test scripts work again with narrow Python builds.Walter Dörwald2003-01-091-1/+1
* add newline to source before compilationJust van Rossum2003-01-091-1/+1
* Add a few test cases to increase code coverage:Walter Dörwald2003-01-081-0/+115
* Add a test that exercises the error handling part ofWalter Dörwald2003-01-081-0/+6
* SF patch 661583: Remove old code from lib\os.pyTim Peters2003-01-081-10/+8
* Utterly minimal changes to collapse datetimetz into datetime, and timetzTim Peters2003-01-081-68/+89
* Fix bug 427345 [related to IE's additional input on POST request].Steve Holden2003-01-081-0/+7
* Various tweaks to make the test work on the Mac.Jack Jansen2003-01-081-3/+12
* Always define getenv(), as suggested by Guido. This means that os.getenv() is...Jack Jansen2003-01-081-5/+5
* Test that chmod() actually exists before calling it (it doesn't on MacOS9).Jack Jansen2003-01-081-1/+2
* Removed the SetDates warning. The warning is in the readme, and the print sta...Jack Jansen2003-01-081-2/+2
* quashed another case of the 32-bit warning.Jack Jansen2003-01-081-1/+1
* Updated the list of expected skips for MacPython-OS9.Jack Jansen2003-01-081-0/+8
* n the Mac the frozen import that should fail actually succeeds, and we know i...Jack Jansen2003-01-081-6/+7
* Added the Mac to platforms that don't have user/group/other modes.Jack Jansen2003-01-081-3/+6
* - be explicit: audio data files should be opened in binary modeFred Drake2003-01-081-2/+2
* Enable building and testing of ossaudiodev for Linux.Guido van Rossum2003-01-081-0/+7
* Fix for SF bug #642358: only provide a new with a __dict__ orGuido van Rossum2003-01-071-0/+14
* Much clearer when super() is used.Raymond Hettinger2003-01-071-5/+5
* Revert change 1.37.Raymond Hettinger2003-01-071-12/+12
* SF patch #662433: Fill arraymodule's tp_iter and sq_contains slotsRaymond Hettinger2003-01-071-0/+6
* CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, KoreanBarry Warsaw2003-01-071-0/+37
* Add a test for a feature added in rev. 2.82 of typeobject.c:Guido van Rossum2003-01-061-0/+53
* Add some print statements in verbose mode to announce that the newestGuido van Rossum2003-01-061-0/+8
* * add mms (windows media) as another schemeSkip Montanaro2003-01-062-19/+18