Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b8a1a2707bb37eb68bc49b89d7eb00d9bb756b93
/
Modules
/
_multiprocessing
ca56dd4
Issue #28139: Fix messed up indentation
by Martin Panter
· 8 years ago
674a3cd
Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with
by Charles-François Natali
· 9 years ago
41072db
Issue #17097: Make multiprocessing ignore EINTR.
by Richard Oudkerk
· 11 years ago
9855249
- Fix typos in the multiprocessing module.
by doko@ubuntu.com
· 11 years ago
90b5d92
Issue #10527: Use poll() instead of select() for multiprocessing pipes
by Richard Oudkerk
· 12 years ago
7450a81
Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.
by Richard Oudkerk
· 12 years ago
926f58d
Issue #10133: Make multiprocessing deallocate buffer if socket read fails.
by Richard Oudkerk
· 12 years ago
9a16fa6
Fix for issue 14725 for 2.7 branch
by Richard Oudkerk
· 13 years ago
b275e2d
Issue #4028: Make multiprocessing build on SunOS.
by Charles-François Natali
· 13 years ago
c23484b
Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
by Jesus Cea
· 13 years ago
79e7c4e
Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana
by Jesus Cea
· 13 years ago
a1a8da8
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
by Antoine Pitrou
· 13 years ago
7e7a3a7
Merged revisions 85679 via svnmerge from
by Georg Brandl
· 14 years ago
a25fc1e
Merged revisions 85665 via svnmerge from
by Benjamin Peterson
· 14 years ago
95898c4
Fix compiler warning: module init functions do not return anything in 2.x.
by Georg Brandl
· 14 years ago
886a1cd
Merged revisions 85586-85587,85596-85598 via svnmerge from
by Gregory P. Smith
· 14 years ago
26eec58
Issue #8864: Define _XOPEN_SOURCE on Solaris for the multiprocessing module.
by Martin v. Löwis
· 14 years ago
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
7a4cd7e
Remove extraneous whitespace.
by Brett Cannon
· 15 years ago
5afa6d4
Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES
by Mark Dickinson
· 15 years ago
c4920e8
Issue #7272: Add configure test to detect whether sem_open works
by Mark Dickinson
· 15 years ago
8693214
multiprocessing doesn't compile in Solaris because a typo
by Jesus Cea
· 15 years ago
5053fbb
Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES
by Jesse Noller
· 16 years ago
b502bc7
Issue 3110: Additional protection for SEM_VALUE_MAX on platforms, thanks to Martin Loewis
by Jesse Noller
· 16 years ago
355b126
issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help
by Jesse Noller
· 16 years ago
c53306c
Fixed compile error on windows.
by Hirokazu Yamamoto
· 16 years ago
42f9b4e
Issue 5619: Pass MS CRT debug flags into subprocesses
by Jesse Noller
· 16 years ago
82eb590
merge in patch from tim golden to fix contextmanager support for mp.Lock()
by Jesse Noller
· 16 years ago
e8b619c
issue 5002: fix windows warning that I intro'ed with r68768
by Jesse Noller
· 16 years ago
9a5b2ad
Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check handle
by Jesse Noller
· 16 years ago
0d52182
Move definition int sval into branch of ifdef where it is used.
by Jeremy Hylton
· 16 years ago
bb86d83
Issue #4204: Fixed module build errors on FreeBSD 4.
by Martin v. Löwis
· 16 years ago
05e3449
#3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for
by Amaury Forgeot d'Arc
· 16 years ago
b814d6a
Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by pitrou
by Jesse Noller
· 16 years ago
f91d46a
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
by Martin v. Löwis
· 16 years ago
8df0e4f
fix compile error on Windows
by Benjamin Peterson
· 16 years ago
1299e36
Submit fix for issue3393: Memory corruption in multiprocessing module
by Jesse Noller
· 16 years ago
dfd7949
convert multiprocessing to unix line endings
by Benjamin Peterson
· 16 years ago
e1f6646
Typo.
by Georg Brandl
· 16 years ago
6d53e7e
#3095: don't leak values from Py_BuildValue.
by Georg Brandl
· 16 years ago
190d56e
add the multiprocessing package to fulfill PEP 371
by Benjamin Peterson
· 16 years ago