aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/multiprocessing/connection.py
Commit message (Expand)AuthorAge
* gh-131233: remove return-in-finally in multiprocessing/connection.py (#131416)Irit Katriel2025-03-21
* remove type annotations from multiprocessing. (#129381)Gregory P. Smith2025-01-30
* Add the missing `f` on an f-string error message in multiprocessing. (GH-127462)Gregory P. Smith2024-12-01
* gh-97514: Authenticate the forkserver control socket. (GH-99309)Gregory P. Smith2024-11-20
* gh-121313: multiprocessing: simplify by increasing the connection buffer size...Inada Naoki2024-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 Brito2024-02-27
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-13
* gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is mi...Hood Chatham2024-02-11
* gh-109370: Fix unexpected traceback output in test_concurrent_futures (GH-109...Serhiy Storchaka2023-09-26
* gh-107219: Fix concurrent.futures terminate_broken() (#109244)Victor Stinner2023-09-11
* gh-61460: Stronger HMAC in multiprocessing (#20380)Christian Heimes2023-05-20
* gh-61460: Add a comment describing the multiprocessing.connection protocol (g...Gregory P. Smith2022-11-20
* gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501)Gregory P. Smith2022-10-20
* GH-91355: micro-optimize Connection.send_bytes() method (gh-32247)Ma Lin2022-05-03
* Fix typos in multiple files (GH-26689)Binbin2021-06-12
* bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)Pablo Galindo2020-03-09
* bpo-17560: Too small type for struct.pack/unpack in mutliprocessing.Connectio...Alexander Buchkovsky2018-11-06
* bpo-34054: multiprocessing uses time.monotonic() (GH-8118)Victor Stinner2018-07-06
* bpo-5001: More-informative multiprocessing error messages (#3079)Allen W. Smith, Ph.D2017-08-30
* bpo-29776: Use decorator syntax for properties. (#585)Serhiy Storchaka2017-03-19
* Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-09
* Issue #25899: Converted non-ASCII characters in docstrings and manpageSerhiy Storchaka2015-12-18
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-10
|\
| * Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-10
* | Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...Steve Dower2015-03-02
|\|
| * Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...Steve Dower2015-03-02
* | Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-07
* | Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-05
|\|
| * Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-05
* | Simplify code in multiprocessing.Connection.send_bytes().Antoine Pitrou2014-07-31
|/
* do not generate pipe names in the temporary dirBenjamin Peterson2014-04-14
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* Issue #20978: pyflakes: fix undefined namesVictor Stinner2014-03-20
* Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...Antoine Pitrou2014-02-08
|\
| * Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a m...Antoine Pitrou2014-02-08
* | Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMACChristian Heimes2013-11-20
* | Issue #18934: Use poll/select-based selectors for multiprocessing.Connection,Charles-François Natali2013-09-08
* | Issue #18934: multiprocessing: use selectors module.Charles-François Natali2013-09-05
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-28
* | Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-14
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* | Issue #17097: Merge.Richard Oudkerk2013-07-01
|\|
| * Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-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 useBrett Cannon2013-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 Natali2013-03-24
* | fix for previous commit related to issue 10527 which didn't have the intended...Giampaolo Rodola'2013-01-14