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
/
multiprocessing
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-109047: concurrent.futures catches RuntimeError (#109810) (#110126)
Victor Stinner
2023-10-02
1
-5/+20
*
[3.12] gh-110036: multiprocessing Popen.terminate() catches PermissionError (...
Miss Islington (bot)
2023-10-02
1
-2/+9
*
[3.12] gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (G...
Miss Islington (bot)
2023-10-02
1
-2/+32
*
[3.12] gh-107219: Fix concurrent.futures terminate_broken() (GH-109244) (#109...
Miss Islington (bot)
2023-10-02
1
-0/+18
*
[3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (...
Miss Islington (bot)
2023-08-30
1
-3/+5
*
[3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...
Miss Islington (bot)
2023-08-23
1
-2/+7
*
[3.12] More actionable error message when spawn is incorrectly used. (GH-1022...
Miss Islington (bot)
2023-08-16
1
-1/+5
*
[3.12] gh-107963: Fix set_forkserver_preload to check the type of given list ...
Miss Islington (bot)
2023-08-15
1
-1/+1
*
[3.12] gh-90876: Restore the ability to import multiprocessing when `sys.exec...
Miss Islington (bot)
2023-07-06
1
-2/+4
*
gh-104536: Improve `multiprocessing.process._cleanup` logic (#104537)
Luccccifer
2023-05-22
1
-1/+1
*
gh-61460: Stronger HMAC in multiprocessing (#20380)
Christian Heimes
2023-05-20
1
-31/+151
*
gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)
Gregory P. Smith
2023-02-03
1
-27/+1
*
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith
2023-02-02
1
-1/+28
*
gh-99509: Add `__class_getitem__` to `multiprocessing.queues.Queue` (#99511)
Nikita Sobolev
2022-12-27
1
-0/+2
*
Fix typo in exception message in `multiprocessing.pool` (#99900)
Arne de Laat
2022-11-30
1
-1/+1
*
bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)
Zackery Spytz
2022-11-25
1
-1/+4
*
gh-61460: Add a comment describing the multiprocessing.connection protocol (g...
Gregory P. Smith
2022-11-20
1
-0/+68
*
gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501)
Gregory P. Smith
2022-10-20
1
-5/+0
*
gh-98360: multiprocessing now spawns children on Windows with correct argv[0]...
Steve Dower
2022-10-20
1
-2/+3
*
gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)
Koki Saito
2022-10-04
1
-1/+0
*
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...
Koki Saito
2022-10-03
1
-2/+2
*
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...
Irit Katriel
2022-06-17
1
-0/+3
*
gh-91577: SharedMemory move imports out of methods (#91579)
samtygier
2022-06-16
1
-4/+3
*
gh-90549: Fix leak of global named resources using multiprocessing spawn (#30...
Leo Trol
2022-06-09
2
-2/+22
*
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith
2022-05-05
1
-1/+1
*
bpo-47029: Fix BrokenPipeError in multiprocessing.Queue at garbage collection...
Géry Ogam
2022-05-03
1
-12/+11
*
GH-91355: micro-optimize Connection.send_bytes() method (gh-32247)
Ma Lin
2022-05-03
1
-3/+2
*
Fix missing `f` prefix on f-strings (GH-91910)
Alexander Shadchin
2022-04-27
1
-1/+1
*
gh-91401: Add a failsafe way to disable vfork. (#91490)
Gregory P. Smith
2022-04-25
1
-1/+3
*
bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...
Géry Ogam
2022-04-22
2
-8/+12
*
gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)
Victor Stinner
2022-04-19
1
-6/+10
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
2
-5/+6
*
bpo-25066: Added repr for multiprocessing.Event (GH-29749)
Kumar Aditya
2021-12-09
1
-0/+3
*
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
Zackery Spytz
2021-08-09
1
-3/+4
*
Remove unnecessary pass statements (GH-27103)
Elisha Hollander
2021-07-13
1
-1/+0
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
finefoot
2021-07-02
1
-2/+2
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-13
1
-1/+1
*
bpo-43867: multiprocessing Server catchs SystemExit (GH-25441)
Victor Stinner
2021-04-16
1
-6/+14
*
bpo-43651: Fix test_compileall with PEP 597 (GH-25128)
Inada Naoki
2021-04-02
1
-1/+1
*
bpo-40692: Run more test_concurrent_futures tests (GH-20239)
Asheesh Laroia
2021-02-08
1
-1/+9
*
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
Vinay Sharma
2020-08-30
1
-0/+2
*
Fix typo in message from assert statement (GH-21283)
Allen
2020-08-17
1
-1/+1
*
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
idomic
2020-05-26
1
-3/+4
*
bpo-40443: Remove unused imports in stdlib (GH-19815)
Victor Stinner
2020-05-01
1
-1/+0
*
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
Victor Stinner
2020-04-27
1
-0/+4
*
bpo-40330: Fix utf-8 size check in ShareableList (GH-19606)
Antoine Pitrou
2020-04-20
1
-4/+6
*
bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996)
Thomas Krennwallner
2020-04-19
1
-30/+45
*
Fix two typos in multiprocessing (GH-19571)
Galden
2020-04-18
1
-2/+2
*
bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511)
Dong-hee Na
2020-04-14
2
-9/+10
*
bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19477)
Dong-hee Na
2020-04-14
1
-4/+4
[next]