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-35424: test_multiprocessing: join 3 pools (GH-10986)
Miss Islington (bot)
2018-12-06
1
-0/+3
*
[3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being del...
Victor Stinner
2018-12-06
1
-7/+0
*
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)
Miss Islington (bot)
2018-11-28
1
-0/+2
*
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)...
Miss Islington (bot)
2018-10-02
1
-0/+6
*
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Miss Islington (bot)
2018-09-17
1
-0/+23
*
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
Pablo Galindo
2018-08-03
1
-3/+4
*
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)
Miss Islington (bot)
2018-07-04
1
-2/+6
*
bpo-33735: Fix test_multiprocessing random failure (GH-8059)
Miss Islington (bot)
2018-07-03
1
-3/+3
*
bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)
Miss Islington (bot)
2018-06-27
1
-2/+2
*
bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)
Miss Islington (bot)
2018-06-27
1
-1/+3
*
bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957)
Miss Islington (bot)
2018-06-27
1
-2/+2
*
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7322)
Victor Stinner
2018-06-01
1
-31/+33
*
bpo-33532: Fix multiprocessing test_ignore() (GH-7262) (#7266)
Victor Stinner
2018-05-31
1
-2/+3
*
[3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH...
Antoine Pitrou
2018-03-11
1
-2/+29
*
bpo-32294: Fix multiprocessing test_semaphore_tracker() (GH-4885) (#4887)
Miss Islington (bot)
2017-12-15
1
-1/+1
*
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#...
Andrew Svetlov
2017-12-14
1
-1/+1
*
[3.6] bpo-31310: multiprocessing's semaphore tracker should be launched again...
Antoine Pitrou
2017-11-03
1
-4/+39
*
[3.6] bpo-31308: If multiprocessing's forkserver dies, launch it again when n...
Antoine Pitrou
2017-11-03
1
-0/+48
*
[3.6] bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is clo...
Antoine Pitrou
2017-10-22
1
-0/+21
*
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3104)
Victor Stinner
2017-08-16
1
-1/+2
*
[3.6] bpo-26762, bpo-31019: Backport multiprocessing fixes from master to 3.6...
Victor Stinner
2017-07-26
1
-22/+103
*
[3.6] Clear potential ref cycle between Process and Process target (GH-2470) ...
Antoine Pitrou
2017-06-28
1
-0/+18
*
[3.6] bpo-30775: Fix refleaks in test_multiprocessing (GH-2467) (#2468)
Antoine Pitrou
2017-06-28
1
-2/+17
*
[3.6] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#...
Antoine Pitrou
2017-06-13
1
-0/+63
*
[3.6] bpo-30414: multiprocessing.Queue._feed do not break from main loop on e...
Antoine Pitrou
2017-05-25
1
-0/+14
*
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) (#1628)
Xiang Zhang
2017-05-17
1
-0/+36
*
Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1132)
Antoine Pitrou
2017-04-14
1
-0/+1
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-882)
Xiang Zhang
2017-03-29
1
-1/+58
*
bpo-29861: release references to multiprocessing Pool tasks (#743) (#800)
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
*
|
Issue #25654:
Victor Stinner
2016-03-25
1
-5/+13
*
|
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...
Antoine Pitrou
2016-03-15
1
-9/+16
|
\
\
|
|
/
|
*
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...
Antoine Pitrou
2016-03-15
1
-9/+16
*
|
Issue #23992: multiprocessing: make MapResult not fail-fast upon exception.
Charles-François Natali
2016-02-10
1
-0/+24
|
/
*
Fix remaining tests and remove an unused import.
Berker Peksag
2015-05-06
1
-3/+3
*
Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
Serhiy Storchaka
2015-04-23
1
-2/+8
|
\
|
*
Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
Serhiy Storchaka
2015-04-23
1
-2/+8
*
|
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
1
-0/+46
|
\
\
|
|
/
|
*
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
1
-0/+46
*
|
Issue #22853: Added regression test for using multiprocessing.Queue at import
Serhiy Storchaka
2015-03-06
1
-0/+21
|
\
\
|
|
/
|
*
Issue #22853: Added regression test for using multiprocessing.Queue at import
Serhiy Storchaka
2015-03-06
1
-0/+21
*
|
Issue #21849: Ported from 2.7 tests for non-ASCII data.
Serhiy Storchaka
2015-02-13
1
-7/+13
|
\
\
|
|
/
|
*
Issue #21849: Ported from 2.7 tests for non-ASCII data.
Serhiy Storchaka
2015-02-13
1
-7/+13
*
|
(Merge 3.4) test_multiprocessing: tolerate a delta of 30 ms because of bad
Victor Stinner
2015-02-05
1
-2/+4
|
\
\
|
|
/
[next]