summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/multiprocessing.c
Commit message (Expand)AuthorAgeFilesLines
* GH-94382: port multiprocessing static types to heap types (#94336)Kumar Aditya2022-07-201-22/+29
* gh-94512: Fix forced arg format in AC-processed multiprocessing (GH-94517)Oleg Iarygin2022-07-041-1/+9
* bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)Christian Heimes2021-11-291-2/+1
* bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880)Christian Heimes2020-10-221-1/+0
* bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)Mohamed Koubaa2020-08-111-42/+60
* bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)Zackery Spytz2020-07-121-24/+68
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-3/+3
* Issue #28152: Fix -Wunreachable-code warning on clangVictor Stinner2016-12-051-2/+5
* Issue #26924: Fix Windows buildbotsBerker Peksag2016-05-071-1/+1
* Issue #26924: Do not define _multiprocessing.sem_unlink under AndroidBerker Peksag2016-05-071-1/+1
* Issue #21704: Fix build error for _multiprocessing when semaphoresRichard Oudkerk2014-07-281-0/+2
* Fix conversion from Py_ssize_t to int.Richard Oudkerk2013-09-071-2/+4
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-0/+1
* - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-1/+1
|\
| * - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-1/+1
* | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-2/+2
* | Get rid of circular import and eliminate unprefixed exported symbolsRichard Oudkerk2012-10-071-15/+6
|/
* Make multiprocessing's shared memory use memoryview instead of raw pointerRichard Oudkerk2012-05-261-17/+0
* Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-301-1/+2
* Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-181-11/+72
* Fix compilation warning on WindowsAmaury Forgeot d'Arc2011-12-171-1/+1
* Issue #12328: Under Windows, refactor handling of Ctrl-C events andAntoine Pitrou2011-11-211-35/+0
* Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python.Charles-François Natali2011-09-241-127/+1
* Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-211-0/+11
|\
| * Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-211-0/+11
| * Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndianaJesus Cea2011-09-101-11/+23
* | Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndianaJesus Cea2011-09-101-11/+23
* | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-231-2/+2
|\ \ | |/
| * Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-231-2/+2
* | Remove dead code from _multiprocessingAntoine Pitrou2011-05-091-11/+1
* | Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-091-23/+0
|/
* fix strict aliasing warningsBenjamin Peterson2010-10-171-2/+2
* Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is definedGregory P. Smith2010-10-171-2/+13
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-210/+210
* Merged revisions 76432,76558 via svnmerge fromMark Dickinson2009-11-281-2/+3
* Merged revisions 70908,70939,71009,71022,71036 via svnmerge fromBenjamin Peterson2009-04-051-1/+7
* fix multiprocessing line endings in py3kBenjamin Peterson2008-06-131-328/+328
* Merged revisions 64223-64224 via svnmerge fromBenjamin Peterson2008-06-131-6/+12
* Correctly export the module init function. Needed on Windows.Amaury Forgeot d'Arc2008-06-111-1/+1
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+322