index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Modules
/
_multiprocessing
/
multiprocessing.c
Commit message (
Expand
)
Author
Age
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
*
gh-71052: Fix several Android build issues (#115955)
Malcolm Smith
2024-02-29
*
gh-108494: Argument Clinic: inline parsing code for positional-only parameter...
Serhiy Storchaka
2023-09-03
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
*
GH-94382: port multiprocessing static types to heap types (#94336)
Kumar Aditya
2022-07-20
*
gh-94512: Fix forced arg format in AC-processed multiprocessing (GH-94517)
Oleg Iarygin
2022-07-04
*
bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)
Christian Heimes
2021-11-29
*
bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880)
Christian Heimes
2020-10-22
*
bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)
Mohamed Koubaa
2020-08-11
*
bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)
Zackery Spytz
2020-07-12
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
*
Issue #28152: Fix -Wunreachable-code warning on clang
Victor Stinner
2016-12-05
*
Issue #26924: Fix Windows buildbots
Berker Peksag
2016-05-07
*
Issue #26924: Do not define _multiprocessing.sem_unlink under Android
Berker Peksag
2016-05-07
*
Issue #21704: Fix build error for _multiprocessing when semaphores
Richard Oudkerk
2014-07-28
*
Fix conversion from Py_ssize_t to int.
Richard Oudkerk
2013-09-07
*
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
*
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
|
\
|
*
- Fix typos in the multiprocessing module.
doko@ubuntu.com
2013-05-15
*
|
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov
2012-12-19
*
|
Get rid of circular import and eliminate unprefixed exported symbols
Richard Oudkerk
2012-10-07
|
/
*
Make multiprocessing's shared memory use memoryview instead of raw pointer
Richard Oudkerk
2012-05-26
*
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk
2012-04-30
*
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou
2012-04-18
*
Fix compilation warning on Windows
Amaury Forgeot d'Arc
2011-12-17
*
Issue #12328: Under Windows, refactor handling of Ctrl-C events and
Antoine Pitrou
2011-11-21
*
Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python.
Charles-François Natali
2011-09-24
*
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
|
\
|
*
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
|
*
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
Jesus Cea
2011-09-10
*
|
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
Jesus Cea
2011-09-10
*
|
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
|
\
|
|
*
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
*
|
Remove dead code from _multiprocessing
Antoine Pitrou
2011-05-09
*
|
Issue #11743: Rewrite multiprocessing connection classes in pure Python.
Antoine Pitrou
2011-05-09
|
/
*
fix strict aliasing warnings
Benjamin Peterson
2010-10-17
*
Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined
Gregory P. Smith
2010-10-17
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
*
Merged revisions 76432,76558 via svnmerge from
Mark Dickinson
2009-11-28
*
Merged revisions 70908,70939,71009,71022,71036 via svnmerge from
Benjamin Peterson
2009-04-05
*
fix multiprocessing line endings in py3k
Benjamin Peterson
2008-06-13
*
Merged revisions 64223-64224 via svnmerge from
Benjamin Peterson
2008-06-13
*
Correctly export the module init function. Needed on Windows.
Amaury Forgeot d'Arc
2008-06-11
*
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson
2008-06-11