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
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue 5002: fix windows warning that I intro'ed with r68768
Jesse Noller
2009-01-20
1
-3/+1
*
Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...
Jesse Noller
2009-01-19
2
-2/+14
*
Move definition int sval into branch of ifdef where it is used.
Jeremy Hylton
2008-11-28
1
-1/+1
*
Issue #4204: Fixed module build errors on FreeBSD 4.
Martin v. Löwis
2008-11-04
1
-0/+2
*
#3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for
Amaury Forgeot d'Arc
2008-09-10
2
-4/+3
*
Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pi...
Jesse Noller
2008-09-03
1
-0/+11
*
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
Martin v. Löwis
2008-08-12
1
-6/+16
*
fix compile error on Windows
Benjamin Peterson
2008-08-02
1
-1/+1
*
Submit fix for issue3393: Memory corruption in multiprocessing module
Jesse Noller
2008-08-01
3
-19/+28
*
convert multiprocessing to unix line endings
Benjamin Peterson
2008-06-13
4
-870/+870
*
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
7
-0/+2187