| Commit message (Expand) | Author | Age | Files | Lines |
* | #15831: document multiple signatures on different lines. Patch by Chris Jerd... | Ezio Melotti | 2012-09-14 | 1 | -1/+1 |
|
|
* | Issue #15901: Change example to use byte string instead of string | Richard Oudkerk | 2012-09-10 | 1 | -1/+1 |
|
|
* | Issue #14501: Clarify that authentication keys are byte strings | Richard Oudkerk | 2012-08-17 | 1 | -19/+20 |
|
|
* | Make call of os.getppid() conditional: it is not available on Windows. | Georg Brandl | 2012-07-01 | 1 | -1/+2 |
|
|
* | #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Le... | Ezio Melotti | 2012-04-14 | 1 | -1/+4 |
|
|
* | Issue #11836: document multiprocessing.queues.SimpleQueue | Sandro Tosi | 2012-02-15 | 1 | -1/+18 |
|
|
* | threading primitives now have timeouts | Benjamin Peterson | 2012-02-04 | 1 | -8/+0 |
|
|
* | 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 |
|
|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -2/+2 |
|
|
* | Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace... | Senthil Kumaran | 2011-09-05 | 1 | -4/+4 |
|
|
* | #12709: add error_callback argument to map_async documentation | Sandro Tosi | 2011-08-08 | 1 | -1/+1 |
|
|
* | #11952: merge with 3.1. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
|\ |
|
| * | #11952: Fix typo in multiprocessing doc. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
|
|
* | | Merge from 3.1 | Ross Lagerwall | 2011-03-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #10885: Fix multiprocessing docs typo | Ross Lagerwall | 2011-03-14 | 1 | -1/+1 |
|
|
| * | Merged revisions 87197-87198 via svnmerge from | Antoine Pitrou | 2010-12-12 | 1 | -3/+3 |
|
|
| * | Merged revisions 85820,85823,85825,85840,85843-85845,85849-85851,85855,85867,... | Georg Brandl | 2010-11-26 | 1 | -2/+2 |
|
|
| * | Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -1/+1 |
|
|
| * | Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -0/+18 |
|
|
| * | Merged revisions 86670 via svnmerge from | Éric Araujo | 2010-11-22 | 1 | -1/+1 |
|
|
| * | Merged revisions 85347 via svnmerge from | Senthil Kumaran | 2010-10-10 | 1 | -3/+3 |
|
|
| * | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| * | Merged revisions 84249,84264,84326-84327,84407,84476,84480-84482,84484,84530-... | Georg Brandl | 2010-10-06 | 1 | -2/+2 |
|
|
| * | Merged revisions 82629,82632,82724,82757-82758,82760-82763,82798-82799,82801 ... | Georg Brandl | 2010-10-06 | 1 | -2/+2 |
|
|
| * | Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 ... | Georg Brandl | 2010-10-06 | 1 | -5/+5 |
|
|
| * | Recorded merge of revisions 81442 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -4/+3 |
|
|
| * | Merged revisions 76906 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
| * | Merged revisions 76435 via svnmerge from | Jesse Noller | 2009-11-21 | 1 | -7/+0 |
|
|
| * | Merged revisions 74764 via svnmerge from | Ezio Melotti | 2009-09-13 | 1 | -8/+8 |
|
|
| * | Merged revisions 74745 via svnmerge from | Benjamin Peterson | 2009-09-11 | 1 | -5/+0 |
|
|
| * | Merged revisions 74062 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -1/+3 |
|
|
| * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 1 | -6/+6 |
|
|
| * | Merged revisions 74063 via svnmerge from | R. David Murray | 2009-07-29 | 1 | -2/+34 |
|
|
* | | Homogenize the "optional OS services" menu | Antoine Pitrou | 2010-12-12 | 1 | -3/+3 |
|
|
* | | Remove unnecessary `object` base class in docs (#10366). | Éric Araujo | 2010-11-22 | 1 | -1/+1 |
|
|
* | | Issue #8028: multiprocessing: Documented that ``Process.terminate`` | Ask Solem | 2010-11-09 | 1 | -3/+3 |
|
|
* | | Issue #7707: Documented that multiprocessing.Queue operations during | Ask Solem | 2010-11-09 | 1 | -1/+3 |
|
|
* | | Documented the new error_callback keyword argument to multiprocessing.Pool's ... | Ask Solem | 2010-11-09 | 1 | -5/+19 |
|
|
* | | Demote one warning to a note. There's no security risk here, just a note on ... | Raymond Hettinger | 2010-11-04 | 1 | -1/+1 |
|
|
* | | send_bytes obviously needs bytes... | Georg Brandl | 2010-10-29 | 1 | -2/+2 |
|
|
* | | Be consistent in the spelling of thread-safe(ty). | Georg Brandl | 2010-10-19 | 1 | -1/+1 |
|
|
* | | Note that maxtasksperchild is new in 3.2. | Georg Brandl | 2010-10-17 | 1 | -11/+12 |
|
|
* | | #9801: document how list and dict proxies created by Managers behave w.r.t. m... | Georg Brandl | 2010-10-15 | 1 | -0/+18 |
|
|
* | | Fix Issue7285 - multiprocessing module, example code error. | Senthil Kumaran | 2010-10-10 | 1 | -3/+3 |
|
|
* | | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | | Fix missing word. | Georg Brandl | 2010-09-03 | 1 | -2/+2 |
|
|
* | | #8338: fix outdated class name. | Georg Brandl | 2010-07-10 | 1 | -2/+2 |
|
|
* | | Merged revisions 81440 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -4/+3 |
|
|