1. 5458647 Issue #28053: Applying refactorings, docs and other cleanup to follow. by Davin Potts · 8 years ago
  2. 225821c Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 9 years ago
  3. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  4. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  5. 4e02f8f4 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 10 years ago
  6. 3f9e381 Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and later by Steve Dower · 10 years ago
  7. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 10 years ago
  8. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  9. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  10. 0b87831 Simplify code in multiprocessing.Connection.send_bytes(). by Antoine Pitrou · 10 years ago
  11. 40470e0 do not generate pipe names in the temporary dir by Benjamin Peterson · 10 years ago
  12. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  13. 69b1e26 Issue #20978: pyflakes: fix undefined names by Victor Stinner · 11 years ago
  14. 0c1e31a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 11 years ago
  15. b7d6d2a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. by Antoine Pitrou · 11 years ago
  16. 634919a Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC by Christian Heimes · 11 years ago
  17. 45e2551 Issue #18934: Use poll/select-based selectors for multiprocessing.Connection, by Charles-François Natali · 11 years ago
  18. e241ac9 Issue #18934: multiprocessing: use selectors module. by Charles-François Natali · 11 years ago
  19. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  20. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  21. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  22. 626032a Issue #17097: Merge. by Richard Oudkerk · 11 years ago
  23. cca8c53 Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 11 years ago
  24. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  25. 3083071 Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 11 years ago
  26. b38897f Fix issue #17707: multiprocessing.Queue's get() method does not block for short timeouts. by Giampaolo Rodola' · 11 years ago
  27. a655075 Issue #17025: Add dumps() and loads() to ForkingPickler. by Charles-François Natali · 12 years ago
  28. 67da894 fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895 by Giampaolo Rodola' · 12 years ago
  29. 0c8ad61 fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895 by Giampaolo Rodola' · 12 years ago
  30. 0ee84e0 Issue #16955: Fix the poll() method for multiprocessing's socket by Richard Oudkerk · 12 years ago
  31. ed9e06c Issue #16955: Fix the poll() method for multiprocessing's socket by Richard Oudkerk · 12 years ago
  32. b4f39e8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  33. 5051ca8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  34. 5e844c8 Fix issue 10527: make multiprocessing use poll() instead of select() if available. by Giampaolo Rodola' · 12 years ago
  35. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  36. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  37. b15e622 Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  38. 4887b1c Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. by Richard Oudkerk · 12 years ago
  39. d69cfe8 Issue #15064: Implement context manager protocol for multiprocessing types by Richard Oudkerk · 12 years ago
  40. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  41. 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 12 years ago
  42. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  43. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  44. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  45. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  46. df97cbe Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. by Antoine Pitrou · 12 years ago
  47. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  48. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  49. 93bba8f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  50. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  51. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
  52. ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 13 years ago
  53. edc67fe Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
  54. 992ca52 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
  55. e6eabd4 Issue #13215: multiprocessing.Connection: don't hammer the remote end with by Charles-François Natali · 13 years ago
  56. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  57. 225aa4f Issue #12996: multiprocessing.connection: transmit the header in network byte by Charles-François Natali · 13 years ago
  58. 6000120 Add comment by Antoine Pitrou · 13 years ago
  59. 71a28a9 Rebind locally the globals which can be looked up at shutdown by Antoine Pitrou · 13 years ago
  60. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  61. 5aa878c os.dup()-then-close() can be replaced with detach() by Antoine Pitrou · 13 years ago
  62. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  63. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  64. 2b69506 Issue #10816: multiprocessing.SocketClient() closes the socket on error by Victor Stinner · 14 years ago
  65. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  66. a6a3274 Fix #9513 to remove relative imports from multiprocessing. by Brian Curtin · 14 years ago
  67. 45d61a3 Merged revisions 76245 via svnmerge from by Antoine Pitrou · 15 years ago
  68. c5d28a0 Merge 70717 to 30maint by Jesse Noller · 16 years ago
  69. 5d6415e Merged revisions 66023 via svnmerge from by Neal Norwitz · 16 years ago
  70. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  71. 734e268 Merged revisions 65437,65469,65476,65480,65502,65528,65539,65543,65558,65561-65562,65565,65591,65601,65608,65610,65639 via svnmerge from by Georg Brandl · 16 years ago
  72. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  73. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 16 years ago
  74. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago