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
...
*
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
*
bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling...
Thomas Moreau
2018-01-05
1
-0/+37
*
bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885)
Victor Stinner
2017-12-15
1
-1/+1
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-1/+1
*
bpo-31310: multiprocessing's semaphore tracker should be launched again if cr...
Antoine Pitrou
2017-11-03
1
-4/+39
*
bpo-31308: If multiprocessing's forkserver dies, launch it again when necessa...
Antoine Pitrou
2017-11-03
1
-0/+48
*
bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or...
Antoine Pitrou
2017-10-22
1
-0/+21
*
bpo-31510: Fix multiprocessing test_many_processes() on macOS (#3857)
Victor Stinner
2017-10-02
1
-1/+6
*
bpo-31234: test_multiprocessing: wait 30 seconds (#3599)
Victor Stinner
2017-09-15
1
-14/+17
*
bpo-31234: Add support.join_thread() helper (#3587)
Victor Stinner
2017-09-14
1
-11/+17
*
bpo-18966: non-daemonic threads created by a multiprocessing.Process should b...
Antoine Pitrou
2017-08-16
1
-0/+26
*
bpo-31069, test_multiprocessing: Fix dangling process (#3103)
Victor Stinner
2017-08-16
1
-1/+2
*
bpo-26762: _test_multiprocessing reports dangling (#3064)
Victor Stinner
2017-08-10
1
-0/+6
*
bpo-26762: test_multiprocessing close more queues (#2855)
Victor Stinner
2017-07-25
1
-3/+15
*
test_multiprocessing detects dangling per test case (#2841)
Victor Stinner
2017-07-24
1
-14/+67
*
test_multiprocessing: Fix dangling process/thread (#2850)
Victor Stinner
2017-07-24
1
-2/+22
*
bpo-26762: Avoid daemon process in _test_multiprocessing (#2842)
Victor Stinner
2017-07-24
1
-2/+4
*
bpo-26732: fix too many fds in processes started with the "forkserver" method...
Antoine Pitrou
2017-07-22
1
-0/+34
*
Fix test failure without ctypes (#2802)
Antoine Pitrou
2017-07-21
1
-1/+1
*
bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741)
Gareth Rees
2017-07-21
1
-5/+12
*
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira
2017-07-18
1
-7/+15
*
bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480)
Antoine Pitrou
2017-07-04
1
-7/+59
*
Clear potential ref cycle between Process and Process target (#2470)
Antoine Pitrou
2017-06-28
1
-0/+18
*
bpo-30775: Fix refleaks in test_multiprocessing (#2467)
Antoine Pitrou
2017-06-28
1
-2/+17
*
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou
2017-06-24
1
-0/+36
*
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148)
Victor Stinner
2017-06-13
1
-1/+2
*
bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)
Antoine Pitrou
2017-06-13
1
-0/+63
*
Fix bpo-30589: improve Process.exitcode with forkserver (#1989)
Antoine Pitrou
2017-06-12
1
-2/+37
*
bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1...
grzgrzgrz3
2017-05-25
1
-0/+14
*
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)
Xiang Zhang
2017-05-17
1
-0/+36
*
Relax test timing (bpo-29861) to avoid sporadic failures (#1120)
Antoine Pitrou
2017-04-14
1
-0/+1
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693)
Xiang Zhang
2017-03-29
1
-1/+58
*
bpo-29861: release references to multiprocessing Pool tasks (#743)
Antoine Pitrou
2017-03-24
1
-0/+28
*
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...
Antoine Pitrou
2016-12-10
1
-0/+13
|
\
|
*
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...
Antoine Pitrou
2016-12-10
1
-0/+13
|
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
|
*
Issue #25654:
Victor Stinner
2016-03-25
1
-5/+13
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-1/+1
*
|
Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting
Davin Potts
2016-09-07
1
-2/+68
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
[prev]
[next]