Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bd5b9a074241c6146bdcacef9a1e84f48c7c8d8a
/
Modules
/
_multiprocessing
/
multiprocessing.c
e0e6581
Issue #21704: Fix build error for _multiprocessing when semaphores
by Richard Oudkerk
· 11 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
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
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
26cdf1f
Make multiprocessing's shared memory use memoryview instead of raw pointer
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
7e447c8
Fix compilation warning on Windows
by Amaury Forgeot d'Arc
· 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
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
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
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
965ce87
Merged revisions 70908,70939,71009,71022,71036 via svnmerge from
by Benjamin Peterson
· 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
e711caf
Merged revisions 64104,64117 via svnmerge from
by Benjamin Peterson
· 17 years ago