index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
_test_multiprocessing.py
Commit message (
Expand
)
Author
Age
*
bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632)
Victor Stinner
2022-03-01
*
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
Charlie Zhao
2022-02-25
*
bpo-25066: Added repr for multiprocessing.Event (GH-29749)
Kumar Aditya
2021-12-09
*
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294)
Nikita Sobolev
2021-10-01
*
bpo-45310: Fix parrallel shared memory tests (GH-28661)
Serhiy Storchaka
2021-10-01
*
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28...
Nikita Sobolev
2021-09-21
*
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182)
Nikita Sobolev
2021-09-06
*
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skip...
Nikita Sobolev
2021-09-04
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
*
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
finefoot
2021-07-01
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
*
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)
Vinay Sharma
2020-08-30
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
*
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi
2020-08-07
*
bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139)
Vinay Sharma
2020-07-19
*
bpo-40275: Use new test.support helper submodules in tests (GH-21169)
Hai Shi
2020-06-30
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner
2020-06-18
*
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412)
Christian Heimes
2020-06-04
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-28
*
bpo-39244: multiprocessing return default start method first on macOS (GH-18625)
idomic
2020-05-26
*
bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)
Hai Shi
2020-05-04
*
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
Victor Stinner
2020-04-27
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
*
bpo-39983: Add test.support.print_warning() (GH-19683)
Victor Stinner
2020-04-23
*
bpo-40330: Fix utf-8 size check in ShareableList (GH-19606)
Antoine Pitrou
2020-04-20
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
*
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...
Batuhan Taşkaya
2020-03-15
*
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)
Pablo Galindo
2020-03-09
*
bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538)
Christopher Hunt
2020-02-21
*
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)
Victor Stinner
2019-12-17
*
bpo-38614: Use support timeout constants (GH-17572)
Victor Stinner
2019-12-11
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
*
bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562)
Victor Stinner
2019-12-10
*
bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088)
Jake Tesler
2019-11-19
*
bpo-38614: Add timeout constants to test.support (GH-16964)
Victor Stinner
2019-10-30
*
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349)
Victor Stinner
2019-09-24
*
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348)
Victor Stinner
2019-09-24
*
bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821)
Vinay Sharma
2019-09-10
*
bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662)
Vinay Sharma
2019-09-09
*
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)
Jakub Kulík
2019-07-11
*
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)
Victor Stinner
2019-07-05
*
bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)
Victor Stinner
2019-07-02
*
bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288)
Pierre Glaser
2019-06-26
*
bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286)
Pierre Glaser
2019-06-25
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
*
bpo-36867: _test_multiprocessing: avoid weak sync primitive (GH-13292)
Pierre Glaser
2019-05-17
*
bpo-36867: Create the resource_tracker before launching SharedMemoryManagers ...
Pierre Glaser
2019-05-13
*
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
Pierre Glaser
2019-05-10
*
bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483)
Pierre Glaser
2019-05-10
[next]