index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
concurrent
/
futures
/
process.py
Commit message (
Expand
)
Author
Age
*
Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
ubordignon
2019-06-15
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
*
bpo-26903: Limit ProcessPoolExecutor to 61 workers on Windows (GH-13132)
Brian Quinlan
2019-05-08
*
Don't import wait from connection, it shadows a name (GH-13112)
Brian Quinlan
2019-05-07
*
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka
2019-05-06
*
Correct grammar in concurrent/futures/process.py docstring (GH-12761)
Thomas Grainger
2019-04-12
*
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka
2019-04-01
*
bpo-35715: Liberate return value of _process_worker (GH-11514)
Dave Chevell
2019-03-16
*
bpo-33097: Fix submit accepting callable after executor shutdown by interpret...
Mark Nemec
2018-04-10
*
bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084)
Thomas Moreau
2018-03-12
*
bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling...
Thomas Moreau
2018-01-05
*
bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor (#4241)
Antoine Pitrou
2017-11-04
*
bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)
Thomas Moreau
2017-10-03
*
bpo-31326: ProcessPoolExecutor waits for the call queue thread (#3265)
Victor Stinner
2017-09-02
*
bpo-27144: concurrent.futures as_complete and map iterators do not keep refer...
Grzegorz Grzywacz
2017-09-01
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
*
Issue #25523: Further a-to-an corrections new in 3.5
Martin Panter
2015-11-02
*
Issue #21817: When an exception is raised in a task submitted to a ProcessPoo...
Antoine Pitrou
2015-01-17
*
Issue #11271: concurrent.futures.Executor.map() now takes a *chunksize*
Antoine Pitrou
2014-10-04
*
Issue #21362: concurrent.futures does not validate that max_workers is proper
Brian Quinlan
2014-05-17
*
Fix import of SimpleQueue.
Richard Oudkerk
2013-10-16
*
#18741: merge with 3.3.
Ezio Melotti
2013-08-17
|
\
|
*
#18741: fix more typos. Patch by Févry Thibault.
Ezio Melotti
2013-08-17
*
|
Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where
Charles-François Natali
2013-06-28
*
|
Issue #16284: Prevent keeping unnecessary references to worker functions in c...
Andrew Svetlov
2012-11-03
*
|
Fix concurrent.futures docstring typo: "Request Q" -> "Result Q".
Mark Dickinson
2012-10-20
|
/
*
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
Antoine Pitrou
2012-03-05
*
Merge with 3.2 for #12364.
Ross Lagerwall
2012-01-08
|
\
|
*
Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.
Ross Lagerwall
2012-01-08
|
*
Close the call queue in concurrent.futures.ProcessPoolExecutor when
Antoine Pitrou
2011-07-16
*
|
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna
2011-11-11
*
|
Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExe...
Antoine Pitrou
2011-07-16
*
|
Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor
Antoine Pitrou
2011-07-16
*
|
Followup to 51c1f2cedb96 (and issue #12456):
Antoine Pitrou
2011-07-03
*
|
Issue #12456: fix a possible hang on shutdown of a concurrent.futures.Process...
Antoine Pitrou
2011-07-02
*
|
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
Antoine Pitrou
2011-06-08
*
|
Fix typo in name of private function
Antoine Pitrou
2011-05-03
|
\
|
|
*
Fix typo in name of private function
Antoine Pitrou
2011-05-03
*
|
Issue #11815: Use a light-weight SimpleQueue for the result queue in concurre...
Antoine Pitrou
2011-04-12
|
/
*
Issue #11815: Remove dead code in concurrent.futures (since a blocking Queue
Antoine Pitrou
2011-04-12
*
Issue #11635: Don't use polling in worker threads and processes launched by
Antoine Pitrou
2011-03-26
*
Issue #10798: Reject supporting concurrent.futures if the system has
Martin v. Löwis
2011-01-03
*
Fix "seperate".
Georg Brandl
2010-12-09
*
Initial implementation of PEP 3148
Brian Quinlan
2010-09-18