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
*
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92976)
Miss Islington (bot)
2022-05-19
1
-0/+1
*
Fix the signature of multiprocessing.set_executable (GH-31276)
Miss Islington (bot)
2022-02-11
1
-2/+2
*
[3.9] bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) ...
Miss Islington (bot)
2022-01-18
1
-2/+9
*
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
Miss Islington (bot)
2021-12-26
1
-2/+3
*
bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-2...
Miss Islington (bot)
2021-10-28
1
-1/+2
*
[docs] Update documentation for `multiprocessing.get_start_method` (GH-18170)...
Miss Islington (bot)
2021-09-23
1
-1/+7
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28524)
Miss Islington (bot)
2021-09-23
1
-3/+3
*
[doc] Clarify exception in `multiprocessing.cpu_count` (GH-23660) (GH-28434)
Miss Islington (bot)
2021-09-17
1
-1/+2
*
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272...
Miss Islington (bot)
2021-08-10
1
-0/+1
*
Use the zero argument form of super() in examples for Python3 docs. (GH-22314...
Miss Islington (bot)
2021-04-26
1
-1/+1
*
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
Miss Islington (bot)
2020-12-18
1
-0/+40
*
Fix multiprocessing markup (GH-23525)
Miss Islington (bot)
2020-11-28
1
-3/+3
*
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
Miss Islington (bot)
2020-11-21
1
-1/+1
*
[3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)
Victor Stinner
2020-08-19
1
-1/+2
*
Simple Documentation fix: Missing link to return type class. (GH-21291)
Miss Islington (bot)
2020-07-20
1
-2/+4
*
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
*
bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if th...
Zackery Spytz
2018-10-13
1
-0/+8
*
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
Stéphane Wirtel
2018-10-12
1
-3/+4
*
bpo-34605: Avoid master/slave terms (GH-9101)
Victor Stinner
2018-09-07
1
-1/+1
*
bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
Bo Bayles
2018-04-29
1
-11/+17
*
bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)
Jason Yang
2017-11-27
1
-2/+2
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-2/+2
*
bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304)
Jelle Zijlstra
2017-11-07
1
-19/+11
*
bpo-31304: Update starmap_async documentation. (GH-4168)
Pablo Galindo
2017-10-30
1
-1/+1
*
Fix trivial typo in multiprocessing documentation (GH-2930)
Yuval Langer
2017-07-28
1
-1/+1
*
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira
2017-07-18
1
-0/+6
*
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou
2017-06-24
1
-0/+10
*
doc: Fix small typos in library/multiprocessing (GH-698)
Sylvain Bellemare
2017-03-24
1
-2/+2
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-5/+5
|
\
|
*
Issue #19795: Mark up None as literal text.
Serhiy Storchaka
2016-10-19
1
-5/+5
*
|
Issue #10673: Merge from 3.5
Berker Peksag
2016-09-26
1
-0/+3
|
\
\
|
|
/
|
*
Issue #10673: Document that Process.exitcode can be used to determine timeout
Berker Peksag
2016-09-26
1
-0/+3
*
|
Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting
Davin Potts
2016-09-07
1
-29/+54
*
|
Merge from 3.5
Berker Peksag
2016-06-12
1
-1/+1
|
\
\
|
|
/
|
*
Use exc role for ValueError in multiprocessing.rst
Berker Peksag
2016-06-12
1
-1/+1
*
|
Issue #27221: Merge from 3.5
Berker Peksag
2016-06-12
1
-6/+1
|
\
\
|
|
/
|
*
Issue #27221: Delete an outdated paragraph about pickle support of Process
Berker Peksag
2016-06-12
1
-6/+1
*
|
Merge Issue #22558.
Terry Jan Reedy
2016-06-11
1
-0/+3
|
\
\
|
|
/
[next]