summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Brett Cannon's dummy_thread and dummy_threading modules (SF patchGuido van Rossum2002-12-302-0/+237
* PEP 302 + zipimport:Just van Rossum2002-12-302-0/+384
* Add some missing tests. Should now test everything that pybsddb'sBarry Warsaw2002-12-301-24/+32
* A step on the way to making tzinfo classes writable by mortals: get ridTim Peters2002-12-301-17/+38
* Match new sequence behavior. User defined types now behave better as andNeil Schemenauer2002-12-301-2/+2
* Added tests that conversion to our own timezone is always an identity,Tim Peters2002-12-301-0/+13
* Beefed up the timezone conversion test by adding a phony UTC zone that'sTim Peters2002-12-301-67/+81
* String tests should test 8-bit strings :-)Marc-André Lemburg2002-12-301-1/+1
* Last checkin was missing the tuple comma.Raymond Hettinger2002-12-301-1/+1
* Restore the test of the random module after including "Random" in theRaymond Hettinger2002-12-301-1/+1
* Temporarily comment out a test that crashes upon the introduction ofRaymond Hettinger2002-12-301-1/+1
* This test depends on the exact ordering produced by the WichmannHillRaymond Hettinger2002-12-301-3/+3
* A start at non-trivial (== DST-aware) tests of timezone conversion.Tim Peters2002-12-291-0/+152
* SF patch 658251: Install a C implementation of the Mersenne Twister as theRaymond Hettinger2002-12-291-14/+201
* Patch for bug #659709: bogus computation of float lengthMarc-André Lemburg2002-12-292-0/+51
* Suppress unsafe *Cookie class warningsAndrew M. Kuchling2002-12-291-0/+5
* Make comparison and subtraction of aware objects ignore tzinfo if theTim Peters2002-12-271-8/+86
* Also skip testHostnameRes() if gethostbyaddr() raises an exception.Guido van Rossum2002-12-261-1/+5
* Skip testHostnameRes() if gethostbyname() raises an exception.Guido van Rossum2002-12-261-1/+5
* Fix julian day problem with strptime. Note: XXX about using 0, suggestions?Neal Norwitz2002-12-261-0/+12
* Added tests to ensure that timetz comparison, and datetimetzTim Peters2002-12-261-9/+67
* Implemented datetime.astimezone() and datetimetz.astimezone().Tim Peters2002-12-251-0/+53
* Whitespace normalization.Tim Peters2002-12-245-9/+8
* Add test for SF #658106. Will backport.Neal Norwitz2002-12-241-0/+4
* Implemented .replace() methods for date, datetime, datetimetz, time andTim Peters2002-12-241-0/+150