summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Comment out test, since it hangs on HPUX, still investigatingNeal Norwitz2002-12-311-2/+3
* Remove bogus test; the master is not a terminal on Solaris and HP-UX.Martin v. Löwis2002-12-311-2/+0
* A new, and much hairier, implementation of astimezone(), building onTim Peters2002-12-311-86/+86
* OS/2 EMX has no popen2.Popen3 even though bunzip2 is availableAndrew MacIntyre2002-12-311-1/+1
* add list of expected skips for the OS/2 EMX portAndrew MacIntyre2002-12-311-0/+28
* Make sure PrettyPrinter methods that mirror the module-levelFred Drake2002-12-311-3/+27
* Add a test that InterpolationError is constructed properly and raisedFred Drake2002-12-311-2/+20
* Updated the expected skips for MacOSX.Jack Jansen2002-12-301-0/+3
* Skip this test on MacOSX: the locale support is too minimal to makeJack Jansen2002-12-301-1/+3