Jesse Noller
|
b814d6a704
|
Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou
|
2008-09-03 18:10:30 +00:00 |
Martin v. Löwis
|
f91d46a17d
|
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
by denying s# to parse objects that have a releasebuffer procedure,
and introducing s*.
More module might need to get converted to use s*.
|
2008-08-12 14:49:50 +00:00 |
Benjamin Peterson
|
8df0e4ffc3
|
fix compile error on Windows
|
2008-08-02 03:11:16 +00:00 |
Jesse Noller
|
1299e36a70
|
Submit fix for issue3393: Memory corruption in multiprocessing module
|
2008-08-01 19:46:50 +00:00 |
Benjamin Peterson
|
dfd79494ce
|
convert multiprocessing to unix line endings
|
2008-06-13 19:13:39 +00:00 |
Georg Brandl
|
e1f6646d68
|
Typo.
|
2008-06-13 07:08:48 +00:00 |
Georg Brandl
|
6d53e7e69c
|
#3095: don't leak values from Py_BuildValue.
|
2008-06-13 06:56:50 +00:00 |
Benjamin Peterson
|
190d56e009
|
add the multiprocessing package to fulfill PEP 371
|
2008-06-11 02:40:25 +00:00 |