- 16 Agu, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
by sending/receiving an acknowledgment after file descriptor transfer. TestPicklingConnection has been reenabled for MacOSX.
-
- 30 Nis, 2012 1 kayıt (commit)
-
-
Richard Oudkerk yazdı
instead of BSD licence.
-
- 27 Nis, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Also, block delivery of signals to that thread. Patch by Richard Oudkerk. This will hopefully fix sporadic freezes on the FreeBSD 9.0 buildbot.
-
- 24 Nis, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Richard Oudkerk (sbt).
-
- 18 Nis, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
_multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt.
-
- 11 Kas, 2011 1 kayıt (commit)
-
-
Florent Xicluna yazdı
-
- 24 Eyl, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 09 May, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 14 Ara, 2010 3 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........
-
R. David Murray yazdı
-
- 14 Agu, 2010 1 kayıt (commit)
-
-
Brian Curtin yazdı
Same fix as #9513 on 3.x.
-
- 04 Agu, 2010 2 kayıt (commit)
-
-
Brian Curtin yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83722 | brian.curtin | 2010-08-04 10:47:24 -0500 (Wed, 04 Aug 2010) | 7 lines Fix #9513 to remove relative imports from multiprocessing. The test suite currently skips test_multiprocessing on Windows because it fails on finding _multiprocessing in several win32-specific blocks. Removing the relative import lets this through and allows the test to run (and pass). ........
-
Brian Curtin yazdı
The test suite currently skips test_multiprocessing on Windows because it fails on finding _multiprocessing in several win32-specific blocks. Removing the relative import lets this through and allows the test to run (and pass).
-
- 03 Tem, 2010 1 kayıt (commit)
-
-
Jesse Noller yazdı
-
- 19 Agu, 2008 3 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
ForkingPickler.register() to resolve conflict with ctypes.
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65864 | jesse.noller | 2008-08-19 14:06:19 -0500 (Tue, 19 Aug 2008) | 2 lines issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. ........
-
Jesse Noller yazdı
issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included.
-
- 16 Tem, 2008 1 kayıt (commit)
-
-
Jesse Noller yazdı
Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes
-
- 13 Haz, 2008 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 11 Haz, 2008 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64125 | benjamin.peterson | 2008-06-11 12:27:50 -0500 (Wed, 11 Jun 2008) | 2 lines give the threading API PEP 8 names ........
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
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 ........
-
Benjamin Peterson yazdı
-