summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
Commit message (Expand)AuthorAgeFilesLines
* #19890: fix typo in multiprocessing docs. Patch by Mike Short.Ezio Melotti2014-02-151-1/+1
* Issue 16998: Clarify that += on a shared value is not atomic.Richard Oudkerk2013-11-171-6/+18
* Issue #18757: Improved cross-references in the concurrent package.Serhiy Storchaka2013-08-231-26/+37
* 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
* Fix typo.Richard Oudkerk2013-06-241-1/+1
* Clarify note and fix typo.Richard Oudkerk2013-06-241-2/+3
* Issue #15818: Typo in docs.Richard Oudkerk2013-06-241-3/+3
* Issue #18277: Document quirks of multiprocessing queue.Richard Oudkerk2013-06-241-0/+17
* #17635: fix wrong function name in multiprocessing docs.Ezio Melotti2013-04-101-1/+1
* #17364: remove documentation for a function that does not exist.Ezio Melotti2013-03-061-1/+0
* #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-1/+1
* Make call of os.getppid() conditional: it is not available on Windows.Georg Brandl2012-07-011-1/+2
* Issue #13999: refer to multiprocessing.Queue when neededSandro Tosi2012-02-251-10/+10
* Issue #11836: document multiprocessing.queues.SimpleQueueSandro Tosi2012-02-151-1/+18
* update to new C roles and directivesSandro Tosi2012-01-141-1/+1
* 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-17/+17
* Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature.Senthil Kumaran2011-11-021-1/+1
* Remove duplication.Ezio Melotti2011-10-191-2/+2
* merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.p...Senthil Kumaran2011-09-051-4/+4
* #12709: add error_callback argument to map_async documentationSandro Tosi2011-08-081-1/+1
* #11952: Fix typo in multiprocessing doc.Ezio Melotti2011-04-291-1/+1
* Issue #10885: Fix multiprocessing docs typoRoss Lagerwall2011-03-141-1/+1
* Merged revisions 85731,85735 via svnmerge fromGeorg Brandl2010-11-261-1/+1
* Merged revisions 85530,85534,85538,85540-85542 via svnmerge fromGeorg Brandl2010-11-261-0/+18
* Note that maxtasksperchild is new in 2.7.Georg Brandl2010-10-171-11/+12
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-2/+2
* Correct info for Semaphore.acquire() semantics under OSX.Georg Brandl2010-05-211-4/+3
* fixup markup errorJack Diederich2010-02-231-1/+1
* fixes issue #7530, serve_forever()Jack Diederich2010-02-221-5/+1
* Issue #6963: Added maxtasksperchild argument to multiprocessing.PoolJesse Noller2010-01-271-1/+16
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-191-1/+1
* issue5738: The distribution example was confusing, and out of date. It's too ...Jesse Noller2009-11-211-7/+0
* Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note...Jesse Noller2009-08-061-5/+0
* builtin -> built-in.Georg Brandl2009-07-261-3/+3
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ...Georg Brandl2009-07-261-2/+2
* Make punctuation prettier and break up run-on sentence.R. David Murray2009-07-011-2/+2
* Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...Jesse Noller2009-06-301-0/+32
* Issue 5740: multiprocessing.connection.* authkey fixesJesse Noller2009-06-291-2/+2
* Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemonsJesse Noller2009-06-291-1/+3
* Various small fixups to the multiprocessing docs, mostly fixing andR. David Murray2009-04-281-44/+64
* fix missing quoteBenjamin Peterson2009-04-121-1/+1
* fix extra parenthesis #5774Benjamin Peterson2009-04-121-1/+1
* #5642: clarify map() compatibility to the builtin.Georg Brandl2009-04-041-2/+2
* Fix 'the the' duplicationAndrew M. Kuchling2009-04-031-1/+1
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-021-2/+3
* Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCESJesse Noller2009-04-021-2/+5
* Issue 3270: document Listener address restrictions on windowsJesse Noller2009-04-011-0/+6