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
*
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner
2025-12-08
1
-2/+1
*
gh-142206: multiprocessing.resource_tracker: Decode messages using older prot...
Petr Viktorin
2025-12-03
1
-18/+45
*
gh-133146: Add the old public `get_value` method to documentation and refacto...
Duprat
2025-11-29
2
-5/+10
*
gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the...
Gregory P. Smith
2025-11-23
1
-1/+0
*
gh-98552: flush std streams in the multiprocessing forkserver before fork (#1...
Gregory P. Smith
2025-11-22
1
-0/+1
*
gh-98896: resource_tracker: use json&base64 to allow arbitrary shared memory ...
Rani Pinchuk
2025-11-12
1
-8/+52
*
gh-137928: remove redundant size validation in multiprocessing.heap (GH-137929)
Alejandro Cabello Jiménez
2025-11-12
1
-4/+0
*
gh-140485: Catch ChildProcessError in multiprocessing resource tracker (GH-14...
Victor Stinner
2025-11-11
1
-1/+6
*
gh-140734: fix off-by-one error when comparing to `_SUN_PATH_MAX` (#140903)
Bénédikt Tran
2025-11-07
1
-8/+12
*
gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and D...
Denis Sergeev
2025-09-17
2
-3/+3
*
gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295)
Duane Griffin
2025-09-07
1
-4/+5
*
gh-118981: multiprocessing.popen_spawn_posix, fix potential hang (gh-118982)
Albert Zeyer
2025-09-07
1
-0/+4
*
gh-131788: make resource_tracker re-entrant safe (GH-131787)
Thomas Grainger
2025-08-13
1
-70/+93
*
gh-136839: Refactor simple dict.update calls (#136811)
Disconnect3d
2025-07-19
1
-6/+2
*
gh-135335: flush stdout/stderr in forkserver after preloading modules (#135338)
Duane Griffin
2025-06-18
1
-0/+4
*
gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-13...
Eddy Mulyono
2025-05-24
1
-1/+1
*
gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085)
Bénédikt Tran
2025-05-21
2
-3/+78
*
gh-133017: Improve error message for invalid typecodes in multiprocessing.{Ar...
Tomas R.
2025-05-09
1
-1/+6
*
gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)
pulkin
2025-04-23
2
-0/+10
*
gh-132561: Fix the public `multiprocessing.SemLock.locked` method (#132586)
Duprat
2025-04-17
1
-1/+1
*
gh-115942: Add `locked` to several multiprocessing locks (#115944)
sobolevn
2025-04-08
2
-2/+7
*
gh-131233: remove return-in-finally in multiprocessing/connection.py (#131416)
Irit Katriel
2025-03-21
1
-14/+24
*
gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` upon del...
luccabb
2025-03-20
1
-20/+44
*
gh-129948: Add `set()` to `multiprocessing.managers.SyncManager` (#129949)
mingyu
2025-02-23
1
-0/+31
*
gh-129205: Update multiprocessing.forkserver to use os.readinto() (#129425)
Cody Maloney
2025-01-30
1
-6/+7
*
remove type annotations from multiprocessing. (#129381)
Gregory P. Smith
2025-01-30
2
-2/+2
*
gh-127586: multiprocessing.Pool does not properly restore blocked signals (tr...
Stephen Hansen
2024-12-27
1
-3/+4
*
Revert "gh-127586: properly restore blocked signals in resource_tracker.py (G...
Hugo van Kemenade
2024-12-16
1
-4/+3
*
gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)
Stephen Hansen
2024-12-15
1
-3/+4
*
Add the missing `f` on an f-string error message in multiprocessing. (GH-127462)
Gregory P. Smith
2024-12-01
1
-1/+1
*
gh-97514: Authenticate the forkserver control socket. (GH-99309)
Gregory P. Smith
2024-11-20
3
-14/+74
*
gh-71936: Fix race condition in multiprocessing.Pool (GH-124973)
Petr Viktorin
2024-11-13
1
-13/+20
*
gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-1...
Gregory P. Smith
2024-11-09
1
-0/+2
*
gh-125679: multiprocessing Lock and RLock - fix invalid representation string...
Duprat
2024-11-07
1
-2/+2
*
Cleanup multiprocessing comment and unusual import error message (#126532)
Gregory P. Smith
2024-11-07
1
-8/+7
*
gh-126417: Register multiprocessing proxy types to an appropriate collections...
Stephen Morton
2024-11-05
1
-1/+5
*
gh-125620: Remove unnecessary import of subprocess in spawnv_passfds (#125624)
Furkan Onder
2024-10-16
1
-1/+0
*
gh-84559: Change the multiprocessing start method default to `forkserver` (GH...
Gregory P. Smith
2024-09-26
1
-13/+13
*
gh-121313: multiprocessing: simplify by increasing the connection buffer size...
Inada Naoki
2024-09-03
1
-16/+4
*
gh-121313: Limit the reading size from pipes to their default buffer size on ...
Alexander P.
2024-08-31
1
-3/+18
*
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney
2024-07-31
1
-2/+1
*
gh-121288: Make error message for index() methods consistent (GH-121395)
Serhiy Storchaka
2024-07-05
1
-1/+1
*
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner
2024-06-13
2
-2/+2
*
gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)
Roy Hyunjin Han
2024-05-20
1
-7/+11
*
gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)
Tian Gao
2024-05-03
3
-5/+10
*
gh-118293: Suppress mouse cursor feedback when launching Windows processes wi...
Henrik Tunedal
2024-04-28
1
-1/+3
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
1
-5/+1
*
bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)
Miguel Brito
2024-02-27
1
-1/+2
*
gh-71052: Enable test_concurrent_futures on platforms that lack multiprocessi...
Malcolm Smith
2024-02-25
1
-2/+0
*
gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410)
Petr Viktorin
2024-02-21
1
-6/+32
[next]