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
*
[3.11] gh-88118: Fix some test_multiprocessing flakiness. (GH-116434) (GH-116...
Miss Islington (bot)
2024-03-06
1
-5/+10
*
[3.11] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115...
Miss Islington (bot)
2024-02-27
1
-0/+19
*
[3.11] gh-115886: Handle embedded null characters in shared memory name (GH-1...
Serhiy Storchaka
2024-02-25
1
-1/+16
*
[3.11] gh-113205: test_multiprocessing.test_terminate: Give tasks a chance to...
Miss Islington (bot)
2024-01-24
1
-0/+1
*
[3.11] gh-113205: test_multiprocessing.test_terminate: Shorter sleep for thre...
Miss Islington (bot)
2024-01-18
1
-1/+9
*
[3.11] gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423) (...
Miss Islington (bot)
2023-12-24
1
-0/+23
*
[3.11] gh-111284: Make multiprocessing tests with threads faster and more rel...
Miss Islington (bot)
2023-10-30
1
-9/+21
*
[3.11] gh-110662: multiprocessing test_async_timeout() increase timeout (GH-1...
Miss Islington (bot)
2023-10-11
1
-1/+1
*
[3.11] gh-110666: Fix multiprocessing test_terminate() elapsed (GH-110667) (#...
Miss Islington (bot)
2023-10-11
1
-20/+15
*
[3.11] gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (GH-...
Miss Islington (bot)
2023-10-11
1
-2/+2
*
[3.11] gh-109840: Fix multiprocessing test_waitfor_timeout() (GH-110428) (#11...
Miss Islington (bot)
2023-10-05
1
-3/+3
*
[3.11] Add test.support.busy_retry() (#93770) (#110341)
Victor Stinner
2023-10-04
1
-35/+25
*
[3.11] gh-110036: multiprocessing Popen.terminate() catches PermissionError (...
Miss Islington (bot)
2023-09-29
1
-2/+3
*
[3.11] gh-89363: Skip threading test_is_alive_after_fork() if ASAN (GH-109835...
Miss Islington (bot)
2023-09-25
1
-1/+1
*
[3.11] gh-109706: Fix multiprocessing test_nested_startmethod() (GH-109707) (...
Miss Islington (bot)
2023-09-22
1
-1/+3
*
[3.11] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#109688)
Miss Islington (bot)
2023-09-21
1
-1/+9
*
[3.11] gh-108416: Mark slow but not CPU bound test methods with requires_reso...
Serhiy Storchaka
2023-09-05
1
-0/+3
*
[3.11] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-1...
Serhiy Storchaka
2023-09-03
1
-0/+2
*
[3.11] gh-108520: Fix bad fork detection in nested multiprocessing use case (...
Miss Islington (bot)
2023-08-30
1
-0/+26
*
[3.11] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Proc...
Miss Islington (bot)
2023-08-23
1
-0/+22
*
[3.11] gh-107963: Fix set_forkserver_preload to check the type of given list ...
Miss Islington (bot)
2023-08-15
1
-0/+8
*
[3.11] gh-90876: Restore the ability to import multiprocessing when `sys.exec...
Miss Islington (bot)
2023-07-06
1
-6/+76
*
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Miss Islington (bot)
2022-12-04
1
-1/+1
*
gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...
Miss Islington (bot)
2022-10-03
1
-0/+8
*
gh-95212: make multiprocessing test case parallel-safe (GH-95213)
Miss Islington (bot)
2022-07-25
1
-1/+1
*
[3.11] GH-94736: mark SemLock test as linux only (GH-94750) (#94752)
Miss Islington (bot)
2022-07-11
1
-0/+1
*
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
Miss Islington (bot)
2022-07-11
1
-0/+11
*
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is...
Miss Islington (bot)
2022-06-17
1
-0/+5
*
gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-...
Miss Islington (bot)
2022-06-10
1
-0/+30
*
bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...
Géry Ogam
2022-04-22
1
-0/+17
*
gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)
Victor Stinner
2022-04-19
1
-13/+21
*
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
Victor Stinner
2022-03-01
1
-0/+6
*
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
Charlie Zhao
2022-02-26
1
-0/+24
*
bpo-25066: Added repr for multiprocessing.Event (GH-29749)
Kumar Aditya
2021-12-09
1
-1/+14
*
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Nikita Sobolev
2021-10-01
1
-31/+104
*
bpo-45310: Fix parrallel shared memory tests (GH-28661)
Serhiy Storchaka
2021-10-01
1
-16/+24
*
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...
Nikita Sobolev
2021-09-21
1
-0/+7
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Nikita Sobolev
2021-09-06
1
-2/+0
*
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...
Nikita Sobolev
2021-09-04
1
-0/+1
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
1
-0/+5
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
finefoot
2021-07-02
1
-0/+10
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
1
-5/+5
*
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
Vinay Sharma
2020-08-30
1
-0/+12
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
1
-2/+4
*
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi
2020-08-07
1
-15/+17
*
bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139)
Vinay Sharma
2020-07-19
1
-0/+29
*
bpo-40275: Use new test.support helper submodules in tests (GH-21169)
Hai Shi
2020-06-30
1
-1/+2
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
1
-1/+1
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner
2020-06-18
1
-1/+1
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Christian Heimes
2020-06-04
1
-0/+10
[next]