index
:
cpython
3.10
3.11
3.12
3.13
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
*
gh-132063: ensure that `ProcessPoolExecutor` does not swallow falsey exceptio...
Duprat
2025-04-08
*
gh-74028: add `buffersize` parameter to `concurrent.futures.Executor.map` for...
Enzo Bonnal
2025-03-13
*
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...
Charles Machalow
2025-03-05
*
Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to Proc...
Sam Gross
2025-03-04
*
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...
Charles Machalow
2025-03-02
*
gh-125451: Fix deadlock in ProcessPoolExecutor shutdown (#125492)
Sam Gross
2024-10-16
*
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner
2024-06-13
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
*
Simplify concurrent.futures.process code by using itertools.batched() (GH-114...
NewUserHa
2024-01-27
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
*
gh-109047: concurrent.futures catches PythonFinalizationError (#109810)
Victor Stinner
2023-09-29
*
Remove concurrent.futures deadcode: process_result_item() (#109906)
Victor Stinner
2023-09-26
*
gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109...
Serhiy Storchaka
2023-09-26
*
gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (#108513)
elfstrom
2023-09-22
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
*
gh-107219: Fix concurrent.futures terminate_broken() (#109244)
Victor Stinner
2023-09-11
*
gh-107219: Fix concurrent.futures terminate_broken() (#108974)
Victor Stinner
2023-09-06
*
gh-94777: Fix deadlock in ProcessPoolExecutor (#94784)
Louis Paulot
2023-07-10
*
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
yonatanp
2023-03-15
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
*
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith
2023-02-03
*
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith
2023-02-02
*
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (#91598)
Gregory P. Smith
2022-05-08
*
gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
Gregory P. Smith
2022-05-06
*
bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)
themylogin
2022-05-02
*
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
Jakub KulĂk
2021-11-29
*
bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)
Logan Jones
2021-11-20
*
Use `from` imports (GH-26594)
Machinexa2
2021-06-08
*
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
Asheesh Laroia
2021-02-08
*
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner
2020-04-30
*
bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760)
Victor Stinner
2020-04-29
*
bpo-30966: concurrent.futures.Process.shutdown() closes queue (GH-19738)
Victor Stinner
2020-04-27
*
bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453)
Kyle Stanley
2020-04-19
*
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
Kyle Stanley
2020-03-27
*
bpo-39678: refactor queue manager thread (GH-18551)
Thomas Moreau
2020-03-01
*
bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling f...
Thomas Moreau
2020-02-16
*
bpo-39349: Add *cancel_futures* to Executor.shutdown() (GH-18057)
Kyle Stanley
2020-02-02
*
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
[next]