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.h
Commit message (
Expand
)
Author
Age
*
gh-108765: multiprocessing.h includes <unistd.h> (#108823)
Victor Stinner
2023-09-02
*
gh-108623: Fix compile warning in `Modules/_multiprocessing/semaphore.c` (#10...
Nikita Sobolev
2023-08-29
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
*
GH-94382: port multiprocessing static types to heap types (#94336)
Kumar Aditya
2022-07-20
*
bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)
Christian Heimes
2021-11-29
*
bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)
Zackery Spytz
2020-07-12
*
Remove some unused defines in multiprocessing.h. (GH-15661)
Sergey Fedoseev
2019-09-07
*
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-05
*
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
*
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Victor Stinner
2013-06-04
*
Get rid of circular import and eliminate unprefixed exported symbols
Richard Oudkerk
2012-10-07
*
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
*
Remove dead code from _multiprocessing
Antoine Pitrou
2011-05-09
*
Issue #11743: Rewrite multiprocessing connection classes in pure Python.
Antoine Pitrou
2011-05-09
*
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
*
Merged revisions 81692 via svnmerge from
Martin v. Löwis
2010-06-04
*
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 73767 via svnmerge from
Jesus Cea
2009-07-02
*
Merged revisions 70908,70939,71009,71022,71036 via svnmerge from
Benjamin Peterson
2009-04-05
*
Merged revisions 70953 via svnmerge from
Jesse Noller
2009-04-01
*
Merged revisions 67098 via svnmerge from
Martin v. Löwis
2008-11-04
*
Merged revisions 66377 via svnmerge from
Amaury Forgeot d'Arc
2008-09-10
*
merge 66184 to fix issue3110 to py3k
Jesse Noller
2008-09-03
*
fix multiprocessing line endings in py3k
Benjamin Peterson
2008-06-13
*
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson
2008-06-11