index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_multiprocessing
/
multiprocessing.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-0/+1
*
- 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
*
|
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
1
-15/+6
|
/
*
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
1
-1/+2
*
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou
2012-04-18
1
-11/+72
*
Fix compilation warning on Windows
Amaury Forgeot d'Arc
2011-12-17
1
-1/+1
*
Issue #12328: Under Windows, refactor handling of Ctrl-C events and
Antoine Pitrou
2011-11-21
1
-35/+0
*
Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python.
Charles-François Natali
2011-09-24
1
-127/+1
*
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
1
-0/+11
|
\
|
*
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...
Jesus Cea
2011-09-21
1
-0/+11
|
*
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
Jesus Cea
2011-09-10
1
-11/+23
*
|
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
Jesus Cea
2011-09-10
1
-11/+23
*
|
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-2/+2
|
\
\
|
|
/
|
*
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-2/+2
*
|
Remove dead code from _multiprocessing
Antoine Pitrou
2011-05-09
1
-11/+1
*
|
Issue #11743: Rewrite multiprocessing connection classes in pure Python.
Antoine Pitrou
2011-05-09
1
-23/+0
|
/
*
fix strict aliasing warnings
Benjamin Peterson
2010-10-17
1
-2/+2
*
Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined
Gregory P. Smith
2010-10-17
1
-2/+13
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-210/+210
*
Merged revisions 76432,76558 via svnmerge from
Mark Dickinson
2009-11-28
1
-2/+3
*
Merged revisions 70908,70939,71009,71022,71036 via svnmerge from
Benjamin Peterson
2009-04-05
1
-1/+7
*
fix multiprocessing line endings in py3k
Benjamin Peterson
2008-06-13
1
-328/+328
*
Merged revisions 64223-64224 via svnmerge from
Benjamin Peterson
2008-06-13
1
-6/+12
*
Correctly export the module init function. Needed on Windows.
Amaury Forgeot d'Arc
2008-06-11
1
-1/+1
*
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson
2008-06-11
1
-0/+322