summaryrefslogtreecommitdiff
path: root/Lib/test/test_concurrent_futures.py
Commit message (Expand)AuthorAgeFilesLines
...
* Assign closed handles to None to make errors more obvious if they are used.Brian Quinlan2010-12-251-2/+2
* Better reporting of test failures on Windows.Brian Quinlan2010-12-241-3/+15
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-10/+10
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-43/+43
* Fixes a timing-related failure on Windows (issue 10183)Brian Quinlan2010-11-201-3/+3
* test_concurrent_futures: remove temporary hackVictor Stinner2010-11-071-4/+0
* test_concurrent_futures: dump ulimit -a to check a failure on x86 FreeBSD 7.2...Victor Stinner2010-11-061-0/+4
* Fixes 9903: test_concurrent_futures writes on stderrBrian Quinlan2010-10-061-19/+31
* Initial implementation of PEP 3148Brian Quinlan2010-09-181-0/+817