Richard Oudkerk
|
f3a0da24f3
|
Merge
|
2013-05-06 12:13:50 +01:00 |
Richard Oudkerk
|
def51ca8ea
|
Issue #17805: Add AsyncResult alias for ApplyResult
|
2013-05-06 12:10:04 +01:00 |
Richard Oudkerk
|
8575783a00
|
Issue #13813: Embed stringification of remote traceback in local
traceback raised when pool task raises an exception.
|
2013-05-06 11:38:25 +01:00 |
Richard Oudkerk
|
b147f60a38
|
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.
|
2013-04-17 21:09:38 +01:00 |
Richard Oudkerk
|
409c31390f
|
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.
|
2013-04-17 20:58:00 +01:00 |
Giampaolo Rodola'
|
308307190f
|
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
|
2013-04-17 13:12:27 +02:00 |
Giampaolo Rodola'
|
b38897fc91
|
Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts.
|
2013-04-17 13:08:59 +02:00 |
Charles-François Natali
|
84e4316489
|
Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention.
|
2013-03-25 18:20:40 +01:00 |
Charles-François Natali
|
a655075d16
|
Issue #17025: Add dumps() and loads() to ForkingPickler.
|
2013-03-24 15:21:49 +01:00 |
Richard Oudkerk
|
0320025f17
|
Merge
|
2013-02-26 13:11:11 +00:00 |
Richard Oudkerk
|
5b8a3242c4
|
Merge
|
2013-02-26 13:00:15 +00:00 |
Richard Oudkerk
|
7aaa1ef858
|
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
|
2013-02-26 12:39:57 +00:00 |
Giampaolo Rodola'
|
67da89446a
|
fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895
|
2013-01-14 02:24:25 +01:00 |
Giampaolo Rodola'
|
0c8ad61c95
|
fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895
|
2013-01-14 02:24:05 +01:00 |
Richard Oudkerk
|
0ee84e04da
|
Issue #16955: Fix the poll() method for multiprocessing's socket
connections on Windows.
|
2013-01-13 22:52:13 +00:00 |
Richard Oudkerk
|
ed9e06cb21
|
Issue #16955: Fix the poll() method for multiprocessing's socket
connections on Windows.
|
2013-01-13 22:46:48 +00:00 |
Richard Oudkerk
|
ef45380b6b
|
Fix overlooked licence text.
|
2013-01-01 14:25:59 +00:00 |
Giampaolo Rodola'
|
b4f39e85f2
|
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
|
2012-12-31 17:38:46 +01:00 |
Giampaolo Rodola'
|
5051ca887c
|
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
|
2012-12-31 17:38:17 +01:00 |
Giampaolo Rodola'
|
5e844c8052
|
Fix issue 10527: make multiprocessing use poll() instead of select() if available.
|
2012-12-31 17:23:09 +01:00 |
Andrew Svetlov
|
f7a17b48d7
|
Replace IOError with OSError (#16715)
|
2012-12-25 16:47:37 +02:00 |
Andrew Svetlov
|
2606a6f197
|
Issue #16719: Get rid of WindowsError. Use OSError instead
Patch by Serhiy Storchaka.
|
2012-12-19 14:33:35 +02:00 |
Andrew Svetlov
|
ad28c7f9da
|
Issue #16706: get rid of os.error
|
2012-12-18 22:02:39 +02:00 |
Andrew Svetlov
|
a191959849
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:27:16 +02:00 |
Andrew Svetlov
|
5b89840d9c
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:26:36 +02:00 |
Andrew Svetlov
|
737fb89dd1
|
Issue #16714: use 'raise' exceptions, don't 'throw'.
Patch by Serhiy Storchaka.
|
2012-12-18 21:14:22 +02:00 |
Richard Oudkerk
|
8f7c4b8a85
|
Issue #16481: Merge
|
2012-11-15 18:22:23 +00:00 |
Richard Oudkerk
|
021f4c2ecc
|
Issue #16481: multiprocessing no longer leaks process handles on Windows.
|
2012-11-15 18:16:35 +00:00 |
Andrew Svetlov
|
6b973747f3
|
Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor.
|
2012-11-03 15:36:01 +02:00 |
Hynek Schlawack
|
969684f2ad
|
Merge 3.3
|
2012-10-27 12:56:30 +02:00 |
Hynek Schlawack
|
254af2644a
|
#16307: Fix multiprocessing.Pool.map_async not calling its callbacks
Patch by Janne Karila.
|
2012-10-27 12:53:02 +02:00 |
Richard Oudkerk
|
5046e9741c
|
Make __mp_main__ an alias for __main__ in all processes to simplify
pickling of classes defined in main module.
|
2012-10-08 13:07:00 +01:00 |
Benjamin Peterson
|
3095f4724e
|
raise a ValueError instead of an AssertionError when pool is an invalid state
|
2012-09-25 12:45:42 -04:00 |
Richard Oudkerk
|
e8cd6bb127
|
Issue #15881: Clarify comment in exit function
|
2012-09-13 17:27:15 +01:00 |
Alexander Belopolsky
|
5bedef3e64
|
Issue #15881: Fixed 3.2 backport.
|
2012-09-09 13:31:08 -04:00 |
Alexander Belopolsky
|
7f704c11db
|
Fixed whitespace
|
2012-09-09 13:25:06 -04:00 |
Alexander Belopolsky
|
36351564a2
|
Fixed whitespace
|
2012-09-09 13:22:45 -04:00 |
Alexander Belopolsky
|
f36c49d124
|
Issue #15881: Fixed atexit hook in multiprocessing.
|
2012-09-09 13:20:58 -04:00 |
Alexander Belopolsky
|
59fb38b582
|
Issue #15881: Fixed atexit hook in multiprocessing.
|
2012-09-09 13:16:15 -04:00 |
Richard Oudkerk
|
04ec8ce1bb
|
Issue #14669: Fix pickling of connections and sockets on MacOSX
by sending/receiving an acknowledgment after file descriptor transfer.
TestPicklingConnection has been reenabled for MacOSX.
|
2012-08-16 16:48:55 +01:00 |
Richard Oudkerk
|
3165a75e45
|
Merge 3.2
|
2012-08-14 12:51:14 +01:00 |
Richard Oudkerk
|
e88a2445bc
|
Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing
on Windows without the "if __name__ == '__main__'" idiom.
|
2012-08-14 11:41:32 +01:00 |
Richard Oudkerk
|
b303580c7c
|
Issue #15525: Increase timeout when TerminateProcess() fails
|
2012-08-01 17:44:18 +01:00 |
Richard Oudkerk
|
b15e622bb8
|
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Original patch by J Derek Wilson.
|
2012-07-27 14:19:00 +01:00 |
Richard Oudkerk
|
4887b1c0e7
|
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Original patch by J Derek Wilson.
|
2012-07-27 14:06:11 +01:00 |
Richard Oudkerk
|
8838061119
|
Issue #10527: Remove dead code
|
2013-01-15 13:19:24 +00:00 |
Giampaolo Rodola'
|
549d465fe2
|
issue 10527: fix missing import
|
2013-01-03 02:54:27 +01:00 |
Richard Oudkerk
|
ac38571f00
|
Issue #15064: Make BaseManager.__enter__() start server if necessary.
|
2012-06-18 21:29:30 +01:00 |
Richard Oudkerk
|
d69cfe88ea
|
Issue #15064: Implement context manager protocol for multiprocessing types
|
2012-06-18 17:47:52 +01:00 |
Richard Oudkerk
|
0f884273b0
|
Issue #15101: Make pool finalizer avoid joining current thread.
|
2012-06-18 16:02:49 +01:00 |