| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833) | Christian Heimes | 2021-11-29 | 4 | -11/+84 |
|
|
* | bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) | Victor Stinner | 2020-12-01 | 1 | -1/+1 |
|
|
* | bpo-1635741: Port _posixshmem extension module to multiphase initialization (... | Christian Heimes | 2020-11-19 | 1 | -13/+9 |
|
|
* | bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880) | Christian Heimes | 2020-10-22 | 1 | -1/+0 |
|
|
* | bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378) | Mohamed Koubaa | 2020-08-11 | 1 | -42/+60 |
|
|
* | bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245) | Zackery Spytz | 2020-07-12 | 5 | -94/+797 |
|
|
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 1 | -11/+1 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+0 |
|
|
* | bpo-39511: Fix multiprocessing semlock_acquire() (GH-18298) | Victor Stinner | 2020-02-01 | 1 | -10/+11 |
|
|
* | Remove some unused defines in multiprocessing.h. (GH-15661) | Sergey Fedoseev | 2019-09-07 | 1 | -10/+0 |
|
|
* | bpo-37034: Display argument name on errors with keyword arguments with Argume... | Rémi Lapeyre | 2019-08-29 | 1 | -3/+3 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 1 | -7/+48 |
|
|
* | bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) | Serhiy Storchaka | 2019-03-13 | 1 | -1/+1 |
|
|
* | bpo-35813: Tests and docs for shared_memory (#11816) | Davin Potts | 2019-02-24 | 2 | -668/+167 |
|
|
* | bpo-35813: Added shared_memory submodule of multiprocessing. (#11664) | Davin Potts | 2019-02-02 | 1 | -0/+724 |
|
|
* | bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-... | Zackery Spytz | 2018-12-07 | 1 | -3/+6 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) | Serhiy Storchaka | 2018-11-27 | 1 | -2/+2 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -5/+5 |
|
|
* | bpo-31653: Remove deadcode in semlock_acquire() (#4091) | Victor Stinner | 2017-10-23 | 1 | -4/+4 |
|
|
* | bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphor... | Antoine Pitrou | 2017-10-22 | 1 | -10/+20 |
|
|
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | Serhiy Storchaka | 2017-04-16 | 2 | -4/+4 |
|
|
* | bpo-6532: Make the thread id an unsigned integer. (#781) | Serhiy Storchaka | 2017-03-23 | 1 | -1/+1 |
|
|
* | Issue #28152: Fix -Wunreachable-code warning on clang | Victor Stinner | 2016-12-05 | 1 | -2/+5 |
|
|
* | require a long long data type (closes #27961) | Benjamin Peterson | 2016-09-06 | 1 | -1/+1 |
|
|
* | Issue #27591: Merge from 3.5 | Berker Peksag | 2016-07-23 | 1 | -0/+3 |
|\ |
|
| * | Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false | Berker Peksag | 2016-07-23 | 1 | -0/+3 |
|
|
* | | Issue #26924: Fix Windows buildbots | Berker Peksag | 2016-05-07 | 1 | -1/+1 |
|
|
* | | Issue #26924: Do not define _multiprocessing.sem_unlink under Android | Berker Peksag | 2016-05-07 | 1 | -1/+1 |
|/ |
|
* | Issue #21704: Fix build error for _multiprocessing when semaphores | Richard Oudkerk | 2014-07-28 | 1 | -0/+2 |
|
|
* | Fix conversion from Py_ssize_t to int. | Richard Oudkerk | 2013-09-07 | 1 | -2/+4 |
|
|
* | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 | 3 | -14/+66 |
|
|
* | Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros | Victor Stinner | 2013-06-04 | 1 | -9/+0 |
|
|
* | - Fix typos in the multiprocessing module. | doko@ubuntu.com | 2013-05-15 | 1 | -1/+1 |
|\ |
|
| * | - Fix typos in the multiprocessing module. | doko@ubuntu.com | 2013-05-15 | 1 | -1/+1 |
|
|
* | | Replace WaitForMultipleObjects with WaitForMultipleObjectEx, | Martin v. Löwis | 2013-01-25 | 1 | -1/+1 |
|
|
* | | Replace WaitForSingleObject with WaitForSingleObjectEx, | Martin v. Löwis | 2013-01-25 | 1 | -2/+2 |
|
|
* | | Issue #9586: Merge. | Richard Oudkerk | 2013-01-01 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Issue #9586: Merge | Richard Oudkerk | 2013-01-01 | 1 | -0/+7 |
| |\ |
|
| | * | Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy. | Richard Oudkerk | 2013-01-01 | 1 | -0/+7 |
|
|
| | * | Issue #10133: Make multiprocessing deallocate buffer if socket read fails. | Richard Oudkerk | 2012-06-11 | 1 | -13/+16 |
|
|
| | * | Fix for issue 14725 for 3.2 branch | Richard Oudkerk | 2012-05-05 | 1 | -0/+1 |
|
|
* | | | Issue #16719: Get rid of WindowsError. Use OSError instead | Andrew Svetlov | 2012-12-19 | 1 | -2/+2 |
|
|
* | | | Get rid of circular import and eliminate unprefixed exported symbols | Richard Oudkerk | 2012-10-07 | 3 | -26/+15 |
|/ / |
|
* | | Make multiprocessing's shared memory use memoryview instead of raw pointer | Richard Oudkerk | 2012-05-26 | 1 | -17/+0 |
|
|
* | | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" | Richard Oudkerk | 2012-04-30 | 2 | -2/+4 |
|
|
* | | Issue #11750: The Windows API functions scattered in the _subprocess and | Antoine Pitrou | 2012-04-18 | 2 | -834/+72 |
|
|
* | | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. | Antoine Pitrou | 2012-03-05 | 1 | -27/+42 |
|
|
* | | Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. | Stefan Krah | 2012-02-27 | 1 | -1/+4 |
|
|
* | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection | Charles-François Natali | 2012-02-08 | 1 | -0/+1 |
|
|