summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* SF patch 670012: Compatibility changes for _strptime.py.Tim Peters2003-01-181-47/+38
* * Migrate sample distribution test from random.py to test_random.py.Raymond Hettinger2003-01-171-5/+22
* Let test_random cover the endpoints.Raymond Hettinger2003-01-161-9/+20
* Test optional slice arguments.Raymond Hettinger2003-01-161-4/+14
* Added doctest for examples in the library reference.Raymond Hettinger2003-01-161-0/+60
* Convert to unittest format so that more tests can be added cleanly.Raymond Hettinger2003-01-161-118/+127
* This test previously failed when run from the 'test' directory. In thatMark Hammond2003-01-161-5/+7
* On Mac OS X calling setlocale will raise locale.Error. This isn't fatal,Jack Jansen2003-01-151-1/+2
* * Add test for __cmp__()Raymond Hettinger2003-01-151-2/+40
* A new test here was failing on Windows, because the test before it neverTim Peters2003-01-131-10/+5
* Fix SF bug #667147, Segmentation fault printing str subclassNeal Norwitz2003-01-131-1/+24
* Got rid of the internal datetimetz type.Tim Peters2003-01-111-1/+1
* SF #665913, Fix mmap module core dump with unixNeal Norwitz2003-01-101-0/+18
* Got rid of the timetz type entirely. This was a bit trickier than ITim Peters2003-01-101-1/+1
* 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 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
* Utterly minimal changes to collapse datetimetz into datetime, and timetzTim Peters2003-01-081-68/+89
* Various tweaks to make the test work on the Mac.Jack Jansen2003-01-081-3/+12
* 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
* SF patch #662433: Fill arraymodule's tp_iter and sq_contains slotsRaymond Hettinger2003-01-071-0/+6
* 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-061-0/+3
* 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
* SF feature #618024, urlparse fails on imap://Neal Norwitz2003-01-061-0/+3
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-052-0/+253
* 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-051-0/+41
* Add a test case.Raymond Hettinger2003-01-051-0/+19
* 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
* Fix for bug #661136Just van Rossum2003-01-031-3/+8
* 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
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-021-0/+17
* SF #660795Neal Norwitz2003-01-022-0/+975
* Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident inJust van Rossum2003-01-021-4/+5
* EMX fork() emulation not good enough to cope with test_socketserverAndrew MacIntyre2003-01-021-2/+2
* A quicker astimezone() implementation, rehabilitating an earlierTim Peters2003-01-011-0/+25
* Revert last change -- test works on HPUX again after Martin's checkinNeal Norwitz2003-01-011-3/+2
* The failure of the last-second addition to the timezone coversion test isTim Peters2003-01-011-4/+12