summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
Commit message (Expand)AuthorAgeFilesLines
* #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
* | MergeRichard Oudkerk2012-08-171-19/+20
|\ \ | |/
| * Issue #14501: Clarify that authentication keys are byte stringsRichard Oudkerk2012-08-171-19/+20
* | Additional fixes to multiprocessing docs (for issue #13686)Eli Bendersky2012-07-131-13/+10
* | Some fixes for the documentation of multiprocessing (per issue #13686)Eli Bendersky2012-07-131-24/+32
* | Merge with 3.2.Georg Brandl2012-07-011-1/+2
|\ \ | |/
| * Make call of os.getppid() conditional: it is not available on Windows.Georg Brandl2012-07-011-1/+2
* | Issue #15064: Use with-blocks for some examples in docs.Richard Oudkerk2012-06-181-47/+39
* | Issue #15064: Make BaseManager.__enter__() start server if necessary.Richard Oudkerk2012-06-181-3/+8
* | Issue #15064: Implement context manager protocol for multiprocessing typesRichard Oudkerk2012-06-181-0/+17
* | Issue #14059: Implement multiprocessing.BarrierRichard Oudkerk2012-06-151-5/+18
* | Issue #3518: Remove references to non-existent BaseManager.from_address()Richard Oudkerk2012-06-111-3/+4
* | Use Python 3.x-style keyword only arg in Array()Richard Oudkerk2012-05-291-3/+3
* | Remove outdated statements about threading and imports.Antoine Pitrou2012-05-181-3/+1
* | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2Richard Oudkerk2012-05-101-0/+7
* | Issue #4892: multiprocessing Connections can now be transferred over multipro...Antoine Pitrou2012-04-241-0/+4
* | Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.Charles-François Natali2012-04-171-0/+6
* | #14535: merge with 3.2.Ezio Melotti2012-04-141-1/+4
|\ \ | |/
| * #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Le...Ezio Melotti2012-04-141-1/+4
* | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.Antoine Pitrou2012-03-051-5/+77
* | Issue #11836: document and expose multiprocessing.SimpleQueueSandro Tosi2012-02-151-1/+18
|\ \ | |/
| * Issue #11836: document multiprocessing.queues.SimpleQueueSandro Tosi2012-02-151-1/+18
* | merge 3.2Benjamin Peterson2012-02-041-8/+0
|\ \ | |/
| * threading primitives now have timeoutsBenjamin Peterson2012-02-041-8/+0
* | merge with 3.2Sandro Tosi2012-01-071-3/+6
|\ \ | |/
| * clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@Sandro Tosi2012-01-071-3/+6
* | Some formatting & grammar fixes for the multiprocessing docEli Bendersky2011-12-311-14/+14
|\ \ | |/
| * Some formatting & grammar fixes for the multiprocessing docEli Bendersky2011-12-311-14/+14
* | Issue #12708: Add starmap() and starmap_async() methods (similar to itertools...Antoine Pitrou2011-12-211-0/+18
* | Merge with 3.2.Ezio Melotti2011-10-191-2/+2
|\ \ | |/
| * Remove duplication.Ezio Melotti2011-10-191-2/+2
* | Replace mentions of IOErrorAntoine Pitrou2011-10-121-1/+6
* | merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.pu...Senthil Kumaran2011-09-051-4/+4
|\ \ | |/
| * Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace...Senthil Kumaran2011-09-051-4/+4
* | #12709: merge with 3.2Sandro Tosi2011-08-081-1/+1
|\ \ | |/
| * #12709: add error_callback argument to map_async documentationSandro Tosi2011-08-081-1/+1
* | Issue #11784: Improve multiprocessing.Process.join() documentation. Patch byCharles-François Natali2011-07-251-4/+3
* | Issue #12040: Expose a new attribute `sentinel` on instances ofAntoine Pitrou2011-06-061-0/+14
* | #11952: merge with 3.2.Ezio Melotti2011-04-291-1/+1
|\ \ | |/
| * #11952: merge with 3.1.Ezio Melotti2011-04-291-1/+1
| |\
| | * #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
* | | Merge with 3.2Ross Lagerwall2011-03-141-1/+1
|\ \ \ | |/ /