Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
425434dadc30d96dc1c0c628f954f9b6f5edd2c9
/
Doc
/
library
/
multiprocessing.rst
84ebcf2
bpo-17140: Document multiprocessing's ThreadPool (GH-23812)
by Matt Wozniski
· 4 years, 8 months ago
4b44472
Fix multiprocessing markup (GH-23525)
by Andre Delfino
· 4 years, 9 months ago
6edf06b
bpo-42407: Use possessive appostrophe in multiprocessing doc (GH-23400)
by ArioA
· 4 years, 9 months ago
b260635
Add missing word (GH-21936)
by Mason
· 5 years ago
bb0b085
bpo-40204: Fix reference to terms in the doc (GH-21865)
by Victor Stinner
· 5 years ago
f9bf015
Simple Documentation fix: Missing link to return type class. (GH-21291)
by Volker-Weissmann
· 5 years ago
a355a06
Fix typo in multiprocessing documentation (GH-20016)
by Joe DeCapo
· 5 years ago
9adccc1
bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735)
by Victor Stinner
· 5 years ago
7ec43a7
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466)
by Pablo Galindo
· 5 years ago
dc0284e
Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932)
by Antoine
· 6 years ago
eb48a45
bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436)
by An Long
· 6 years ago
1e77ab0
bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841)
by Victor Stinner
· 6 years ago
d4cf099
Fix documentation (GH-13721)
by Benjamin Yeh
· 6 years ago
17a5588
bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603)
by Victor Stinner
· 6 years ago
c09a9f5
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
by Thomas Moreau
· 6 years ago
50466c6
bpo-36867: DOC update multiprocessing.rst (GH-13289)
by Pierre Glaser
· 6 years ago
d9bd8ec
Doc: Fix inconsistency in multiprocessing (GH-12273)
by Julien Palard
· 6 years ago
3bab40d
bpo-34134: Advise to use imap or imap_unordered when handling long iterables. (gh-8324)
by Windson yang
· 7 years ago
bab4bbb
bpo-32146: Add documentation about frozen executables on Unix (GH-5850)
by Bo Bayles
· 7 years ago
7acd50a
bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138)
by Victor Stinner
· 7 years ago
0461704
bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010)
by Zackery Spytz
· 7 years ago
859c068
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
by Stéphane Wirtel
· 7 years ago
5e92265
bpo-34605: Avoid master/slave terms (GH-9101)
by Victor Stinner
· 7 years ago
9f3535c
bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)
by Bo Bayles
· 7 years ago
c172fc5
bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)
by Jason Yang
· 8 years ago
8c663fd
Replace KB unit with KiB (#4293)
by Victor Stinner
· 8 years ago
1e5d54c
bpo-31965: fix doc for multiprocessing.connection.Client and Listener (#4304)
by Jelle Zijlstra
· 8 years ago
1122575
bpo-31304: Update starmap_async documentation. (GH-4168)
by Pablo Galindo
· 8 years ago
6fcb69d
Fix trivial typo in multiprocessing documentation (GH-2930)
by Yuval Langer
· 8 years ago
ba75af7
bpo-30794: added kill() method to multiprocessing.Process (#2528)
by Vitor Pereira
· 8 years ago
13e96cc
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
by Antoine Pitrou
· 8 years ago
5619ab2
doc: Fix small typos in library/multiprocessing (GH-698)
by Sylvain Bellemare
· 8 years ago
989db5c
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
ecf41da
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 9 years ago
de10dbe
Issue #10673: Merge from 3.5
by Berker Peksag
· 9 years ago
a24d2d8
Issue #10673: Document that Process.exitcode can be used to determine timeout
by Berker Peksag
· 9 years ago
86a7668
Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting
by Davin Potts
· 9 years ago
89f27e5
Merge from 3.5
by Berker Peksag
· 9 years ago
00eaa8a
Use exc role for ValueError in multiprocessing.rst
by Berker Peksag
· 9 years ago
db287b5
Issue #27221: Merge from 3.5
by Berker Peksag
· 9 years ago
0b19e1e
Issue #27221: Delete an outdated paragraph about pickle support of Process
by Berker Peksag
· 9 years ago
4da945f
Merge Issue #22558.
by Terry Jan Reedy
· 9 years ago
fa089b9
Issue #22558: Add remaining doc links to source code for Python-coded modules.
by Terry Jan Reedy
· 9 years ago
e501a93
Issue #27125: Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
8d56c02
Issue #27125: Fix various errors like “will [be] inherited”
by Martin Panter
· 9 years ago
4ecfa45
Expand abbreviations FIFO and LIFO.
by Serhiy Storchaka
· 9 years ago
c499f30
Issue #23921: Standardized documentation whitespace formatting.
by Serhiy Storchaka
· 9 years ago
dba9039
Issue #23921: Standardized documentation whitespace formatting.
by Serhiy Storchaka
· 9 years ago
a6d865c
Issue #25654:
by Victor Stinner
· 9 years ago
2e15d60
Issue #18620: Improve Pool examples in multiprocessing documentation
by Berker Peksag
· 10 years ago
7405c16
Issue #18620: Improve Pool examples in multiprocessing documentation
by Berker Peksag
· 10 years ago
316fcc8
merge from 3.5
by Senthil Kumaran
· 10 years ago
6a0514e
issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs.
by Senthil Kumaran
· 10 years ago
d56e67e
Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect
by Berker Peksag
· 10 years ago
94541f4
Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect
by Berker Peksag
· 10 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 10 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 10 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 10 years ago
430f657
Issue #25161: Merge full stops from 3.5
by Martin Panter
· 10 years ago
84835ab
Issue #25161: Merge full stops from 3.4 into 3.5
by Martin Panter
· 10 years ago
d21e0b5
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
by Martin Panter
· 10 years ago
33ffc05
Issue #23484: Document differences between synchronization primitives of
by Berker Peksag
· 10 years ago
64c8bef
Issue #23484: Document differences between synchronization primitives of
by Berker Peksag
· 10 years ago
407c497
Issue #23484: Document differences between synchronization primitives of
by Berker Peksag
· 10 years ago
ad8dcb7
Issue #25169: os.getppid() is available on Windows since Python 3.2.
by Berker Peksag
· 10 years ago
b216896
Issue #25169: os.getppid() is available on Windows since Python 3.2.
by Berker Peksag
· 10 years ago
44e4b11
Issue #25169: os.getppid() is available on Windows since Python 3.2.
by Berker Peksag
· 10 years ago
233cdb3
Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes.
by Serhiy Storchaka
· 10 years ago
153627c
Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes.
by Serhiy Storchaka
· 10 years ago
0424eaf
Marked keystrokes with the :kbd: role. Fixed the case of the "Ctrl-" prefixes.
by Serhiy Storchaka
· 10 years ago
dc87e4b
Issue #23530: Improve os.cpu_count() description. Patch by Julian Taylor.
by Charles-François Natali
· 10 years ago
291d7b0
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
by Berker Peksag
· 10 years ago
7ecfc82
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
by Berker Peksag
· 10 years ago
b2c2dc3
Regenerated pydoc topics and minor doc fixes for 3.5.0a3.
by Larry Hastings
· 10 years ago
a60c2fe
Issue #23641: Cleaned out legacy dunder names from tests and docs.
by Serhiy Storchaka
· 10 years ago
c2ccce7
Issue #23641: Cleaned out legacy dunder names from tests and docs.
by Serhiy Storchaka
· 10 years ago
2cae11e
Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate.
by Antoine Pitrou
· 11 years ago
73dd030
Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate.
by Antoine Pitrou
· 11 years ago
93a56cd
Doc: fix default role usage (except in unittest mock docs)
by Georg Brandl
· 11 years ago
4d2aba3
Merge with 3.4
by Zachary Ware
· 11 years ago
7280561
Fix a few typo/grammar issues in the multiprocessing docs.
by Zachary Ware
· 11 years ago
131caba
Revert #22251
by Berker Peksag
· 11 years ago
9c1dba2
Revert #22251
by Berker Peksag
· 11 years ago
f7fee33
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 11 years ago
3749404
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 11 years ago
6b4c847
Doc: fix default role usage (except in unittest mock docs)
by Georg Brandl
· 11 years ago
dd6507e
Issue #22369: Change "context manager protocol" to "context management protocol".
by Serhiy Storchaka
· 11 years ago
1486799
Issue #22369: Change "context manager protocol" to "context management protocol".
by Serhiy Storchaka
· 11 years ago
ed82613
Merge with 3.4
by Terry Jan Reedy
· 11 years ago
9f5388f
Fix doc example bug reported on python-list by Akshay Verma.
by Terry Jan Reedy
· 11 years ago
09db75f
Merge 3.4
by Andrew Svetlov
· 11 years ago
ee750d8
Use try-finally idiom in example for locks in multiprocessing
by Andrew Svetlov
· 11 years ago
a924fc7
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
by Charles-François Natali
· 11 years ago
df48b97
Fix a few scoping issues with versionadded/versionchanged directives.
by Georg Brandl
· 11 years ago
3732ed2
Merge in all documentation changes since branching 3.4.0rc1.
by Larry Hastings
· 11 years ago
ac18622
Add links to discussion of multiprocessing spawn/forkserver feature.
by R David Murray
· 12 years ago
cfac518
Merge.
by Richard Oudkerk
· 12 years ago
edcf8da
Issue 16998: Clarify that += on a shared value is not atomic.
by Richard Oudkerk
· 12 years ago
325a1c2
Fix markup errors in the docs and amend suspicious ignores.
by Georg Brandl
· 12 years ago
186729e
merge with 3.3
by Georg Brandl
· 12 years ago
Next »