index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
multiprocessing.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111227)
Miss Islington (bot)
2023-10-23
1
-1/+1
*
[3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737)
Ezio Melotti
2023-10-11
1
-14/+14
*
[3.11] Fix typo in multiprocessing docs (GH-108666) (#108676)
Miss Islington (bot)
2023-08-30
1
-1/+1
*
[3.11] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
[3.11] gh-100408: Fix a traceback in multiprocessing example (GH-100409) (GH-...
Miss Islington (bot)
2023-06-29
1
-4/+4
*
[3.11] Revert "Avoid error lexing multiprocessing docs code block on Pygments...
Miss Islington (bot)
2023-04-22
1
-3/+1
*
Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (G...
Miss Islington (bot)
2023-04-11
1
-1/+3
*
gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)
Miss Islington (bot)
2022-11-27
1
-2/+6
*
gh-85299: Add note warning about entry point guard for asyncio example (GH-93...
Miss Islington (bot)
2022-10-16
1
-0/+2
*
[3.11] gh-88355: Fix backslashes in AF_PIPE (GH-96543) (#97854)
Miss Islington (bot)
2022-10-04
1
-2/+2
*
multiprocessing docs: Remove extra option ELLIPSIS from section with code (GH...
Miss Islington (bot)
2022-10-03
1
-1/+0
*
Fix capitalization of Unix in documentation (GH-96913)
Miss Islington (bot)
2022-10-01
1
-2/+2
*
gh-96098: Clearly link concurrent.futures from threading & multiprocessing do...
Miss Islington (bot)
2022-08-21
1
-0/+10
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Miss Islington (bot)
2022-08-02
1
-0/+2
*
Fix incorrect directive in multiprocessing module documentation (GH-93517)
Miss Islington (bot)
2022-07-22
1
-1/+1
*
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
Miss Islington (bot)
2022-06-30
1
-1/+1
*
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92974)
Miss Islington (bot)
2022-05-19
1
-0/+1
*
bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...
Géry Ogam
2022-04-22
1
-0/+3
*
gh-91231: Add shutdown_timeout to multiprocessing BaseManager (#32112)
Victor Stinner
2022-04-19
1
-1/+15
*
bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)
Charlie Zhao
2022-02-26
1
-1/+16
*
Fix the signature of multiprocessing.set_executable (GH-31276)
Géry Ogam
2022-02-11
1
-2/+2
*
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
John Marshall
2022-01-18
1
-2/+9
*
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...
Nikita Sobolev
2021-10-28
1
-1/+2
*
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka
2021-09-29
1
-1/+1
*
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)
Sam Sneddon
2021-09-23
1
-1/+7
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
1
-3/+3
*
[doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660)
Emmanuel Arias
2021-09-17
1
-1/+2
*
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
Anthony Shaw
2021-08-09
1
-0/+1
*
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
Julien Palard
2021-07-07
1
-2/+3
*
Use the zero argument form of super() in examples for Python3 docs. (GH-22314)
Andre Delfino
2021-04-26
1
-1/+1
*
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
Matt Wozniski
2020-12-18
1
-0/+40
*
Fix multiprocessing markup (GH-23525)
Andre Delfino
2020-11-28
1
-3/+3
*
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
ArioA
2020-11-21
1
-1/+1
*
Add missing word (GH-21936)
Mason
2020-08-27
1
-1/+1
*
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner
2020-08-14
1
-1/+2
*
Simple Documentation fix: Missing link to return type class. (GH-21291)
Volker-Weissmann
2020-07-20
1
-2/+4
*
Fix typo in multiprocessing documentation (GH-20016)
Joe DeCapo
2020-05-19
1
-1/+1
*
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
Victor Stinner
2020-04-27
1
-0/+10
*
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource ...
Pablo Galindo
2020-04-11
1
-1/+12
*
Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)
Antoine
2020-01-15
1
-1/+1
*
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
An Long
2019-12-03
1
-1/+2
*
bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841)
Victor Stinner
2019-06-05
1
-2/+3
*
Fix documentation (GH-13721)
Benjamin Yeh
2019-06-05
1
-0/+4
*
bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603)
Victor Stinner
2019-05-28
1
-1/+6
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
1
-0/+8
*
bpo-36867: DOC update multiprocessing.rst (GH-13289)
Pierre Glaser
2019-05-13
1
-6/+10
*
Doc: Fix inconsistency in multiprocessing (GH-12273)
Julien Palard
2019-03-11
1
-1/+1
*
bpo-34134: Advise to use imap or imap_unordered when handling long iterables....
Windson yang
2019-01-25
1
-1/+5
*
bpo-32146: Add documentation about frozen executables on Unix (GH-5850)
Bo Bayles
2019-01-10
1
-0/+7
*
bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138)
Victor Stinner
2018-12-14
1
-3/+3
[next]