176 Commits (1bc13df6281e72c6a5bbc5b2b6b17b95b829d14b)

Author SHA1 Message Date
Miss Islington (bot) 1bc13df628
[3.10] GH-94736: mark SemLock test as linux only (GH-94750) (#94753) 3 years ago
Miss Islington (bot) 916686fdb2
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738) 3 years ago
Miss Islington (bot) 2d33d217aa
GH-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int (GH-93364) (GH-93924) 3 years ago
Miss Islington (bot) 2ad51c636a
gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617) 3 years ago
Victor Stinner 93264452d9
[3.10] bpo-46633: Skip tests on ASAN and/or MSAN builds (GH-31632) (GH-31634) 4 years ago
Miss Islington (bot) bc4c705869
bpo-45310: Fix parrallel shared memory tests (GH-28661) 4 years ago
Miss Islington (bot) fc3511f18e
bpo-45125: Improves pickling docs and tests for `shared_memory` (GH-28294) 4 years ago
Miss Islington (bot) 4e6681d0cf
bpo-45310: Fix parrallel shared memory tests (GH-28661) 4 years ago
Miss Islington (bot) 09e5016f8b
bpo-45209: fix `UserWarning: resource_tracker` in test_multiprocessing (GH-28377) 4 years ago
Serhiy Storchaka 462c1f0403
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) (GH-28027) 4 years ago
Miss Islington (bot) 6b5aea2dc1
bpo-45052: Unskips a failing `test_shared_memory_basics` test (GH-28182) 4 years ago
Miss Islington (bot) e5976dd2e6
bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060) 4 years ago
Miss Islington (bot) 3ec3e0f83c
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) (#26987) 4 years ago
Inada Naoki 35715d1e72
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145) 5 years ago
Vinay Sharma 475a5fbb56
bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) 5 years ago
Victor Stinner fbf43f051e
bpo-41521: Rename blacklist parameter to not_exported (GH-21824) 5 years ago
Hai Shi 598a951844
bpo-40275: Use new test.support helper submodules in tests (GH-21764) 5 years ago
Vinay Sharma bfd0fbdc13
bpo-38169: Increase code coverage for SharedMemory and ShareableList (GH-16139) 5 years ago
Hai Shi 0c4f0f3b29
bpo-40275: Use new test.support helper submodules in tests (GH-21169) 5 years ago
Serhiy Storchaka 9355868458
bpo-41043: Escape literal part of the path for glob(). (GH-20994) 5 years ago
Victor Stinner ddbeb2f3e0
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944) 5 years ago
Christian Heimes b022e5cffb
bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412) 5 years ago
Hai Shi e80697d687
bpo-40275: Adding threading_helper submodule in test.support (GH-20263) 5 years ago
idomic db098bc1f0
bpo-39244: multiprocessing return default start method first on macOS (GH-18625) 5 years ago
Hai Shi caa3ef284a
bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892) 6 years ago
Victor Stinner 9adccc1384
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) 6 years ago
Serhiy Storchaka 16994912c9
bpo-40275: Avoid importing socket in test.support (GH-19603) 6 years ago
Victor Stinner d663d34685
bpo-39983: Add test.support.print_warning() (GH-19683) 6 years ago
Antoine Pitrou eba9f6155d
bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) 6 years ago
Victor Stinner 278c1e159c
bpo-40094: Add test.support.wait_process() (GH-19254) 6 years ago
Batuhan Taşkaya ac10e0c932
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009) 6 years ago
Pablo Galindo 6012f30bef
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) 6 years ago
Christopher Hunt c2ac4cf040
bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538) 6 years ago
Victor Stinner 9707e8e22d
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) 6 years ago
Victor Stinner 7772b1af5e
bpo-38614: Use support timeout constants (GH-17572) 6 years ago
Victor Stinner 0d63bacefd
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 6 years ago
Victor Stinner c98b0199a9
bpo-38614: Use test.support.LONG_TIMEOUT constant (GH-17562) 6 years ago
Jake Tesler c6b20be85c bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088) 6 years ago
Victor Stinner 24c6258269
bpo-38614: Add timeout constants to test.support (GH-16964) 6 years ago
Victor Stinner b0e1ae5f54
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) 6 years ago
Victor Stinner 99799c7220
bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) 6 years ago
Vinay Sharma 2fc1160a80 bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821) 6 years ago
Vinay Sharma d14e39c8d9 bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662) 6 years ago
Jakub Kulík 4737265622 bpo-37558: Shared memory tests are failing due to double slashes (GH-14703) 6 years ago
Victor Stinner 8fbeb14312
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) 6 years ago
Victor Stinner 039fb49c18
bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527) 6 years ago
Pierre Glaser e1a63c4f21 bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288) 6 years ago
Pierre Glaser 594d9b9f58 bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286) 6 years ago
Thomas Moreau c09a9f56c0 bpo-36888: Add multiprocessing.parent_process() (GH-13247) 7 years ago
Pierre Glaser cbe72d8426 bpo-36867: _test_multiprocessing: avoid weak sync primitive (GH-13292) 7 years ago