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
*
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)
Jakub Kulík
2019-07-11
1
-1/+1
*
bpo-37421: multiprocessing tests now stop ForkServer (GH-14601)
Victor Stinner
2019-07-05
1
-0/+6
*
bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527)
Victor Stinner
2019-07-02
1
-0/+3
*
bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288)
Pierre Glaser
2019-06-25
1
-6/+15
*
bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286)
Pierre Glaser
2019-06-25
1
-3/+3
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
1
-0/+59
*
bpo-36867: _test_multiprocessing: avoid weak sync primitive (GH-13292)
Pierre Glaser
2019-05-17
1
-4/+12
*
bpo-36867: Create the resource_tracker before launching SharedMemoryManagers ...
Pierre Glaser
2019-05-13
1
-14/+44
*
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
Pierre Glaser
2019-05-10
1
-54/+116
*
bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483)
Pierre Glaser
2019-05-10
1
-0/+24
*
bpo-36668: FIX reuse semaphore tracker for child processes (#5172)
Thomas Moreau
2019-04-24
1
-0/+28
*
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola
2019-04-08
1
-6/+2
*
Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
Pablo Galindo
2019-03-22
1
-1/+1
*
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts
2019-02-24
1
-33/+285
*
bpo-35918: Remove broken has_key method and add test (#11819)
Rémi Lapeyre
2019-02-12
1
-2/+0
*
bpo-35378: Fix multiprocessing.Pool references (GH-11627)
Pablo Galindo
2019-02-11
1
-1/+0
*
Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH...
Pablo Galindo
2019-02-09
1
-15/+20
*
Do not retain references to processes and managers in TestSyncManagerTypes (G...
Pablo Galindo
2019-02-09
1
-0/+2
*
bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)
Giampaolo Rodola
2019-02-07
1
-0/+246
*
bpo-35424: emit ResourceWarning at multiprocessing.Pool destruction (GH-10974)
Victor Stinner
2018-12-20
1
-0/+16
*
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner
2018-12-17
1
-20/+20
*
bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134)
Victor Stinner
2018-12-13
1
-0/+16
*
bpo-35424: test_multiprocessing: join 3 pools (GH-10986)
Victor Stinner
2018-12-06
1
-0/+3
*
Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (...
Victor Stinner
2018-12-06
1
-7/+0
*
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)
Victor Stinner
2018-11-28
1
-0/+2
*
bpo-35202: Remove unused imports in Lib directory (GH-10450)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-15
1
-1/+0
*
bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614)
Julien Palard
2018-11-04
1
-0/+43
*
bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if th...
Zackery Spytz
2018-10-13
1
-0/+8
*
bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778)
Pablo Galindo
2018-10-10
1
-2/+4
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)
tzickel
2018-10-02
1
-0/+6
*
bpo-31370: Remove references to threadless builds (#8805)
Zackery Spytz
2018-09-29
1
-3/+0
*
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Serhiy Storchaka
2018-09-17
1
-0/+23
*
bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850)
Pablo Galindo
2018-09-04
1
-6/+21
*
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
Victor Stinner
2018-08-03
1
-3/+4
*
Simplify __all__ in multiprocessing (GH-6856)
Derek B. Kim
2018-07-11
1
-0/+6
*
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
Victor Stinner
2018-07-04
1
-2/+6
*
bpo-33735: Fix test_multiprocessing random failure (GH-8059)
Victor Stinner
2018-07-03
1
-3/+3
*
bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)
Victor Stinner
2018-06-27
1
-2/+2
*
bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)
Victor Stinner
2018-06-27
1
-1/+3
*
bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957)
Victor Stinner
2018-06-27
1
-2/+2
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
1
-5/+7
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
1
-7/+5
*
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)
Victor Stinner
2018-06-01
1
-2/+5
*
bpo-33532: Fix multiprocessing test_ignore() (#7262)
Victor Stinner
2018-05-31
1
-2/+2
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
1
-1/+1
*
bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827)
Antoine Pitrou
2018-04-09
1
-23/+58
*
FIX failure on OSX sem_getvalue (#6180)
Thomas Moreau
2018-03-21
1
-2/+7
*
bpo-33078 - Fix queue size on pickling error (GH-6119)
Thomas Moreau
2018-03-21
1
-0/+13
*
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
Antoine Pitrou
2018-03-11
1
-2/+29
*
bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes
2018-01-29
1
-1/+1
[next]