index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
connection.py
Commit message (
Expand
)
Author
Age
*
gh-131233: remove return-in-finally in multiprocessing/connection.py (#131416)
Irit Katriel
2025-03-21
*
remove type annotations from multiprocessing. (#129381)
Gregory P. Smith
2025-01-30
*
Add the missing `f` on an f-string error message in multiprocessing. (GH-127462)
Gregory P. Smith
2024-12-01
*
gh-97514: Authenticate the forkserver control socket. (GH-99309)
Gregory P. Smith
2024-11-20
*
gh-121313: multiprocessing: simplify by increasing the connection buffer size...
Inada Naoki
2024-09-02
*
gh-121313: Limit the reading size from pipes to their default buffer size on ...
Alexander P.
2024-08-30
*
bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)
Miguel Brito
2024-02-27
*
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...
Steve Dower
2024-02-13
*
gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is mi...
Hood Chatham
2024-02-11
*
gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109...
Serhiy Storchaka
2023-09-26
*
gh-107219: Fix concurrent.futures terminate_broken() (#109244)
Victor Stinner
2023-09-11
*
gh-61460: Stronger HMAC in multiprocessing (#20380)
Christian Heimes
2023-05-20
*
gh-61460: Add a comment describing the multiprocessing.connection protocol (g...
Gregory P. Smith
2022-11-20
*
gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501)
Gregory P. Smith
2022-10-20
*
GH-91355: micro-optimize Connection.send_bytes() method (gh-32247)
Ma Lin
2022-05-03
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-12
*
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)
Pablo Galindo
2020-03-09
*
bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connectio...
Alexander Buchkovsky
2018-11-06
*
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Victor Stinner
2018-07-06
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-30
*
bpo-29776: Use decorator syntax for properties. (#585)
Serhiy Storchaka
2017-03-19
*
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts
2016-09-09
*
Issue #25899: Converted non-ASCII characters in docstrings and manpage
Serhiy Storchaka
2015-12-18
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
|
\
|
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
*
|
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
|
\
|
|
*
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
*
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
*
|
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
|
\
|
|
*
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka
2014-12-05
*
|
Simplify code in multiprocessing.Connection.send_bytes().
Antoine Pitrou
2014-07-31
|
/
*
do not generate pipe names in the temporary dir
Benjamin Peterson
2014-04-14
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
*
Issue #20978: pyflakes: fix undefined names
Victor Stinner
2014-03-20
*
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...
Antoine Pitrou
2014-02-08
|
\
|
*
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...
Antoine Pitrou
2014-02-08
*
|
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
Christian Heimes
2013-11-20
*
|
Issue #18934: Use poll/select-based selectors for multiprocessing.Connection,
Charles-François Natali
2013-09-08
*
|
Issue #18934: multiprocessing: use selectors module.
Charles-François Natali
2013-09-05
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-28
*
|
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
*
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
*
|
Issue #17097: Merge.
Richard Oudkerk
2013-07-01
|
\
|
|
*
Issue #17097: Make multiprocessing ignore EINTR.
Richard Oudkerk
2013-07-01
|
*
Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...
Giampaolo Rodola'
2013-04-17
|
*
fix for previous commit related to issue 10527 which didn't have the intended...
Giampaolo Rodola'
2013-01-14
*
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
*
|
Fix issue #17707: multiprocessing.Queue's get() method does not block for sho...
Giampaolo Rodola'
2013-04-17
*
|
Issue #17025: Add dumps() and loads() to ForkingPickler.
Charles-François Natali
2013-03-24
*
|
fix for previous commit related to issue 10527 which didn't have the intended...
Giampaolo Rodola'
2013-01-14
[next]