index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
connection.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts
2016-09-09
1
-4
/
+4
*
Issue #25899: Converted non-ASCII characters in docstrings and manpage
Serhiy Storchaka
2015-12-18
1
-1
/
+1
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-24
/
+9
|
\
|
*
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
1
-24
/
+9
|
|
\
|
|
*
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-Fran?ois Natali
2015-02-07
1
-15
/
+3
|
|
*
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-9
/
+6
|
|
|
\
|
|
|
*
Simplify code in multiprocessing.Connection.send_bytes().
Antoine Pitrou
2014-07-31
1
-9
/
+6
*
|
|
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-5
/
+10
|
/
/
/
*
|
|
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
1
-2
/
+11
|
/
/
*
|
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-1
/
+1
|
/
*
do not generate pipe names in the temporary dir
Benjamin Peterson
2014-04-14
1
-1
/
+1
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-1
/
+0
*
Issue #20978: pyflakes: fix undefined names
Victor Stinner
2014-03-20
1
-1
/
+1
*
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...
Antoine Pitrou
2014-02-08
1
-6
/
+16
|
\
|
*
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...
Antoine Pitrou
2014-02-08
1
-6
/
+16
*
|
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
Christian Heimes
2013-11-20
1
-2
/
+2
*
|
Issue #18934: Use poll/select-based selectors for multiprocessing.Connection,
Charles-Fran?ois Natali
2013-09-08
1
-1
/
+9
*
|
Issue #18934: multiprocessing: use selectors module.
Charles-Fran?ois Natali
2013-09-05
1
-35
/
+16
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-28
1
-2
/
+4
*
|
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
1
-20
/
+41
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1
/
+1
*
|
Issue #17097: Merge.
Richard Oudkerk
2013-07-01
1
-3
/
+15
|
\
\
|
|
/
|
*
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk
2013-07-01
1
-3
/
+15
|
*
Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...
Giampaolo Rodola'
2013-04-17
1
-1
/
+1
|
*
fix for previous commit related to issue 10527 which didn't have the intended...
Giampaolo Rodola'
2013-01-14
1
-23
/
+25
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
1
-1
/
+1
*
|
Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...
Giampaolo Rodola'
2013-04-17
1
-1
/
+1
*
|
Issue #17025: Add dumps() and loads() to ForkingPickler.
Charles-Fran?ois Natali
2013-03-24
1
-5
/
+2
*
|
fix for previous commit related to issue 10527 which didn't have the intended...
Giampaolo Rodola'
2013-01-14
1
-23
/
+25
*
|
Issue #16955: Fix the poll() method for multiprocessing's socket
Richard Oudkerk
2013-01-13
1
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
Fix issue 10527: make multiprocessing use poll() instead of select() if avail...
Giampaolo Rodola'
2012-12-31
1
-0
/
+21
|
|
\
|
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-7
/
+7
|
*
|
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov
2012-12-19
1
-1
/
+1
*
|
|
Issue #16955: Fix the poll() method for multiprocessing's socket
Richard Oudkerk
2013-01-13
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix issue 10527: make multiprocessing use poll() instead of select() if avail...
Giampaolo Rodola'
2012-12-31
1
-118
/
+541
|
\
\
|
|
/
|
*
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
1
-0
/
+5
|
*
Issue #15064: Implement context manager protocol for multiprocessing types
Richard Oudkerk
2012-06-18
1
-1
/
+17
|
*
Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
Richard Oudkerk
2012-05-10
1
-6
/
+1
|
*
Fix for Issue 14725 for 3.3 branch.
Richard Oudkerk
2012-05-05
1
-9
/
+17
|
*
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk
2012-04-30
1
-26
/
+1
|
*
Issue #4892: multiprocessing Connections can now be transferred over multipro...
Antoine Pitrou
2012-04-24
1
-2
/
+22
|
*
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou
2012-04-18
1
-62
/
+62
|
*
Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.
Antoine Pitrou
2012-04-07
1
-12
/
+3
|
*
Issue #14482: Raise a ValueError, not a NameError, when trying to create
Antoine Pitrou
2012-04-03
1
-0
/
+4
|
|
\
|
*
\
Issue #14151: Raise a ValueError, not a NameError, when trying to create
Antoine Pitrou
2012-04-01
1
-0
/
+9
|
|
\
\
|
*
|
|
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
Antoine Pitrou
2012-03-05
1
-112
/
+212
|
*
|
|
Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection
Charles-François Natali
2012-02-08
1
-3
/
+8
|
*
|
|
Issue #8184: Fix a potential file descriptor leak when a
Charles-François Natali
2012-02-04
1
-4
/
+8
|
*
|
|
Issue #13215: multiprocessing.Connection: don't hammer the remote end with
Charles-François Natali
2011-11-19
1
-15
/
+1
|
*
|
|
PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.
Antoine Pitrou
2011-10-12
1
-4
/
+4
[next]