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 #4028: Make multiprocessing build on SunOS.
Charles-François Natali
2011-12-14
1
-1/+1
*
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
*
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-2/+2
*
Merged revisions 85665 via svnmerge from
Benjamin Peterson
2010-10-17
1
-2/+2
*
Fix compiler warning: module init functions do not return anything in 2.x.
Georg Brandl
2010-10-17
1
-1/+1
*
Merged revisions 85586-85587,85596-85598 via svnmerge from
Gregory P. Smith
2010-10-17
1
-2/+13
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-198/+198
*
Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES
Mark Dickinson
2009-11-28
1
-2/+2
*
Issue #7272: Add configure test to detect whether sem_open works
Mark Dickinson
2009-11-20
1
-2/+3
*
issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...
Jesse Noller
2009-04-02
1
-1/+7
*
convert multiprocessing to unix line endings
Benjamin Peterson
2008-06-13
1
-311/+311
*
Typo.
Georg Brandl
2008-06-13
1
-1/+1
*
#3095: don't leak values from Py_BuildValue.
Georg Brandl
2008-06-13
1
-6/+9
*
add the multiprocessing package to fulfill PEP 371
Benjamin Peterson
2008-06-11
1
-0/+308