1. f004d9d Merged revisions 73206,73232,73299,73683,74020,74185,74544,74643,74647,74817,74838-74839,74865,74946,75402,75459,75604,75696 via svnmerge from by Georg Brandl · 16 years ago
  2. 894dff4 Merged revisions 74903 via svnmerge from by Georg Brandl · 16 years ago
  3. ce14c09 Merge fix for 4660 back to 26 maint by Jesse Noller · 16 years ago
  4. 17438dc Merged revisions 73708,73738 via svnmerge from by R. David Murray · 16 years ago
  5. 8b56d47 Merged revisions 68915 via svnmerge from by Jesse Noller · 16 years ago
  6. 61e9b35 merge 70792 to 26 maint by Jesse Noller · 16 years ago
  7. b48cfa6 Merge 70717 to 26maint by Jesse Noller · 16 years ago
  8. 7fd6068 Merged revisions 68737 via svnmerge from by Benjamin Peterson · 16 years ago
  9. afd7eaa Merged revisions 68708 via svnmerge from by Benjamin Peterson · 17 years ago
  10. 5c7f8fb Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,67463 via svnmerge from by Georg Brandl · 17 years ago
  11. d209460 Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,67355,67359,67362,67364,67367-67368,67370 via svnmerge from by Georg Brandl · 17 years ago
  12. 37040cd issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller by Jesse Noller · 17 years ago
  13. ffb3cca use the new threading properties for multiprocessing (reviewed by Jesse #3927) by Benjamin Peterson · 17 years ago
  14. f7feaec revert r66114 for Jesse by Benjamin Peterson · 17 years ago
  15. 27cc8e1 Submit Nick's patch for issue 3589, reviewed by jnoller by Jesse Noller · 17 years ago
  16. 0c519b3 Fix problem reported by pychecker where AuthenticationError wasn't imported. by Neal Norwitz · 17 years ago
  17. 5bc9f4c issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. by Jesse Noller · 17 years ago
  18. 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 17 years ago
  19. a9b2222 change a few uses of the threading APIs by Benjamin Peterson · 17 years ago
  20. 5d35373 Fix the connection refused error part of issue 3419, use errno module instead of a static list of possible connection refused messages. by Jesse Noller · 17 years ago
  21. f8d62d2 Remove the fqdn call for issue 3270 by Jesse Noller · 17 years ago
  22. 9752195 Docstring typo by Mark Dickinson · 17 years ago
  23. 13e9d58 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 by Jesse Noller · 17 years ago
  24. 9949d6e Revert 3270 patch: self._address is in pretty widespread use, need to revisit by Jesse Noller · 17 years ago
  25. 9ace15c multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 by Jesse Noller · 17 years ago
  26. 80821f7 fix isSet in _exposed by Benjamin Peterson · 17 years ago
  27. 0adfd93 use the new API by Benjamin Peterson · 17 years ago
  28. 2648008 get rid of 2.6/3.0 switch statements in multiprocessing by Benjamin Peterson · 17 years ago
  29. b09c939 use byte literals in multiprocessing by Benjamin Peterson · 17 years ago
  30. aa164e1 remove bytes alias in multiprocessing by Benjamin Peterson · 17 years ago
  31. 7f03ea7 darn! I converted half of the files the wrong way. by Benjamin Peterson · 17 years ago
  32. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 17 years ago
  33. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  34. e605e4f fix import of multiprocessing by juggling imports by Benjamin Peterson · 17 years ago
  35. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago