summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable the rexec test now that rexec is out of grace.Guido van Rossum2003-01-061-0/+2
* Remove bastion test outputGuido van Rossum2003-01-061-10/+0
* Disable the Bastion test now that Bastion is out of grace.Guido van Rossum2003-01-061-3/+3
* Sabotage rexec.py. It is not safe since the new-style classes.Guido van Rossum2003-01-062-0/+5
* Translate spaces in the machine name to underscoresAndrew M. Kuchling2003-01-061-2/+3
* Used dictionaries rather than lists for membership testing.Raymond Hettinger2003-01-061-12/+12
* always also search on sys.path for res filesJust van Rossum2003-01-061-3/+2
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-061-0/+3
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-061-5/+5
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-053-0/+2180
* - squashed bare except in rmtree()Just van Rossum2003-01-051-5/+5
* At least one Solaris box in the snake farm only supports "C" locale.Neal Norwitz2003-01-051-1/+5
* Move the statistical tests for four distributions into the unittest suite.Raymond Hettinger2003-01-052-3/+41