| Commit message (Expand) | Author | Age | Files | Lines |
* | merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.pu... | Senthil Kumaran | 2011-09-05 | 1 | -4/+4 |
|\ |
|
| * | Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace... | Senthil Kumaran | 2011-09-05 | 1 | -4/+4 |
|
|
* | | #12709: merge with 3.2 | Sandro Tosi | 2011-08-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #12709: add error_callback argument to map_async documentation | Sandro Tosi | 2011-08-08 | 1 | -1/+1 |
|
|
* | | Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by | Charles-François Natali | 2011-07-25 | 1 | -4/+3 |
|
|
* | | Issue #12040: Expose a new attribute `sentinel` on instances of | Antoine Pitrou | 2011-06-06 | 1 | -0/+14 |
|
|
* | | #11952: merge with 3.2. | Ezio Melotti | 2011-04-29 | 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 with 3.2 | Ross Lagerwall | 2011-03-14 | 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 |
|
|
* | | | Issue #6064: Add a `daemon` keyword argument to the threading.Thread | Antoine Pitrou | 2011-02-25 | 1 | -3/+9 |
|/ / |
|
* | | 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 |
|
|
* | | Fix indentation. | Georg Brandl | 2010-04-08 | 1 | -5/+5 |
|
|
* | | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,... | Benjamin Peterson | 2010-03-21 | 1 | -5/+1 |
|
|
* | | Merged revisions 77794 via svnmerge from | Jesse Noller | 2010-01-27 | 1 | -1/+16 |
|
|