summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a test case.Raymond Hettinger2003-01-051-0/+19
* Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.Greg Ward2003-01-041-1/+1
* module to run commands in a Terminal.app windowJust van Rossum2003-01-041-0/+54
* Add Shockwave Flash.Guido van Rossum2003-01-041-0/+1
* Correct long standing bugs in the methods for random distributions.Raymond Hettinger2003-01-041-4/+6
* A new implementation of astimezone() that does what we agreed on in allTim Peters2003-01-041-16/+33
* Test an edge case for sample().Raymond Hettinger2003-01-041-0/+1
* Remove the random=None nonsense from sample() before it gets set in stone.Raymond Hettinger2003-01-041-18/+11
* M AutoExpand.pyKurt B. Kaiser2003-01-047-27/+55
* Convert Tcl path objects to strings. Fixes #661357.Martin v. Löwis2003-01-041-0/+6
* Remove a list comprehension, because a loop over the listWalter Dörwald2003-01-031-2/+1
* Pass the strict argument from read() on to readfp(), so theWalter Dörwald2003-01-031-1/+1
* Fix read_mime_types() so that it returns a dict as documented.Walter Dörwald2003-01-031-2/+2
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-034-4/+8
* [Patch #658094 ] PEP 301 implementationAndrew M. Kuchling2003-01-031-0/+293
* [Patch #658094] PEP 301 implementationAndrew M. Kuchling2003-01-031-1/+12
* Fix for bug #661136Just van Rossum2003-01-031-3/+8
* Remove debugging prints.Michael W. Hudson2003-01-031-2/+0
* Jack complained that on test_crlf_separation() was failing on MacOS9Barry Warsaw2003-01-021-4/+4
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-021-32/+40
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-021-0/+20
* 1. Remove obsolete, incorrect comment on non-package installationKurt B. Kaiser2003-01-021-7/+3
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-021-0/+17
* Improve exception handling.Kurt B. Kaiser2003-01-023-3/+6