1. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  2. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  3. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  4. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  5. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  6. df97cbe Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. by Antoine Pitrou · 12 years ago
  7. 5c73e8e Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  8. 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  9. 93bba8f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  10. 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 12 years ago
  11. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  12. ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 13 years ago
  13. edc67fe Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
  14. 992ca52 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 13 years ago
  15. e6eabd4 Issue #13215: multiprocessing.Connection: don't hammer the remote end with by Charles-François Natali · 13 years ago
  16. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  17. 225aa4f Issue #12996: multiprocessing.connection: transmit the header in network byte by Charles-François Natali · 13 years ago
  18. 6000120 Add comment by Antoine Pitrou · 13 years ago
  19. 71a28a9 Rebind locally the globals which can be looked up at shutdown by Antoine Pitrou · 13 years ago
  20. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  21. 5aa878c os.dup()-then-close() can be replaced with detach() by Antoine Pitrou · 13 years ago
  22. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  23. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  24. 2b69506 Issue #10816: multiprocessing.SocketClient() closes the socket on error by Victor Stinner · 14 years ago
  25. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  26. a6a3274 Fix #9513 to remove relative imports from multiprocessing. by Brian Curtin · 14 years ago
  27. 45d61a3 Merged revisions 76245 via svnmerge from by Antoine Pitrou · 15 years ago
  28. c5d28a0 Merge 70717 to 30maint by Jesse Noller · 15 years ago
  29. 5d6415e Merged revisions 66023 via svnmerge from by Neal Norwitz · 16 years ago
  30. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  31. 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
  32. 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
  33. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 16 years ago
  34. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago