COMMITS
/ Lib/multiprocessing/managers.py 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
June 11, 2012
R
Issue #3518: Remove references to non-existent BaseManager.from_address()
Richard Oudkerk committed
May 29, 2012
R
Remove __getslice__, __setslice__, __delslice__ methods from proxies
Richard Oudkerk committed
May 6, 2012
R
Make AcquirerProxy.acquire() support timeout argument
Richard Oudkerk committed
May 3, 2012
R
Fix dangling warning for test_multiprocessing
Richard Oudkerk committed
April 30, 2012
R
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk committed
April 17, 2012
C
Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.
Charles-François Natali committed
December 23, 2011
C
Issue #13565: Increase multiprocessing's server socket backlog, to avoid
Charles-François Natali committed
C
Issue #13565: Increase multiprocessing's server socket backlog, to avoid
Charles-François Natali committed
December 21, 2011
November 11, 2011
F
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed