summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
Commit message (Expand)AuthorAgeFilesLines
* #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Le...Ezio Melotti2012-04-141-1/+4
* Issue #11836: document multiprocessing.queues.SimpleQueueSandro Tosi2012-02-151-1/+18
* threading primitives now have timeoutsBenjamin Peterson2012-02-041-8/+0
* 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
* Remove duplication.Ezio Melotti2011-10-191-2/+2
* Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace...Senthil Kumaran2011-09-051-4/+4
* #12709: add error_callback argument to map_async documentationSandro Tosi2011-08-081-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 from 3.1Ross Lagerwall2011-03-141-1/+1
|\ \ | |/
| * Issue #10885: Fix multiprocessing docs typoRoss Lagerwall2011-03-141-1/+1
| * Merged revisions 87197-87198 via svnmerge fromAntoine Pitrou2010-12-121-3/+3
| * Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,...Georg Brandl2010-11-261-2/+2
| * Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge fromGeorg Brandl2010-11-261-1/+1
| * Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge fromGeorg Brandl2010-11-261-0/+18
| * Merged revisions 86670 via svnmerge fromÉric Araujo2010-11-221-1/+1
| * Merged revisions 85347 via svnmerge fromSenthil Kumaran2010-10-101-3/+3
| * Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| * Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-...Georg Brandl2010-10-061-2/+2
| * Merged revisions 82629,82632,82724,82757-82758,82760-82763,82798-82799,82801 ...Georg Brandl2010-10-061-2/+2
| * Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 ...Georg Brandl2010-10-061-5/+5
| * Recorded merge of revisions 81442 via svnmerge fromGeorg Brandl2010-05-211-4/+3
| * Merged revisions 76906 via svnmerge fromEzio Melotti2009-12-191-1/+1
| * Merged revisions 76435 via svnmerge fromJesse Noller2009-11-211-7/+0
| * Merged revisions 74764 via svnmerge fromEzio Melotti2009-09-131-8/+8
| * Merged revisions 74745 via svnmerge fromBenjamin Peterson2009-09-111-5/+0
| * Merged revisions 74062 via svnmerge fromGeorg Brandl2009-08-131-1/+3
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-6/+6
| * Merged revisions 74063 via svnmerge fromR. David Murray2009-07-291-2/+34
* | Homogenize the "optional OS services" menuAntoine Pitrou2010-12-121-3/+3
* | Remove unnecessary `object` base class in docs (#10366).Éric Araujo2010-11-221-1/+1
* | Issue #8028: multiprocessing: Documented that ``Process.terminate``Ask Solem2010-11-091-3/+3
* | Issue #7707: Documented that multiprocessing.Queue operations duringAsk Solem2010-11-091-1/+3
* | Documented the new error_callback keyword argument to multiprocessing.Pool's ...Ask Solem2010-11-091-5/+19
* | Demote one warning to a note. There's no security risk here, just a note on ...Raymond Hettinger2010-11-041-1/+1
* | send_bytes obviously needs bytes...Georg Brandl2010-10-291-2/+2
* | Be consistent in the spelling of thread-safe(ty).Georg Brandl2010-10-191-1/+1
* | Note that maxtasksperchild is new in 3.2.Georg Brandl2010-10-171-11/+12
* | #9801: document how list and dict proxies created by Managers behave w.r.t. m...Georg Brandl2010-10-151-0/+18
* | Fix Issue7285 - multiprocessing module, example code error.Senthil Kumaran2010-10-101-3/+3
* | Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-1/+1
* | #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* | Fix missing word.Georg Brandl2010-09-031-2/+2
* | #8338: fix outdated class name.Georg Brandl2010-07-101-2/+2
* | Merged revisions 81440 via svnmerge fromGeorg Brandl2010-05-211-4/+3
* | Fix indentation.Georg Brandl2010-04-081-5/+5
* | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,...Benjamin Peterson2010-03-211-5/+1
* | Merged revisions 77794 via svnmerge fromJesse Noller2010-01-271-1/+16
* | Merged revisions 76904 via svnmerge fromEzio Melotti2009-12-191-1/+1