summaryrefslogtreecommitdiff
path: root/Doc/library/multiprocessing.rst
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix small typos in library/multiprocessing (GH-698) (GH-7721)Miss Islington (bot)2018-06-151-2/+2
* bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223)Miss Islington (bot)2018-04-291-11/+17
* bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)Miss Islington (bot)2017-11-271-2/+2
* bpo-31965: fix doc for multiprocessing.connection.Client and Listener (GH-430...Miss Islington (bot)2017-11-071-19/+11
* bpo-31304: Update starmap_async documentation. (GH-4168) (GH-4177)Miss Islington (bot)2017-10-301-1/+1
* Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2940)Mariatta2017-07-281-1/+1
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-5/+5
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-5/+5
* | Issue #10673: Merge from 3.5Berker Peksag2016-09-261-0/+3
|\ \ | |/
| * Issue #10673: Document that Process.exitcode can be used to determine timeoutBerker Peksag2016-09-261-0/+3
* | Fixes issue #6766: Updated multiprocessing Proxy Objects to support nestingDavin Potts2016-09-071-29/+54
* | Merge from 3.5Berker Peksag2016-06-121-1/+1
|\ \ | |/
| * Use exc role for ValueError in multiprocessing.rstBerker Peksag2016-06-121-1/+1
* | Issue #27221: Merge from 3.5Berker Peksag2016-06-121-6/+1
|\ \ | |/
| * Issue #27221: Delete an outdated paragraph about pickle support of ProcessBerker Peksag2016-06-121-6/+1
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+3
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-291-1/+1
|\ \ | |/
| * Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1
* | Expand abbreviations FIFO and LIFO.Serhiy Storchaka2016-05-161-2/+3
* | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-4/+4
|\ \ | |/
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-4/+4
| * Issue #25654:Victor Stinner2016-03-251-1/+1
* | Issue #25654:Victor Stinner2016-03-251-1/+1
* | Issue #18620: Improve Pool examples in multiprocessing documentationBerker Peksag2016-01-221-11/+26
|\ \ | |/
| * Issue #18620: Improve Pool examples in multiprocessing documentationBerker Peksag2016-01-211-11/+26
* | merge from 3.5Senthil Kumaran2016-01-201-15/+17
|\ \ | |/
| * issue25982 - Add a class definition for managers.Namespace in the multiproces...Senthil Kumaran2016-01-201-15/+17
* | Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms ...Berker Peksag2016-01-071-2/+4
|\ \ | |/
| * Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms ...Berker Peksag2016-01-071-2/+4
* | Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-1/+1
| |\
| | * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | | Issue #25161: Merge full stops from 3.5Martin Panter2015-10-101-3/+3
|\ \ \ | |/ /
| * | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-3/+3
| |\ \ | | |/
| | * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-3/+3
* | | Issue #23484: Document differences between synchronization primitives ofBerker Peksag2015-09-211-12/+119
|\ \ \ | |/ /
| * | Issue #23484: Document differences between synchronization primitives ofBerker Peksag2015-09-211-12/+119
| |\ \ | | |/
| | * Issue #23484: Document differences between synchronization primitives ofBerker Peksag2015-09-211-12/+119
* | | Issue #25169: os.getppid() is available on Windows since Python 3.2.Berker Peksag2015-09-211-2/+1
|\ \ \ | |/ /
| * | Issue #25169: os.getppid() is available on Windows since Python 3.2.Berker Peksag2015-09-211-2/+1
| |\ \ | | |/
| | * Issue #25169: os.getppid() is available on Windows since Python 3.2.Berker Peksag2015-09-211-2/+1
* | | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
|\ \ \ | |/ /
| * | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
| |\ \ | | |/
| | * Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
* | | Issue #23530: Improve os.cpu_count() description.Charles-François Natali2015-07-131-2/+7
|/ /
* | Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...Berker Peksag2015-04-081-8/+16
|\ \ | |/
| * Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not ...Berker Peksag2015-04-081-8/+16
* | Regenerated pydoc topics and minor doc fixes for 3.5.0a3.Larry Hastings2015-03-291-2/+2
* | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-1/+1
|\ \ | |/