summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-84559: improve What's New entry for `multiprocessing` startmethod c...Brian Schubert2025-07-281-0/+9
* [3.13] gh-132898: Add a note in `multiprocessing.Process` docs about creating...Miss Islington (bot)2025-07-271-8/+48
* [3.13] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136...Miss Islington (bot)2025-07-191-2/+7
* [3.13] gh-109070: Document that get_context in multiprocessing have side effe...Miss Islington (bot)2025-07-061-5/+7
* [3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms...Miss Islington (bot)2025-05-241-5/+5
* [3.13] Fix a few typos found in the docs (GH-127126) (GH-127181)Miss Islington (bot)2024-11-231-2/+2
* [3.13] gh-116622: Complete Android documentation (GH-124259) (#124395)Miss Islington (bot)2024-09-241-1/+1
* [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...Wei-Hsiang (Matt) Wang2024-09-021-5/+5
* [3.13] Delete stale note about mp.Lock.acquire/SIGINT (GH-120929) (GH-122078)Miss Islington (bot)2024-07-211-11/+0
* [3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on c...Miss Islington (bot)2024-07-141-0/+4
* [3.13] gh-73159 Added clarifications in multiprocessing docs on that objects ...Miss Islington (bot)2024-07-131-0/+10
* [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (G...Miss Islington (bot)2024-05-081-4/+4
* [3.13] docs: module page titles should not start with a link to themselves (G...Miss Islington (bot)2024-05-081-2/+2
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-281-1/+1
* Fix typo in multiprocessing docs (#115650)Naglis Jonaitis2024-02-191-1/+1
* gh-115664: Fix versionadded and versionchanged directives in multiprocessing....Serhiy Storchaka2024-02-191-15/+14
* gh-115652: Fix indentation in the documentation of multiprocessing.get_start_...Daniel Haag2024-02-191-5/+5
* gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)Hugo van Kemenade2024-02-121-2/+2
* Normalize heading underline in multiprocessing.rst (#114923)Skip Montanaro2024-02-031-26/+26
* gh-101100: Fix Sphinx warnings for `fileno` (#111118)Hugo van Kemenade2023-10-231-1/+1
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-111-13/+13
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-101-2/+9
* Remove unused imports in multiprocessing docs example (#109984)Albert Villanova del Moral2023-10-091-1/+0
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-011-4/+8
* gh-100228: Document the os.fork threads DeprecationWarning. (#109767)Gregory P. Smith2023-09-231-0/+6
* Fix typo in multiprocessing docs (#108666)kato89662023-08-301-1/+1
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-1/+1
* Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0...Hugo van Kemenade2023-04-221-3/+1
* Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (#...C.A.M. Gerlach2023-04-111-1/+3
* gh-100408: Fix a traceback in multiprocessing example (#100409)Serhiy Storchaka2023-04-051-4/+4
* gh-84559: Remove the new multiprocessing warning, too disruptive. (#101551)Gregory P. Smith2023-02-031-5/+6
* GH-84559: Deprecate fork being the multiprocessing default. (#100618)Gregory P. Smith2023-02-021-40/+64
* gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)Sam Ezeh2022-11-271-2/+6
* gh-85299: Add note warning about entry point guard for asyncio example (#93457)Stanley2022-10-161-0/+2
* gh-88355: Fix backslashes in AF_PIPE (#96543)cousteau2022-10-041-2/+2
* multiprocessing docs: Remove extra option ELLIPSIS from section with code (#9...Ivan Kapeykin2022-10-031-1/+0
* Fix capitalization of Unix in documentation (#96913)Will Hawkins2022-10-011-2/+2
* gh-96098: Clearly link concurrent.futures from threading & multiprocessing do...Nick Coghlan2022-08-211-0/+10
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-021-0/+2
* Fix incorrect directive in multiprocessing module documentation (GH-93517)oda-gitso2022-07-221-1/+1
* multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)Mariatta Wijaya2022-06-301-1/+1
* bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)Martin Fischer2022-05-191-0/+1
* bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...Géry Ogam2022-04-221-0/+3
* gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)Victor Stinner2022-04-191-1/+15
* bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)Charlie Zhao2022-02-261-1/+16
* Fix the signature of multiprocessing.set_executable (GH-31276)Géry Ogam2022-02-111-2/+2
* bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)John Marshall2022-01-181-2/+9
* bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...Nikita Sobolev2021-10-281-1/+2
* [docs] Use full names for time units (GH-28611)Serhiy Storchaka2021-09-291-1/+1
* [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)Sam Sneddon2021-09-231-1/+7