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
/
Lib
/
multiprocessing
/
connection.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109...
Serhiy Storchaka
2023-09-26
1
-2/+1
*
gh-107219: Fix concurrent.futures terminate_broken() (#109244)
Victor Stinner
2023-09-11
1
-0/+18
*
gh-61460: Stronger HMAC in multiprocessing (#20380)
Christian Heimes
2023-05-20
1
-31/+151
*
gh-61460: Add a comment describing the multiprocessing.connection protocol (g...
Gregory P. Smith
2022-11-20
1
-0/+68
*
gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501)
Gregory P. Smith
2022-10-20
1
-5/+0
*
GH-91355: micro-optimize Connection.send_bytes() method (gh-32247)
Ma Lin
2022-05-03
1
-3/+2
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-13
1
-1/+1
*
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)
Pablo Galindo
2020-03-09
1
-2/+8
*
bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connectio...
Alexander Buchkovsky
2018-11-06
1
-10/+20
*
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Victor Stinner
2018-07-06
1
-4/+4
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-29
1
-2/+6
*
bpo-29776: Use decorator syntax for properties. (#585)
Serhiy Storchaka
2017-03-19
1
-2/+7
*
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
-5/+10
|
\
|
*
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 #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
1
-2/+11
*
|
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
-1/+1
|
\
\
|
|
/
|
*
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
1
-1/+1
*
|
Simplify code in multiprocessing.Connection.send_bytes().
Antoine Pitrou
2014-07-31
1
-9/+6
|
/
*
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-27
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-14
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
-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
-0/+21
|
\
\
|
|
/
|
*
Fix issue 10527: make multiprocessing use poll() instead of select() if avail...
Giampaolo Rodola'
2012-12-31
1
-0/+21
|
|
\
|
|
*
Fix issue 10527: make multiprocessing use poll() instead of select() if avail...
Giampaolo Rodola'
2012-12-31
1
-0/+21
|
|
*
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
Richard Oudkerk
2012-07-27
1
-0/+5
|
|
*
Fix for issue 14725 for 3.2 branch
Richard Oudkerk
2012-05-05
1
-1/+4
*
|
|
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
|
/
/
[next]