summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.4Zachary Ware2014-10-031-3/+3
|\
| * Fix a few typo/grammar issues in the multiprocessing docs.Zachary Ware2014-10-031-3/+3
* | Revert #22251Berker Peksag2014-09-271-1/+0
|\ \ | |/
| * Revert #22251Berker Peksag2014-09-271-1/+0
* | Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+1
|\ \ | |/
| * Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+1
* | Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-101-4/+4
|\ \ | |/
| * Issue #22369: Change "context manager protocol" to "context management protoc...Serhiy Storchaka2014-09-101-4/+4
* | Merge with 3.4Terry Jan Reedy2014-07-241-1/+1
|\ \ | |/
| * Fix doc example bug reported on python-list by Akshay Verma.Terry Jan Reedy2014-07-241-1/+1
* | Merge 3.4Andrew Svetlov2014-07-021-2/+4
|\ \ | |/
| * Use try-finally idiom in example for locks in multiprocessingAndrew Svetlov2014-07-021-2/+4
* | Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-François Natali2014-05-251-0/+3
|/
* Fix a few scoping issues with versionadded/versionchanged directives.Georg Brandl2014-03-241-2/+2
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-15/+22
* Add links to discussion of multiprocessing spawn/forkserver feature.R David Murray2013-12-201-1/+3
* Merge.Richard Oudkerk2013-11-171-6/+18
|\
| * Issue 16998: Clarify that += on a shared value is not atomic.Richard Oudkerk2013-11-171-6/+18
* | merge with 3.3Georg Brandl2013-10-271-2/+2
|\ \ | |/
| * Fix markup errors in the docs and amend suspicious ignores.Georg Brandl2013-10-271-2/+2
* | Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-11/+65
* | Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar Ge...Georg Brandl2013-10-091-1/+1
* | Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-231-41/+52
|\ \ | |/
| * Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-231-41/+52
* | Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-84/+156
* | Issue #14206: Clarify docs for Queue.join_cancel_thread().Richard Oudkerk2013-07-021-0/+7
|\ \ | |/
| * Issue #14206: Clarify docs for Queue.join_cancel_thread().Richard Oudkerk2013-07-021-0/+7
* | Issue #17273: Clarify that pool methods can only be used by parent process.Richard Oudkerk2013-07-021-0/+6
|\ \ | |/
| * Issue #17273: Clarify that pool methods can only be used by parent process.Richard Oudkerk2013-07-021-0/+6
* | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() whereCharles-François Natali2013-06-281-1/+1
* | Merge.Richard Oudkerk2013-06-241-1/+1
|\ \ | |/
| * Fix typo.Richard Oudkerk2013-06-241-1/+1
* | Merge.Richard Oudkerk2013-06-241-2/+3
|\ \ | |/
| * Clarify note and fix typo.Richard Oudkerk2013-06-241-2/+3
* | Issue #15818: Merge.Richard Oudkerk2013-06-241-1/+1
|\ \ | |/
| * Issue #15818: Typo in docs.Richard Oudkerk2013-06-241-1/+1
* | Issue #18277: Merge.Richard Oudkerk2013-06-241-0/+17
|\ \ | |/
| * Issue #18277: Document quirks of multiprocessing queue.Richard Oudkerk2013-06-241-0/+17
* | Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on anCharles-Francois Natali2013-05-201-0/+3
|/
* #16518: use "bytes-like object" throughout the docs.Ezio Melotti2013-05-041-3/+2
* #17635: fix wrong function name in multiprocessing docs.Ezio Melotti2013-04-101-1/+1
* #17364: merge with 3.2.Ezio Melotti2013-03-061-1/+0
|\
| * #17364: remove documentation for a function that does not exist.Ezio Melotti2013-03-061-1/+0
* | Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@Andrew Svetlov2012-11-201-1/+1
* | starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup.R David Murray2012-10-071-2/+2
* | #10968: commit threading doc changes and corresponding whatsnew entry.R David Murray2012-10-061-1/+1
* | #15831: merge with 3.2Ezio Melotti2012-09-141-1/+2
|\ \ | |/
| * #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-1/+1
* | MergeRichard Oudkerk2012-09-101-1/+1
|\ \ | |/
| * Issue #15901: Change example to use byte string instead of stringRichard Oudkerk2012-09-101-1/+1