summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add a spacing saving heuristic to deque's extend methodsRaymond Hettinger2013-07-091-2/+2
* Merge str.center tests from 3.3.Ezio Melotti2013-07-081-0/+9
|\
| * Add a couple of tests for str.center with non-ASCII chars.Ezio Melotti2013-07-081-0/+9
* | #18106: refactor tests to use subtests and proper assert methods. Patch by V...Ezio Melotti2013-07-071-35/+42
* | #17198: merge with 3.3.Ezio Melotti2013-07-071-2/+16
|\ \ | |/
| * #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.Ezio Melotti2013-07-071-2/+16
* | Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.Florent Xicluna2013-07-071-0/+46
|\ \ | |/
| * Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.Florent Xicluna2013-07-071-0/+46
* | merge for issue #18351.Brett Cannon2013-07-061-0/+36
|\ \ | |/
| * Issue #18351: Fix various issues withBrett Cannon2013-07-061-1/+37
* | #18380: merge with 3.3.Ezio Melotti2013-07-061-0/+4
|\ \ | |/
| * #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz...Ezio Melotti2013-07-061-0/+4
* | test_ftplib: silence a BytesWarning when checking TypeErrorFlorent Xicluna2013-07-061-1/+2
|\ \ | |/
| * test_ftplib: silence a BytesWarning when checking TypeErrorFlorent Xicluna2013-07-061-1/+2
* | Issue #18375: merge with 3.3Florent Xicluna2013-07-061-0/+1
|\ \ | |/
| * Issue #18375: Assume --randomize when --randseed is used for running the test...Florent Xicluna2013-07-061-0/+1
* | Speed-up deque indexing by changing the deque block length to a power of two.Raymond Hettinger2013-07-061-1/+1
* | Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-041-0/+7
|\ \ | |/
| * Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-041-0/+7
* | Issue #15767: Excise the remaining instances of ModuleNotFoundErrorBrett Cannon2013-07-045-22/+22
* | Remove dead code in test_exceptions.Brett Cannon2013-07-041-3/+0
* | Move test_import over to unittest.main().Brett Cannon2013-07-041-14/+2
* | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-047-22/+23
* | Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError.Brett Cannon2013-07-041-7/+0
* | Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-041-1/+7
|\ \ | |/
| * Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-041-1/+7
* | (Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make the...Victor Stinner2013-07-031-2/+2
|\ \ | |/
| * test_time.test_monotonic(): use a longer sleep to try to make the test more r...Victor Stinner2013-07-031-2/+2
* | (Merge 3.3) test_faulthandler: skip test_read_null() on AIXVictor Stinner2013-07-031-0/+2
|\ \ | |/
| * test_faulthandler: skip test_read_null() on AIXVictor Stinner2013-07-031-0/+2
* | Issue #18339: use with self.assertRaises() to make test case more readableChristian Heimes2013-07-011-2/+4
|\ \ | |/
| * Issue #18339: use with self.assertRaises() to make test case more readableChristian Heimes2013-07-011-2/+4
* | Issue #17097: Merge.Richard Oudkerk2013-07-011-1/+69
|\ \ | |/
| * Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-07-011-1/+69
* | Merge with current defaultŁukasz Langa2013-07-011-0/+7
|\ \
| * \ Issue #18339: Negative ints keys in unpickler.memo dict no longer cause aChristian Heimes2013-07-011-0/+7
| |\ \ | | |/
| | * Issue #18339: Negative ints keys in unpickler.memo dict no longer cause aChristian Heimes2013-07-011-0/+7
* | | Issue #18244: Adopt C3-based linearization in functools.singledispatch for im...Łukasz Langa2013-07-011-21/+153
|/ /
* | Issue 18240: The HMAC module is no longer restricted to bytes and acceptsChristian Heimes2013-07-011-0/+14
* | Issue #18224: Updated test.Vinay Sajip2013-06-301-4/+0
|\ \ | |/
| * Issue #18224: Updated test.Vinay Sajip2013-06-301-4/+0
| * #18038: Use non-deprecated assert names in tests.R David Murray2013-06-301-5/+5
* | Merge #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-291-3/+39
|\ \ | |/
| * #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-291-3/+39
* | Merge with 3.3Terry Jan Reedy2013-06-291-0/+5
|\ \ | |/
| * Issue #18103: Update README.txt and test_idle to describe and run gui tests.Terry Jan Reedy2013-06-291-0/+5
* | Issue #18322: fix some test_stat nits.Antoine Pitrou2013-06-291-11/+7
* | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() whereCharles-François Natali2013-06-281-6/+2
* | Merge #14360: make encoders.encode_quopri work.R David Murray2013-06-271-0/+29
|\ \ | |/
| * #14360: make encoders.encode_quopri work.R David Murray2013-06-271-0/+29