| Commit message (Expand) | Author | Age | Files | Lines |
| * | #19890: fix typo in multiprocessing docs. Patch by Mike Short. | Ezio Melotti | 2014-02-15 | 1 | -1/+1 |
|
|
| * | Issue 16998: Clarify that += on a shared value is not atomic. | Richard Oudkerk | 2013-11-17 | 1 | -6/+18 |
|
|
| * | Issue #18757: Improved cross-references in the concurrent package. | Serhiy Storchaka | 2013-08-23 | 1 | -26/+37 |
|
|
| * | Issue #14206: Clarify docs for Queue.join_cancel_thread(). | Richard Oudkerk | 2013-07-02 | 1 | -0/+7 |
|
|
| * | Issue #17273: Clarify that pool methods can only be used by parent process. | Richard Oudkerk | 2013-07-02 | 1 | -0/+6 |
|
|
| * | Fix typo. | Richard Oudkerk | 2013-06-24 | 1 | -1/+1 |
|
|
| * | Clarify note and fix typo. | Richard Oudkerk | 2013-06-24 | 1 | -2/+3 |
|
|
| * | Issue #15818: Typo in docs. | Richard Oudkerk | 2013-06-24 | 1 | -3/+3 |
|
|
| * | Issue #18277: Document quirks of multiprocessing queue. | Richard Oudkerk | 2013-06-24 | 1 | -0/+17 |
|
|
| * | #17635: fix wrong function name in multiprocessing docs. | Ezio Melotti | 2013-04-10 | 1 | -1/+1 |
|
|
| * | #17364: remove documentation for a function that does not exist. | Ezio Melotti | 2013-03-06 | 1 | -1/+0 |
|
|
| * | #15831: document multiple signatures on different lines. Patch by Chris Jerd... | Ezio Melotti | 2012-09-14 | 1 | -1/+1 |
|
|
| * | Make call of os.getppid() conditional: it is not available on Windows. | Georg Brandl | 2012-07-01 | 1 | -1/+2 |
|
|
| * | Issue #13999: refer to multiprocessing.Queue when needed | Sandro Tosi | 2012-02-25 | 1 | -10/+10 |
|
|
| * | Issue #11836: document multiprocessing.queues.SimpleQueue | Sandro Tosi | 2012-02-15 | 1 | -1/+18 |
|
|
| * | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -1/+1 |
|
|
| * | 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 | -17/+17 |
|
|
| * | Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature. | Senthil Kumaran | 2011-11-02 | 1 | -1/+1 |
|
|
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -2/+2 |
|
|
| * | merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.p... | 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: Fix typo in multiprocessing doc. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
|
|
| * | Issue #10885: Fix multiprocessing docs typo | Ross Lagerwall | 2011-03-14 | 1 | -1/+1 |
|
|
| * | Merged revisions 85731,85735 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -1/+1 |
|
|
| * | Merged revisions 85530,85534,85538,85540-85542 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -0/+18 |
|
|
| * | Note that maxtasksperchild is new in 2.7. | Georg Brandl | 2010-10-17 | 1 | -11/+12 |
|
|
| * | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
| * | Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,... | Georg Brandl | 2010-10-06 | 1 | -2/+2 |
|
|
| * | Correct info for Semaphore.acquire() semantics under OSX. | Georg Brandl | 2010-05-21 | 1 | -4/+3 |
|
|
| * | fixup markup error | Jack Diederich | 2010-02-23 | 1 | -1/+1 |
|
|
| * | fixes issue #7530, serve_forever() | Jack Diederich | 2010-02-22 | 1 | -5/+1 |
|
|
| * | Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool | Jesse Noller | 2010-01-27 | 1 | -1/+16 |
|
|
| * | #7388: "python".capitalize() in the Doc | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
| * | issue5738: The distribution example was confusing, and out of date. It's too ... | Jesse Noller | 2009-11-21 | 1 | -7/+0 |
|
|
| * | Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note... | Jesse Noller | 2009-08-06 | 1 | -5/+0 |
|
|
| * | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -3/+3 |
|
|
| * | #6577: fix (hopefully) all links to builtin instead of module/class-specific ... | Georg Brandl | 2009-07-26 | 1 | -2/+2 |
|
|
| * | Make punctuation prettier and break up run-on sentence. | R. David Murray | 2009-07-01 | 1 | -2/+2 |
|
|
| * | Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i... | Jesse Noller | 2009-06-30 | 1 | -0/+32 |
|
|
| * | Issue 5740: multiprocessing.connection.* authkey fixes | Jesse Noller | 2009-06-29 | 1 | -2/+2 |
|
|
| * | Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons | Jesse Noller | 2009-06-29 | 1 | -1/+3 |
|
|
| * | Various small fixups to the multiprocessing docs, mostly fixing and | R. David Murray | 2009-04-28 | 1 | -44/+64 |
|
|
| * | fix missing quote | Benjamin Peterson | 2009-04-12 | 1 | -1/+1 |
|
|
| * | fix extra parenthesis #5774 | Benjamin Peterson | 2009-04-12 | 1 | -1/+1 |
|
|
| * | #5642: clarify map() compatibility to the builtin. | Georg Brandl | 2009-04-04 | 1 | -2/+2 |
|
|
| * | Fix 'the the' duplication | Andrew M. Kuchling | 2009-04-03 | 1 | -1/+1 |
|
|
| * | Add custom initializer argument to multiprocess.Manager*, courtesy of lekma | Jesse Noller | 2009-04-02 | 1 | -2/+3 |
|
|
| * | Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES | Jesse Noller | 2009-04-02 | 1 | -2/+5 |
|
|
| * | Issue 3270: document Listener address restrictions on windows | Jesse Noller | 2009-04-01 | 1 | -0/+6 |
|
|