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
*
Issue #12156: Skip test_multiprocessing on systems which don't support enough
Charles-François Natali
2011-11-22
1
-0/+18
*
Issue #10332: multiprocessing: fix a race condition when a Pool is closed
Charles-François Natali
2011-10-24
1
-0/+14
*
Issue #12981: test_multiprocessing: catch ImportError when importing
Charles-François Natali
2011-09-21
1
-2/+13
*
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
1
-0/+17
*
Fix issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-2/+0
*
Close issue #12948: multiprocessing test failures can hang the buildbots
Jesus Cea
2011-09-09
1
-3/+27
*
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-1/+82
*
Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC
Charles-François Natali
2011-07-02
1
-4/+3
*
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
Charles-François Natali
2011-07-02
1
-0/+25
*
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
Victor Stinner
2011-06-20
1
-0/+3
*
Issue #11766: increase countdown waiting for a pool of processes to start
Antoine Pitrou
2011-04-06
1
-1/+2
*
Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.
Mark Dickinson
2011-03-26
1
-0/+15
*
Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of ...
Mark Dickinson
2011-03-25
1
-0/+7
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-3/+3
*
Merged revisions 86694 via svnmerge from
Antoine Pitrou
2010-11-22
1
-4/+8
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-12/+12
*
Merged revisions 86130 via svnmerge from
Antoine Pitrou
2010-11-02
1
-24/+49
*
Merged revisions 86077 via svnmerge from
Brian Curtin
2010-11-01
1
-1/+5
*
Merged revisions 85299 via svnmerge from
Brian Curtin
2010-10-07
1
-18/+12
*
Issue #8576: Remove use of find_unused_port() in test_smtplib and
Antoine Pitrou
2010-04-30
1
-3/+3
*
Issue #7449, part 4: skip test_multiprocessing if thread support is disabled
Victor Stinner
2010-04-27
1
-3/+4
*
Fix typo in comment
Nick Coghlan
2010-04-10
1
-1/+1
*
Try to turn some buildbots green by allowing test_multiprocessing to pass eve...
Nick Coghlan
2010-04-10
1
-6/+22
*
Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not av...
Florent Xicluna
2010-03-24
1
-31/+33
*
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...
Florent Xicluna
2010-03-21
1
-1/+3
*
#7805: wait until all workers are started before collecting their PIDs
Florent Xicluna
2010-03-04
1
-1/+9
*
Fix import/access for some identifiers. _TestSharedCTypes does not seem to b...
Georg Brandl
2010-02-06
1
-3/+3
*
Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool
Jesse Noller
2010-01-27
1
-1/+25
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-1/+1
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-8/+8
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-6/+1
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-1/+6
*
Issue #7498: make test_multiprocessing use test_support.find_unused_port
R. David Murray
2009-12-14
1
-2/+3
*
comment out test added in r76438, which caused refleaks
Jesse Noller
2009-11-24
1
-18/+18
*
issue6615: Additional test for logging support in multiprocessing
Jesse Noller
2009-11-21
1
-0/+20
*
Issue #7272: Add configure test to detect whether sem_open works
Mark Dickinson
2009-11-20
1
-1/+1
*
Issue 6433: multiprocessing.pool.map hangs on empty list
Jesse Noller
2009-07-16
1
-0/+6
*
Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...
Jesse Noller
2009-06-30
1
-1/+69
*
remove useless import
Benjamin Peterson
2009-04-12
1
-1/+0
*
Add custom initializer argument to multiprocess.Manager*, courtesy of lekma
Jesse Noller
2009-04-02
1
-1/+31
*
Fix multiprocessing.event to match the new threading.Event API
Jesse Noller
2009-04-01
1
-7/+9
*
merge in patch from tim golden to fix contextmanager support for mp.Lock()
Jesse Noller
2009-03-30
1
-0/+4
*
Change more tests to use import_module for the modules that
R. David Murray
2009-03-30
1
-5/+4
*
finalize the queue prior to shutdown
Jesse Noller
2009-03-30
1
-0/+2
*
Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets
Jesse Noller
2009-03-30
1
-0/+24
*
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-3/+2
*
remove test_support.TestSkipped and just use unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-4/+4
*
Issue 5009: multiprocessing: failure in manager._debug_info()
Jesse Noller
2009-01-21
1
-0/+2
*
Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...
Jesse Noller
2009-01-19
1
-1/+15
*
Resolve issue 4449: AssertionError in mp_benchmarks.py
Jesse Noller
2009-01-18
1
-2/+14
[next]