summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-1/+1
* | Issue #22952: improve multiprocessing doc introduction and defer notes until ...Antoine Pitrou2015-01-111-32/+54
|\ \ | |/
| * Issue #22952: improve multiprocessing doc introduction and defer notes until ...Antoine Pitrou2015-01-111-32/+54
| * Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-4/+4
* | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-4/+4
* | 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
|\ \ | |/