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
/
futures
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-139462: Make the ProcessPoolExecutor BrokenProcessPool exception report wh...
J Berg
2025-11-11
1
-2/+16
*
gh-141125: delete unused import textwrap in interpreter.py (#141126)
yihong
2025-11-07
1
-1/+0
*
gh-137282: Fix `TypeError` in tab completion and `dir()` of `concurrent.futur...
Henry Schreiner
2025-07-31
1
-1/+1
*
gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472)
AN Long
2025-07-20
1
-0/+2
*
gh-136380: Fix import behavior for `concurrent.futures.InterpreterPoolExecuto...
AN Long
2025-07-08
1
-17/+18
*
gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957)
Eric Snow
2025-06-18
1
-136/+45
*
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow
2025-06-11
1
-1/+1
*
gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormal...
Ajay Kamdar
2025-06-10
1
-0/+5
*
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)
Eric Snow
2025-05-22
1
-42/+13
*
gh-134173: optimize state transfer between `concurrent.futures.Future` and `a...
J. Nick Koston
2025-05-18
1
-0/+27
*
gh-132063: ensure that `ProcessPoolExecutor` does not swallow falsey exceptio...
Duprat
2025-04-08
2
-2/+2
*
gh-74028: add `buffersize` parameter to `concurrent.futures.Executor.map` for...
Enzo Bonnal
2025-03-13
2
-4/+38
*
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...
Charles Machalow
2025-03-05
1
-0/+71
*
Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to Proc...
Sam Gross
2025-03-04
1
-71/+0
*
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...
Charles Machalow
2025-03-03
1
-0/+71
*
gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid...
Andrei Bodrov
2024-11-22
1
-0/+1
*
gh-125864: Propagate `pickle.loads()` failures in `InterpreterPoolExecutor` (...
Peter Bierma
2024-10-24
1
-1/+2
*
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow
2024-10-16
3
-29/+314
*
gh-125451: Fix deadlock in ProcessPoolExecutor shutdown (#125492)
Sam Gross
2024-10-16
1
-29/+21
*
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner
2024-06-13
1
-1/+1
*
gh-120121: Add InvalidStateError to concurrent.futures.__all__ (#120123)
AN Long
2024-06-08
1
-0/+1
*
gh-120157: Remove unused code in concurrent.future (gh-120187)
Clinton
2024-06-07
1
-8/+0
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-2/+3
*
Simplify concurrent.futures.process code by using itertools.batched() (GH-114...
NewUserHa
2024-01-27
1
-11/+1
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
2
-3/+3
*
gh-109047: concurrent.futures catches PythonFinalizationError (#109810)
Victor Stinner
2023-09-29
1
-17/+30
*
Remove concurrent.futures deadcode: process_result_item() (#109906)
Victor Stinner
2023-09-26
1
-18/+8
*
gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109...
Serhiy Storchaka
2023-09-26
1
-1/+2
*
gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (#108513)
elfstrom
2023-09-22
1
-3/+15
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
1
-1/+1
*
gh-107219: Fix concurrent.futures terminate_broken() (#109244)
Victor Stinner
2023-09-11
1
-0/+4
*
gh-107219: Fix concurrent.futures terminate_broken() (#108974)
Victor Stinner
2023-09-06
1
-1/+8
*
gh-94777: Fix deadlock in ProcessPoolExecutor (#94784)
Louis Paulot
2023-07-10
1
-0/+4
*
gh-102024: Reduced _idle_semaphore.release calls (#102025)
Andrii Kuzmin
2023-05-26
1
-8/+11
*
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (#94468)
yonatanp
2023-03-16
1
-0/+5
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
1
-0/+2
*
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith
2023-02-03
1
-17/+0
*
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith
2023-02-02
1
-3/+20
*
gh-95166: cancel map waited on future on timeout (GH-95169)
Thomas Grainger
2022-07-28
1
-2/+14
*
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (#91598)
Gregory P. Smith
2022-05-08
1
-10/+34
*
gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
Gregory P. Smith
2022-05-06
1
-7/+17
*
bpo-46787: Fix `ProcessPoolExecutor exception` memory leak (GH-31408) (#31408)
themylogin
2022-05-02
1
-0/+3
*
concurrent.futures: Fix typo in docstring (#92121)
Yiannis Hadjicharalambous
2022-05-02
1
-1/+1
*
Remove trailing spaces (GH-31695)
Serhiy Storchaka
2022-03-05
1
-1/+1
*
bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887)
Thomas Grainger
2022-02-23
1
-1/+1
*
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-...
Kumar Aditya
2022-01-04
1
-6/+7
*
bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro...
Kumar Aditya
2021-12-19
1
-3/+1
*
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
Jakub Kulík
2021-11-29
1
-1/+1
*
bpo-44733: Add max_tasks_per_child to ProcessPoolExecutor (GH-27373)
Logan Jones
2021-11-20
1
-14/+55
*
bpo-45021: Fix a hang in forked children (GH-28007)
nullptr
2021-09-20
1
-0/+6
[next]