summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Exercise Jim Fulton's new doctest extension for running doctests in aRaymond Hettinger2003-07-161-2/+5
* Extend last change to cover TestSuites as well as TestCases.Raymond Hettinger2003-07-161-1/+1
* Prevent failure on the mac, where "mbcs" is not the file systemMark Hammond2003-07-161-2/+3
* run_unittest() to support TestCase instances as well as classes. Helps with ...Raymond Hettinger2003-07-161-1/+4
* Fixed test and converted to unittest format.Raymond Hettinger2003-07-151-1/+0
* Fixed test and converted to unittest format.Raymond Hettinger2003-07-151-6/+25
* SF patch 763201: handling of SyntaxErrors in symbol table buildJeremy Hylton2003-07-152-3/+30
* Add various test cases from SF patch 543867.Walter Dörwald2003-07-151-1/+58
* stylistic nits:Fred Drake2003-07-141-6/+8
* Make close() identical to __del__() for a dumbdbm database. MakeTim Peters2003-07-131-0/+7
* Reworked test_warnings.py:Raymond Hettinger2003-07-132-56/+81
* This test failed on WindowsME because the full file path did not getRaymond Hettinger2003-07-132-6/+6
* Don't include slash in search string; it's OS-specific.Jeremy Hylton2003-07-111-1/+1
* Change warnings to avoid importing re module during startup.Jeremy Hylton2003-07-112-0/+63
* Added a new randomized test.Tim Peters2003-07-111-0/+28
* Fix SF bug 764095: Don't use network in test_httplib.Jeremy Hylton2003-07-082-14/+35
* New function sys.getcheckinterval(), to complement setcheckinterval().Tim Peters2003-07-061-2/+4
* Fixes bug of timezone value being left as -1 when ``time.tzname[0] ==Brett Cannon2003-07-031-3/+3
* Fix and test for bug #764548:Just van Rossum2003-07-021-0/+10
* fixed typo in commentJust van Rossum2003-07-021-1/+1
* On those systems lacking the AFMT_S16_NE symbol, the test was failingAndrew MacIntyre2003-07-021-1/+1
* - added (c)StringIO tests; cStringIO usage failed in the previousJust van Rossum2003-07-011-0/+16
* Fix SF bug #763023, difflib.py: ratio() zero division not caughtNeal Norwitz2003-07-011-0/+12
* connector(): You can't use an empty string as an argument to connect()Tim Peters2003-07-011-1/+1
* Fix SF bug #763770, test_socket_ssl crashNeal Norwitz2003-07-011-2/+2
* Test Brett's addition of __all__ to Queue.Raymond Hettinger2003-07-011-0/+1
* Fix SF #763362, test_posixpath failedNeal Norwitz2003-07-011-4/+6
* Fix typo in error messageNeal Norwitz2003-06-301-1/+1
* Don't require that a RuntimeError is raised when playing a secondWalter Dörwald2003-06-301-5/+9
* Fix SF 762891: "del p[key]" on proxy object raises SystemError()Raymond Hettinger2003-06-301-0/+11
* Fix SF #754870, SSL crash interpreter when remote side closes during connectNeal Norwitz2003-06-301-1/+37
* More testsRaymond Hettinger2003-06-291-3/+59
* Removed invalid test.Raymond Hettinger2003-06-291-3/+0
* SF bug #762455: Python segfaults when sys.stdout is changed in getattrRaymond Hettinger2003-06-291-0/+15
* Whitespace normalization.Tim Peters2003-06-293-6/+6
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-2/+57
* Add take() to examples. Tighten the islice() exampleRaymond Hettinger2003-06-281-1/+7
* SF patch #756996: Bare except in ZipFile.testzip()Raymond Hettinger2003-06-271-0/+21
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-271-2/+1
* Add a trivial test of getargspec() with a method.Jeremy Hylton2003-06-271-16/+21
* Add tests for __nonzero__() problems.Jeremy Hylton2003-06-271-0/+21
* SF bug #761337: datetime.strftime fails on trivial format stringRaymond Hettinger2003-06-271-0/+1
* SF bug #759889: Pickling of Random is brokenRaymond Hettinger2003-06-241-0/+7
* SF patch #736962. Converted test_compile to unittest format.Raymond Hettinger2003-06-232-167/+140
* Added regression test for SF #757818Raymond Hettinger2003-06-201-0/+5
* Many new tests, based on gcov's coverage information.Gustavo Niemeyer2003-06-201-0/+172
* Use find() instead of looping over the string in expanduser().Walter Dörwald2003-06-191-1/+5
* Minor updates:Raymond Hettinger2003-06-181-5/+14
* Port test_complex.py to unittest.Walter Dörwald2003-06-182-145/+249
* SF bug #753451: classmethod abuse --> SystemErrorRaymond Hettinger2003-06-181-0/+8