COMMITS
/ Lib/multiprocessing/managers.py April 8, 2025
S
gh-115942: Add `locked` to several multiprocessing locks (#115944)
sobolevn committed
February 23, 2025
November 13, 2024
P
gh-71936: Fix race condition in multiprocessing.Pool (GH-124973)
Petr Viktorin committed
November 5, 2024
S
gh-126417: Register multiprocessing proxy types to an appropriate collections.abc class (#126419)
Stephen Morton committed
May 20, 2024
R
gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)
Roy Hyunjin Han committed
January 13, 2024
R
gh-101225: Increase the socket backlog when creating a multiprocessing.connection.Listener (#113567)
Ronald Oussoren committed
November 10, 2023
N
gh-107431: Make `multiprocessing.managers.{DictProxy,ListProxy}` generic (#107433)
Nikita Sobolev committed
August 11, 2023
A
gh-106558: break ref cycles through exceptions in multiprocessing manager (#106559)
Andrew Geng committed
October 4, 2022
K
gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817)
Koki Saito committed
April 19, 2022
V
gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)
Victor Stinner committed
February 3, 2022
N
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev committed
August 9, 2021
Z
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
Zackery Spytz committed
July 13, 2021
E
Remove unnecessary pass statements (GH-27103)
Elisha Hollander committed
July 2, 2021
F
bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341)
finefoot committed
April 16, 2021
V
bpo-43867: multiprocessing Server catchs SystemExit (GH-25441)
Victor Stinner committed
April 18, 2020
G
Fix two typos in multiprocessing (GH-19571)
Galden committed
April 10, 2020
B
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya committed
March 9, 2020
P
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)
Pablo Galindo committed
November 19, 2019
June 5, 2019
S
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
May 13, 2019
P
bpo-36867: Create the resource_tracker before launching SharedMemoryManagers (GH-13276)
Pierre Glaser committed
May 10, 2019
P
bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483)
Pierre Glaser committed
May 6, 2019
S
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka committed
April 1, 2019
S
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka committed
February 24, 2019
D
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts committed
February 12, 2019
R
bpo-35918: Remove broken has_key method and add test (#11819)
Rémi Lapeyre committed
September 17, 2018
S
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
Serhiy Storchaka committed
July 6, 2018
V
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
Victor Stinner committed
August 29, 2017
A
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D committed
August 12, 2017
A
bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/managers.py (#3078)
Allen W. Smith, Ph.D committed
July 4, 2017
A
bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480)
Antoine Pitrou committed
March 19, 2017
S
bpo-29776: Use decorator syntax for properties. (#585)
Serhiy Storchaka committed
September 9, 2016
D
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts committed
September 8, 2016
September 7, 2016
D
Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting
Davin Potts committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
May 25, 2014
C
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
Charles-François Natali committed
March 23, 2014
R
Issue #20980: Stop wrapping exception when using ThreadPool.
Richard Oudkerk committed
October 16, 2013
R
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed
July 2, 2013
R
Issue #17261: Ensure multiprocessing's proxies use proper address.
Richard Oudkerk committed
R
Issue #17261: Ensure multiprocessing's proxies use proper address.
Richard Oudkerk committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
June 18, 2012
R
Issue #15064: Make BaseManager.__enter__() start server if necessary.
Richard Oudkerk committed
June 15, 2012
R
Increase timeout used when waiting for manager to shutdown cleanly
Richard Oudkerk committed
R
Issue #14059: Implement multiprocessing.Barrier
Richard Oudkerk committed
June 14, 2012
R
Issue #13841: Make child processes exit using sys.exit() on Windows
Richard Oudkerk committed