Richard Oudkerk
|
ad1d5f908a
|
Issue #10527: Use poll() instead of select() for multiprocessing pipes
|
2013-01-15 01:01:01 +00:00 |
Richard Oudkerk
|
197651b4e3
|
Issue #10133: Make multiprocessing deallocate buffer if socket read fails.
Patch by Hallvard B Furuseth.
|
2012-06-11 15:12:12 +01:00 |
Antoine Pitrou
|
f95a1b3c53
|
Recorded merge of revisions 81029 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines
Untabify C files. Will watch buildbots.
........
|
2010-05-09 15:52:27 +00:00 |
Jesse Noller
|
6214edd1bb
|
merge r68768 to py3k
|
2009-01-19 16:23:53 +00:00 |
Jesse Noller
|
91639e0973
|
Merge 65376 into 3k, fix for issue 3399
|
2008-08-02 02:03:58 +00:00 |
Benjamin Peterson
|
e711cafab1
|
Merged revisions 64104,64117 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r64104 | benjamin.peterson | 2008-06-10 21:40:25 -0500 (Tue, 10 Jun 2008) | 2 lines
add the multiprocessing package to fulfill PEP 371
........
r64117 | benjamin.peterson | 2008-06-11 07:26:31 -0500 (Wed, 11 Jun 2008) | 2 lines
fix import of multiprocessing by juggling imports
........
|
2008-06-11 16:44:04 +00:00 |