summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* more extension marshal tests and conversion to unittest - was surprised toSkip Montanaro2003-08-021-39/+183
* As discussed on python-dev, changed builtin.zip() to handle zero argumentsRaymond Hettinger2003-08-022-2/+6
* Remove caching of TimeRE (and thus LocaleTime) instance. Error was beingBrett Cannon2003-07-241-7/+10
* Restored commented-out line checked in by mistake.Tim Peters2003-07-231-1/+1
* locale-restoration code: Don't leave comparison to None implicit. ForTim Peters2003-07-232-2/+2
* Fred wasn't kidding -- there really are docs for the locale module <wink>.Tim Peters2003-07-231-11/+20
* Fix error in test of not comparing against 0 item of a listBrett Cannon2003-07-221-1/+1
* Patch #775784: YA Cygwin expected regression test skip patchJason Tishler2003-07-221-0/+1
* Change the zipimport implementation to accept files containingThomas Heller2003-07-221-1/+20
* Make sure mimetypes is reinitialized before running the tests.Jeremy Hylton2003-07-181-0/+1
* Restore the locale to "C" on exit.Jeremy Hylton2003-07-181-2/+5
* Reflow long line.Jeremy Hylton2003-07-171-2/+2
* 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