Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix typo. | Richard Oudkerk | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Clarify note and fix typo. | Richard Oudkerk | 2013-06-24 | 1 | -2/+3 |
| | |||||
* | Issue #15818: Typo in docs. | Richard Oudkerk | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Issue #18277: Document quirks of multiprocessing queue. | Richard Oudkerk | 2013-06-24 | 1 | -0/+17 |
| | |||||
* | #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 | ||||
* | | Use Python 3.x-style keyword only arg in Array() | Richard Oudkerk | 2012-05-29 | 1 | -3/+3 |
| | | | | | | | | | | | | Previously a Python 2.x compatible hack was used for multiprocessing.sharedctypes.Array(). Also the documented signature was wrong. | ||||
* | | Remove outdated statements about threading and imports. | Antoine Pitrou | 2012-05-18 | 1 | -3/+1 |
| | | |||||
* | | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 | Richard Oudkerk | 2012-05-10 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | In Python 3.2 and earlier, Process.join() and Connection.poll() treated negative timeouts as zero timeouts. Earlier versions from the 3.3 line of development treat them as infinite timeouts. The patch reverts to the old behaviour. | ||||
* | | Issue #4892: multiprocessing Connections can now be transferred over ↵ | Antoine Pitrou | 2012-04-24 | 1 | -0/+4 |
| | | | | | | | | | | | | multiprocessing Connections. Patch by Richard Oudkerk (sbt). | ||||
* | | Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. | Charles-François Natali | 2012-04-17 | 1 | -0/+6 |
| | | |||||
* | | #14535: merge with 3.2. | Ezio Melotti | 2012-04-14 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | #14535: fix code highlight in multiprocessing examples. Patch by Tshepang ↵ | Ezio Melotti | 2012-04-14 | 1 | -1/+4 |
| | | | | | | | | Lekhonkhobe. | ||||
* | | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. | Antoine Pitrou | 2012-03-05 | 1 | -5/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, add a multiprocessing.connection.wait(rlist, timeout=None) function for polling multiple objects at once. Patch by sbt. Complete changelist from sbt's patch: * Adds a wait(rlist, timeout=None) function for polling multiple objects at once. On Unix this is just a wrapper for select(rlist, [], [], timeout=None). * Removes use of the SentinelReady exception and the sentinels argument to certain methods. concurrent.futures.process has been changed to use wait() instead of SentinelReady. * Fixes bugs concerning PipeConnection.poll() and messages of zero length. * Fixes PipeListener.accept() to call ConnectNamedPipe() with overlapped=True. * Fixes Queue.empty() and SimpleQueue.empty() so that they are threadsafe on Windows. * Now PipeConnection.poll() and wait() will not modify the pipe except possibly by consuming a zero length message. (Previously poll() could consume a partial message.) * All of multiprocesing's pipe related blocking functions/methods are now interruptible by SIGINT on Windows. | ||||
* | | Issue #11836: document and expose multiprocessing.SimpleQueue | Sandro Tosi | 2012-02-15 | 1 | -1/+18 |
|\ \ | |/ | |||||
| * | Issue #11836: document multiprocessing.queues.SimpleQueue | Sandro Tosi | 2012-02-15 | 1 | -1/+18 |
| | | |||||
* | | merge 3.2 | Benjamin Peterson | 2012-02-04 | 1 | -8/+0 |
|\ \ | |/ | |||||
| * | threading primitives now have timeouts | Benjamin Peterson | 2012-02-04 | 1 | -8/+0 |
| | | |||||
* | | merge with 3.2 | Sandro Tosi | 2012-01-07 | 1 | -3/+6 |
|\ \ | |/ | |||||
| * | clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ | Sandro Tosi | 2012-01-07 | 1 | -3/+6 |
| | | |||||
* | | Some formatting & grammar fixes for the multiprocessing doc | Eli Bendersky | 2011-12-31 | 1 | -14/+14 |
|\ \ | |/ | |||||
| * | Some formatting & grammar fixes for the multiprocessing doc | Eli Bendersky | 2011-12-31 | 1 | -14/+14 |
| | | |||||
* | | Issue #12708: Add starmap() and starmap_async() methods (similar to ↵ | Antoine Pitrou | 2011-12-21 | 1 | -0/+18 |
| | | | | | | | | | | | | itertools.starmap()) to multiprocessing.Pool. Patch by Hynek Schlawack. | ||||
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -2/+2 |
| | | |||||
* | | Replace mentions of IOError | Antoine Pitrou | 2011-10-12 | 1 | -1/+6 |
| | | |||||
* | | merge from 3.2. Fix closes Issue11155 - Correct the ↵ | Senthil Kumaran | 2011-09-05 | 1 | -4/+4 |
|\ \ | |/ | | | | | multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. | ||||
| * | Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg ↵ | Senthil Kumaran | 2011-09-05 | 1 | -4/+4 |
| | | | | | | | | (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. |