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
/
test
/
_test_multiprocessing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-142206: multiprocessing.resource_tracker: Decode messages using older prot...
Petr Viktorin
2025-12-03
1
-2/+24
*
Fix multiprocessing queue test_get() (GH-142024)
Victor Stinner
2025-11-29
1
-5/+6
*
gh-135335: Simplify preload regression test using __main__ (GH-138686)
Duane Griffin
2025-11-23
1
-18/+3
*
gh-98896: resource_tracker: use json&base64 to allow arbitrary shared memory ...
Rani Pinchuk
2025-11-12
1
-0/+43
*
gh-138813: Fix mutable default kwargs={} in multiprocessing BaseProcess and D...
Denis Sergeev
2025-09-17
1
-0/+17
*
gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295)
Duane Griffin
2025-09-07
1
-0/+12
*
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werro...
Rani Pinchuk
2025-08-26
1
-11/+204
*
gh-135335: flush stdout/stderr in forkserver after preloading modules (#135338)
Duane Griffin
2025-06-18
1
-0/+29
*
gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (...
Jiucheng(Oliver)
2025-05-23
1
-0/+22
*
gh-133744: Fix multiprocessing interrupt test: add an event (#133746)
Victor Stinner
2025-05-12
1
-5/+16
*
gh-133017: Improve error message for invalid typecodes in multiprocessing.{Ar...
Tomas R.
2025-05-09
1
-0/+12
*
gh-132719: Skip multiprocessing test if missing ctypes (#132846)
Victor Stinner
2025-04-23
1
-0/+1
*
gh-132719: Skip multiprocessing test if missing ctypes (#132842)
Victor Stinner
2025-04-23
1
-0/+1
*
gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)
pulkin
2025-04-23
1
-2/+20
*
gh-132719: Fix AMD64 FreeBSD14/15 3.x failures - `test_rlock_locked_2processe...
Duprat
2025-04-21
1
-1/+1
*
gh-132561: Fix the public `multiprocessing.SemLock.locked` method (#132586)
Duprat
2025-04-17
1
-0/+37
*
gh-115942: Add `locked` to several multiprocessing locks (#115944)
sobolevn
2025-04-08
1
-3/+14
*
gh-130954: Fix multiprocessing test_notify_n (#130955)
Sam Gross
2025-03-08
1
-8/+13
*
gh-110206: Fix multiprocessing test_notify_all (#130933)
Sam Gross
2025-03-07
1
-5/+12
*
gh-130730: Fix multiprocessing test_active_children() (#130837)
Victor Stinner
2025-03-04
1
-4/+8
*
gh-130737: Fix multiprocessing test_notify() (#130797)
Victor Stinner
2025-03-03
1
-9/+5
*
gh-129401: Test repr rlock failing randomly (#129959)
Duprat
2025-03-01
1
-13/+7
*
gh-129948: Add `set()` to `multiprocessing.managers.SyncManager` (#129949)
mingyu
2025-02-23
1
-0/+144
*
gh-71339: Use new assertion methods in the multiprocessing tests (GH-128847)
Serhiy Storchaka
2025-01-14
1
-29/+24
*
gh-127586: multiprocessing.Pool does not properly restore blocked signals (tr...
Stephen Hansen
2024-12-27
1
-0/+21
*
Revert "gh-127586: properly restore blocked signals in resource_tracker.py (G...
Hugo van Kemenade
2024-12-16
1
-15/+0
*
gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)
Stephen Hansen
2024-12-15
1
-0/+15
*
gh-97514: Authenticate the forkserver control socket. (GH-99309)
Gregory P. Smith
2024-11-20
1
-2/+52
*
gh-126417: validate ABC methods on multiprocessing proxy types (#126454)
Stephen Morton
2024-11-11
1
-0/+22
*
gh-117378: Only run the new multiprocessing SysPath test when appropriate (GH...
Gregory P. Smith
2024-11-10
1
-29/+30
*
gh-117378: Fix multiprocessing forkserver preload sys.path inheritance. (GH-1...
Gregory P. Smith
2024-11-09
1
-0/+78
*
gh-125679: multiprocessing Lock and RLock - fix invalid representation string...
Duprat
2024-11-07
1
-0/+122
*
gh-126417: Register multiprocessing proxy types to an appropriate collections...
Stephen Morton
2024-11-05
1
-0/+9
*
gh-125620: Skip check_resource_tracker_death on NetBSD due to long wait for S...
Furkan Onder
2024-10-18
1
-0/+2
*
gh-84559: Change the multiprocessing start method default to `forkserver` (GH...
Gregory P. Smith
2024-09-26
1
-5/+19
*
gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed q...
Bénédikt Tran
2024-06-13
1
-0/+26
*
gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)
Roy Hyunjin Han
2024-05-20
1
-3/+43
*
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka
2024-05-16
1
-3/+3
*
gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)
Tian Gao
2024-05-03
1
-0/+23
*
gh-118413: Fix test_release_task_refs on free-threaded build (#118494)
Sam Gross
2024-05-02
1
-2/+1
*
gh-118413: Temporarily skip `test_release_task_refs` in free-threaded builds ...
Sam Gross
2024-05-01
1
-0/+1
*
gh-116622: Test updates for Android (#117299)
Malcolm Smith
2024-04-05
1
-1/+1
*
gh-88118: Fix some test_multiprocessing flakiness. (#116434)
Gregory P. Smith
2024-03-06
1
-5/+10
*
bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)
Miguel Brito
2024-02-27
1
-0/+19
*
gh-115886: Handle embedded null characters in shared memory name (GH-115887)
Serhiy Storchaka
2024-02-25
1
-1/+16
*
gh-104090: Add exit code to multiprocessing ResourceTracker (GH-115410)
Petr Viktorin
2024-02-21
1
-1/+34
*
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...
Steve Dower
2024-02-13
1
-0/+18
*
gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to start ...
Serhiy Storchaka
2024-01-24
1
-0/+1
*
gh-113205: test_multiprocessing.test_terminate: Test the API on threadpools (...
Petr Viktorin
2024-01-18
1
-3/+8
*
gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423)
Xu Song
2023-12-24
1
-0/+23
[next]