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
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1/+1
*
Issue #21817: When an exception is raised in a task submitted to a ProcessPoo...
Antoine Pitrou
2015-01-17
1
-0/+26
*
Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*
Antoine Pitrou
2014-10-04
1
-0/+16
*
Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...
Guido van Rossum
2014-09-02
1
-0/+6
*
Eliminate DeprecationWarning in test_concurrent_futures.
R David Murray
2014-06-11
1
-3/+3
*
Issue #21362: concurrent.futures does not validate that max_workers is proper
Brian Quinlan
2014-05-17
1
-0/+7
*
Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments.
Guido van Rossum
2014-01-26
1
-0/+7
*
Issue #14407: Fix unittest test discovery in test_concurrent_futures.
Antoine Pitrou
2013-10-15
1
-22/+13
|
\
|
*
Issue #14407: Fix unittest test discovery in test_concurrent_futures.
Antoine Pitrou
2013-10-15
1
-22/+13
*
|
Issue #16284: Prevent keeping unnecessary references to worker functions in c...
Andrew Svetlov
2012-11-03
1
-0/+22
|
/
*
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...
Antoine Pitrou
2012-03-31
1
-1/+17
|
\
|
*
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...
Antoine Pitrou
2012-03-31
1
-1/+17
*
|
Merge with 3.2 for #12364.
Ross Lagerwall
2012-01-08
1
-0/+6
|
\
\
|
|
/
|
*
Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
Ross Lagerwall
2012-01-08
1
-0/+6
*
|
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou
2011-10-12
1
-7/+7
*
|
Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor
Antoine Pitrou
2011-07-15
1
-1/+2
*
|
Make sure to reap worker threads and processes at the end of test_concurrent_...
Antoine Pitrou
2011-07-15
1
-9/+13
|
\
\
|
|
/
|
*
Make sure to reap worker threads and processes at the end of test_concurrent_...
Antoine Pitrou
2011-07-15
1
-9/+13
*
|
Issue #12456: fix a possible hang on shutdown of a concurrent.futures.Process...
Antoine Pitrou
2011-07-02
1
-0/+7
*
|
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
Antoine Pitrou
2011-06-08
1
-5/+15
*
|
Increases some test timeouts to fix issue 11864.
Brian Quinlan
2011-05-30
1
-4/+4
*
|
Issue #11777: Executor.map does not submit futures until iter.next() is called
Brian Quinlan
2011-04-07
1
-1/+9
|
/
*
Add tests for the atexit hook in concurrent.futures (part of #11635)
Antoine Pitrou
2011-03-24
1
-15/+40
*
Use shorter timings in test_concurrent_futures to make it a bit faster
Antoine Pitrou
2011-03-22
1
-9/+9
*
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