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
/
concurrent
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21817: When an exception is raised in a task submitted to a ProcessPoo...
Antoine Pitrou
2015-01-17
1
-2/+24
*
Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*
Antoine Pitrou
2014-10-04
2
-1/+56
*
Closes #21527: Add default number of workers to ThreadPoolExecutor. (Claudiu ...
Guido van Rossum
2014-09-02
1
-1/+6
*
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-6/+9
*
Issue #21362: concurrent.futures does not validate that max_workers is proper
Brian Quinlan
2014-05-17
2
-0/+6
*
Issue #20319: concurrent.futures.wait() can block forever even if Futures hav...
Brian Quinlan
2014-02-01
1
-2/+4
*
Fix issue #20367: concurrent.futures.as_completed() for duplicate arguments.
Guido van Rossum
2014-01-26
1
-2/+4
*
Fix import of SimpleQueue.
Richard Oudkerk
2013-10-16
1
-1/+2
*
#18741: merge with 3.3.
Ezio Melotti
2013-08-17
1
-2/+2
|
\
|
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
1
-2/+2
*
|
Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where
Charles-François Natali
2013-06-28
1
-1/+1
*
|
Merge 3.3, issue #17047: remove doubled words found in 2.7 to
Terry Jan Reedy
2013-03-11
1
-1/+1
|
\
\
|
|
/
|
*
Merge 3.2, issue #17047: remove doubled words found in 2.7 to
Terry Jan Reedy
2013-03-11
1
-1/+1
|
|
\
|
|
*
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
Terry Jan Reedy
2013-03-11
1
-1/+1
|
*
|
Fix docstring typo in concurrent.futures.Future
Eli Bendersky
2013-01-17
1
-1/+1
*
|
|
Fix docstring typo in concurrent.futures.Future
Eli Bendersky
2013-01-17
1
-1/+1
*
|
|
Issue #16284: Prevent keeping unnecessary references to worker functions in c...
Andrew Svetlov
2012-11-03
2
-0/+6
*
|
|
Fix concurrent.futures docstring typo: "Request Q" -> "Result Q".
Mark Dickinson
2012-10-20
1
-1/+1
*
|
|
utilize yield from
Philip Jenvey
2012-10-01
1
-2/+1
|
/
/
*
|
#15015: Fix accessing an non-existing attribute.
Brian Quinlan
2012-06-11
1
-2/+2
*
|
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...
Antoine Pitrou
2012-03-31
1
-3/+5
|
\
\
|
|
/
|
*
Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...
Antoine Pitrou
2012-03-31
1
-3/+5
*
|
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
Antoine Pitrou
2012-03-05
1
-4/+8
*
|
Merge with 3.2 for #12364.
Ross Lagerwall
2012-01-08
1
-3/+0
|
\
\
|
|
/
|
*
Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
Ross Lagerwall
2012-01-08
1
-6/+1
|
*
Close the call queue in concurrent.futures.ProcessPoolExecutor when
Antoine Pitrou
2011-07-16
1
-0/+1
*
|
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna
2011-11-11
3
-4/+2
*
|
Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExe...
Antoine Pitrou
2011-07-15
1
-4/+7
*
|
Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor
Antoine Pitrou
2011-07-15
1
-1/+4
*
|
Followup to 51c1f2cedb96 (and issue #12456):
Antoine Pitrou
2011-07-03
1
-10/+10
*
|
Issue #12456: fix a possible hang on shutdown of a concurrent.futures.Process...
Antoine Pitrou
2011-07-02
1
-9/+21
*
|
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
Antoine Pitrou
2011-06-08
1
-31/+74
*
|
Fix typo in name of private function
Antoine Pitrou
2011-05-03
1
-7/+7
|
\
\
|
|
/
|
*
Fix typo in name of private function
Antoine Pitrou
2011-05-03
1
-7/+7
*
|
Issue #11815: Use a light-weight SimpleQueue for the result queue in concurre...
Antoine Pitrou
2011-04-12
1
-2/+3
*
|
Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
Antoine Pitrou
2011-04-12
2
-52/+29
|
\
\
|
|
/
|
*
Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
Antoine Pitrou
2011-04-12
2
-52/+29
*
|
Issue #11777: Executor.map does not submit futures until iter.next() is called
Brian Quinlan
2011-04-07
1
-9/+13
|
/
*
Issue #11635: Don't use polling in worker threads and processes launched by
Antoine Pitrou
2011-03-26
2
-79/+93
*
Issue #10798: Reject supporting concurrent.futures if the system has
Martin v. Löwis
2011-01-03
1
-0/+26
*
Does not install a logging handler. Fixes issue 10626.
Brian Quinlan
2010-12-28
1
-2/+0
*
Fix "seperate".
Georg Brandl
2010-12-09
1
-1/+1
*
Removes an inefficient spin loop in as_completed
Brian Quinlan
2010-11-17
1
-6/+35
*
Fixes 9903: test_concurrent_futures writes on stderr
Brian Quinlan
2010-10-06
1
-3/+2
*
Initial implementation of PEP 3148
Brian Quinlan
2010-09-18
5
-0/+1033