index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_concurrent_futures.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removes the 'Call' class which is used to control execution order and is unre...
Brian Quinlan
2011-01-03
1
-400/+167
*
Skip hanging test.
Martin v. Löwis
2011-01-03
1
-0/+1
*
Issue #10798: Reject supporting concurrent.futures if the system has
Martin v. Löwis
2011-01-03
1
-72/+58
*
Does not install a logging handler. Fixes issue 10626.
Brian Quinlan
2010-12-28
1
-10/+3
*
Assign closed handles to None to make errors more obvious if they are used.
Brian Quinlan
2010-12-25
1
-2/+2
*
Better reporting of test failures on Windows.
Brian Quinlan
2010-12-24
1
-3/+15
*
#10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...
Ezio Melotti
2010-12-01
1
-10/+10
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-43/+43
*
Fixes a timing-related failure on Windows (issue 10183)
Brian Quinlan
2010-11-20
1
-3/+3
*
test_concurrent_futures: remove temporary hack
Victor Stinner
2010-11-07
1
-4/+0
*
test_concurrent_futures: dump ulimit -a to check a failure on x86 FreeBSD 7.2...
Victor Stinner
2010-11-06
1
-0/+4
*
Fixes 9903: test_concurrent_futures writes on stderr
Brian Quinlan
2010-10-06
1
-19/+31
*
Initial implementation of PEP 3148
Brian Quinlan
2010-09-18
1
-0/+817