- 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 6 years ago
- 3191391 bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) by Serhiy Storchaka · 6 years ago
- d53fe5f bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) by Serhiy Storchaka · 6 years ago
- e895de3 bpo-35813: Tests and docs for shared_memory (#11816) by Davin Potts · 6 years ago
- e5ef45b bpo-35813: Added shared_memory submodule of multiprocessing. (#11664) by Davin Potts · 6 years ago
- 4c49da0 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) by Zackery Spytz · 6 years ago
- 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
- 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 7 years ago
- 828ca59 bpo-31653: Remove deadcode in semlock_acquire() (#4091) by Victor Stinner · 7 years ago
- c872d39 bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphore immediately (#4078) by Antoine Pitrou · 7 years ago
- 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 8 years ago
- aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 8 years ago
- 408bfa6 Issue #28152: Fix -Wunreachable-code warning on clang by Victor Stinner · 8 years ago
- ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
- bd8b443 Issue #27591: Merge from 3.5 by Berker Peksag · 8 years ago
- 1fd497e Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false by Berker Peksag · 8 years ago
- 1a269d0 Issue #26924: Fix Windows buildbots by Berker Peksag · 9 years ago
- 0ce9cd9 Issue #26924: Do not define _multiprocessing.sem_unlink under Android by Berker Peksag · 9 years ago
- e0e6581 Issue #21704: Fix build error for _multiprocessing when semaphores by Richard Oudkerk · 10 years ago
- b988ee0 Fix conversion from Py_ssize_t to int. by Richard Oudkerk · 11 years ago
- 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
- 640c35c Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros by Victor Stinner · 12 years ago
- 94fd53b - Fix typos in the multiprocessing module. by doko@ubuntu.com · 12 years ago
- 9df891c - Fix typos in the multiprocessing module. by doko@ubuntu.com · 12 years ago
- c8c6563 Replace WaitForMultipleObjects with WaitForMultipleObjectEx, by Martin v. Löwis · 12 years ago
- b26a9b1 Replace WaitForSingleObject with WaitForSingleObjectEx, by Martin v. Löwis · 12 years ago
- 950fab0 Issue #9586: Merge. by Richard Oudkerk · 12 years ago
- 9b45993 Issue #9586: Merge by Richard Oudkerk · 12 years ago
- 9866231 Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. by Richard Oudkerk · 12 years ago
- 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
- 8fb9f4c Get rid of circular import and eliminate unprefixed exported symbols by Richard Oudkerk · 12 years ago
- 197651b Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 13 years ago
- 26cdf1f Make multiprocessing's shared memory use memoryview instead of raw pointer by Richard Oudkerk · 13 years ago
- 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 13 years ago
- 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 13 years ago
- 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 13 years ago
- bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
- a03422f Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. by Stefan Krah · 13 years ago
- ed4a8fc Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection by Charles-François Natali · 13 years ago
- 7e447c8 Fix compilation warning on Windows by Amaury Forgeot d'Arc · 13 years ago
- ab0e9f7 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 13 years ago
- c345ce1 Issue #10350: Read and save errno before calling a function which might overwrite it. by Antoine Pitrou · 13 years ago
- 10db4de Issue #4028: Make multiprocessing build on SunOS. by Charles-François Natali · 13 years ago
- 6dd381e Issue #12328: Under Windows, refactor handling of Ctrl-C events and by Antoine Pitrou · 13 years ago
- dc863dd Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. by Charles-François Natali · 13 years ago
- 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
- 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
- ab7060e Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
- bbd8bec Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana by Jesus Cea · 13 years ago
- 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
- bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
- dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 14 years ago
- 2341f9b Remove dead code from _multiprocessing by Antoine Pitrou · 14 years ago
- 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 14 years ago
- b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 14 years ago
- c7f4af4 Fix compiler warnings about formatting pid_t as an int, by always casting to long. by Georg Brandl · 14 years ago
- 223f091 fix strict aliasing warnings by Benjamin Peterson · 14 years ago
- 68e0135 Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined by Gregory P. Smith · 14 years ago
- ec78d0a Merged revisions 81692 via svnmerge from by Martin v. Löwis · 15 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- a614f04 Merged revisions 76432,76558 via svnmerge from by Mark Dickinson · 15 years ago
- b8e138a Revert last change, which was incorrect. by Kristján Valur Jónsson · 15 years ago
- 8c4f417 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 15 years ago
- 4962d75 Merged revisions 73767 via svnmerge from by Jesus Cea · 15 years ago
- 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 16 years ago
- 4b413d3 Merged revisions 70953 via svnmerge from by Jesse Noller · 16 years ago
- a931404 Merged revisions 70908 via svnmerge from by Jesse Noller · 16 years ago
- f8d0085 merge 70783 to py3k by Jesse Noller · 16 years ago
- e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
- 7edf129 merge r68787 to py3k by Jesse Noller · 16 years ago
- 6214edd merge r68768 to py3k by Jesse Noller · 16 years ago
- 4469d0c Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-67424,67432,67440-67441,67444-67445,67454-67455,67457-67458 via svnmerge from by Benjamin Peterson · 16 years ago
- b37509b Merged revisions 67098 via svnmerge from by Martin v. Löwis · 16 years ago
- 245c70b Merged revisions 66377 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 338f578 merge 66184 to fix issue3110 to py3k by Jesse Noller · 16 years ago
- 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
- 7d5dd8a Merged revisions 65385 via svnmerge from by Benjamin Peterson · 16 years ago
- 91639e0 Merge 65376 into 3k, fix for issue 3399 by Jesse Noller · 16 years ago
- fa26803 fix multiprocessing line endings in py3k by Benjamin Peterson · 17 years ago
- af065c3 Merged revisions 64223-64224 via svnmerge from by Benjamin Peterson · 17 years ago
- ea6d58d Correctly export the module init function. Needed on Windows. by Amaury Forgeot d'Arc · 17 years ago
- 245671c Adaptation to py3k. by Amaury Forgeot d'Arc · 17 years ago
- e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 17 years ago