Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix doc example bug reported on python-list by Akshay Verma. | Terry Jan Reedy | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Use try-finally idiom in example for locks in multiprocessing | Andrew Svetlov | 2014-07-02 | 1 | -2/+4 |
| | |||||
* | Fix a few scoping issues with versionadded/versionchanged directives. | Georg Brandl | 2014-03-24 | 1 | -2/+2 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -15/+22 |
| | |||||
* | Add links to discussion of multiprocessing spawn/forkserver feature. | R David Murray | 2013-12-20 | 1 | -1/+3 |
| | |||||
* | Merge. | Richard Oudkerk | 2013-11-17 | 1 | -6/+18 |
|\ | |||||
| * | Issue 16998: Clarify that += on a shared value is not atomic. | Richard Oudkerk | 2013-11-17 | 1 | -6/+18 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-27 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix markup errors in the docs and amend suspicious ignores. | Georg Brandl | 2013-10-27 | 1 | -2/+2 |
| | | |||||
* | | Issue #18999: Make multiprocessing use context objects. | Richard Oudkerk | 2013-10-16 | 1 | -11/+65 |
| | | | | | | | | | | This allows different parts of a program to use different methods for starting processes without interfering with each other. | ||||
* | | Closes #19200: small grammar fix in multiprocessing docs. Thanks to Elazar ↵ | Georg Brandl | 2013-10-09 | 1 | -1/+1 |
| | | | | | | | | Gershuni. | ||||
* | | Issue #18757: Improved cross-references in the concurrent package. | Serhiy Storchaka | 2013-08-23 | 1 | -41/+52 |
|\ \ | |/ | |||||
| * | Issue #18757: Improved cross-references in the concurrent package. | Serhiy Storchaka | 2013-08-23 | 1 | -41/+52 |
| | | |||||
* | | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 | 1 | -84/+156 |
| | | | | | | | | See http://hg.python.org/sandbox/sbt#spawn | ||||
* | | Issue #14206: Clarify docs for Queue.join_cancel_thread(). | Richard Oudkerk | 2013-07-02 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | Issue #14206: Clarify docs for Queue.join_cancel_thread(). | Richard Oudkerk | 2013-07-02 | 1 | -0/+7 |
| | | |||||
* | | Issue #17273: Clarify that pool methods can only be used by parent process. | Richard Oudkerk | 2013-07-02 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Issue #17273: Clarify that pool methods can only be used by parent process. | Richard Oudkerk | 2013-07-02 | 1 | -0/+6 |
| | | |||||
* | | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where | Charles-François Natali | 2013-06-28 | 1 | -1/+1 |
| | | | | | | | | applicable. | ||||
* | | Merge. | Richard Oudkerk | 2013-06-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo. | Richard Oudkerk | 2013-06-24 | 1 | -1/+1 |
| | | |||||
* | | Merge. | Richard Oudkerk | 2013-06-24 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Clarify note and fix typo. | Richard Oudkerk | 2013-06-24 | 1 | -2/+3 |
| | | |||||
* | | Issue #15818: Merge. | Richard Oudkerk | 2013-06-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #15818: Typo in docs. | Richard Oudkerk | 2013-06-24 | 1 | -1/+1 |
| | | |||||
* | | Issue #18277: Merge. | Richard Oudkerk | 2013-06-24 | 1 | -0/+17 |
|\ \ | |/ | |||||
| * | Issue #18277: Document quirks of multiprocessing queue. | Richard Oudkerk | 2013-06-24 | 1 | -0/+17 |
| | | |||||
* | | Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an | Charles-Francois Natali | 2013-05-20 | 1 | -0/+3 |
|/ | | | | initial patch by Trent Nelson. | ||||
* | #16518: use "bytes-like object" throughout the docs. | Ezio Melotti | 2013-05-04 | 1 | -3/+2 |
| | |||||
* | #17635: fix wrong function name in multiprocessing docs. | Ezio Melotti | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | #17364: merge with 3.2. | Ezio Melotti | 2013-03-06 | 1 | -1/+0 |
|\ | |||||
| * | #17364: remove documentation for a function that does not exist. | Ezio Melotti | 2013-03-06 | 1 | -1/+0 |
| | | |||||
* | | Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@ | Andrew Svetlov | 2012-11-20 | 1 | -1/+1 |
| | | |||||
* | | starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. | R David Murray | 2012-10-07 | 1 | -2/+2 |
| | | |||||
* | | #10968: commit threading doc changes and corresponding whatsnew entry. | R David Murray | 2012-10-06 | 1 | -1/+1 |
| | | | | | | | | | | | | It is unfortunate that the '_' names were not kept as aliases, and that RLock was not also converted to a class, but it is now too late to change either of those things for 3.3. | ||||
* | | #15831: merge with 3.2 | Ezio Melotti | 2012-09-14 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | #15831: document multiple signatures on different lines. Patch by Chris ↵ | Ezio Melotti | 2012-09-14 | 1 | -1/+1 |
| | | | | | | | | Jerdonek. | ||||
* | | Merge | Richard Oudkerk | 2012-09-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #15901: Change example to use byte string instead of string | Richard Oudkerk | 2012-09-10 | 1 | -1/+1 |
| | | |||||
* | | Merge | Richard Oudkerk | 2012-08-17 | 1 | -19/+20 |
|\ \ | |/ | |||||
| * | Issue #14501: Clarify that authentication keys are byte strings | Richard Oudkerk | 2012-08-17 | 1 | -19/+20 |
| | | |||||
* | | Additional fixes to multiprocessing docs (for issue #13686) | Eli Bendersky | 2012-07-13 | 1 | -13/+10 |
| | | |||||
* | | Some fixes for the documentation of multiprocessing (per issue #13686) | Eli Bendersky | 2012-07-13 | 1 | -24/+32 |
| | | |||||
* | | Merge with 3.2. | Georg Brandl | 2012-07-01 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Make call of os.getppid() conditional: it is not available on Windows. | Georg Brandl | 2012-07-01 | 1 | -1/+2 |
| | | |||||
* | | Issue #15064: Use with-blocks for some examples in docs. | Richard Oudkerk | 2012-06-18 | 1 | -47/+39 |
| | | |||||
* | | Issue #15064: Make BaseManager.__enter__() start server if necessary. | Richard Oudkerk | 2012-06-18 | 1 | -3/+8 |
| | | |||||
* | | Issue #15064: Implement context manager protocol for multiprocessing types | Richard Oudkerk | 2012-06-18 | 1 | -0/+17 |
| | | |||||
* | | Issue #14059: Implement multiprocessing.Barrier | Richard Oudkerk | 2012-06-15 | 1 | -5/+18 |
| | | |||||
* | | Issue #3518: Remove references to non-existent BaseManager.from_address() | Richard Oudkerk | 2012-06-11 | 1 | -3/+4 |
| | | | | | | | | method |