| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge | Richard Oudkerk | 2012-08-17 | 1 | -19/+20 |
|\ |
|
| * | Issue #14501: Clarify that authentication keys are byte strings | Richard Oudkerk | 2012-08-17 | 1 | -19/+20 |
|
|
* | | Additional fixes to multiprocessing docs (for issue #13686) | Eli Bendersky | 2012-07-13 | 1 | -13/+10 |
|
|
* | | Some fixes for the documentation of multiprocessing (per issue #13686) | Eli Bendersky | 2012-07-13 | 1 | -24/+32 |
|
|
* | | Merge with 3.2. | Georg Brandl | 2012-07-01 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Make call of os.getppid() conditional: it is not available on Windows. | Georg Brandl | 2012-07-01 | 1 | -1/+2 |
|
|
* | | Issue #15064: Use with-blocks for some examples in docs. | Richard Oudkerk | 2012-06-18 | 1 | -47/+39 |
|
|
* | | Issue #15064: Make BaseManager.__enter__() start server if necessary. | Richard Oudkerk | 2012-06-18 | 1 | -3/+8 |
|
|
* | | Issue #15064: Implement context manager protocol for multiprocessing types | Richard Oudkerk | 2012-06-18 | 1 | -0/+17 |
|
|
* | | Issue #14059: Implement multiprocessing.Barrier | Richard Oudkerk | 2012-06-15 | 1 | -5/+18 |
|
|
* | | Issue #3518: Remove references to non-existent BaseManager.from_address() | Richard Oudkerk | 2012-06-11 | 1 | -3/+4 |
|
|
* | | Use Python 3.x-style keyword only arg in Array() | Richard Oudkerk | 2012-05-29 | 1 | -3/+3 |
|
|
* | | Remove outdated statements about threading and imports. | Antoine Pitrou | 2012-05-18 | 1 | -3/+1 |
|
|
* | | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 | Richard Oudkerk | 2012-05-10 | 1 | -0/+7 |
|
|
* | | Issue #4892: multiprocessing Connections can now be transferred over multipro... | Antoine Pitrou | 2012-04-24 | 1 | -0/+4 |
|
|
* | | Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. | Charles-François Natali | 2012-04-17 | 1 | -0/+6 |
|
|
* | | #14535: merge with 3.2. | Ezio Melotti | 2012-04-14 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Le... | Ezio Melotti | 2012-04-14 | 1 | -1/+4 |
|
|
* | | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. | Antoine Pitrou | 2012-03-05 | 1 | -5/+77 |
|
|
* | | Issue #11836: document and expose multiprocessing.SimpleQueue | Sandro Tosi | 2012-02-15 | 1 | -1/+18 |
|\ \
| |/ |
|
| * | Issue #11836: document multiprocessing.queues.SimpleQueue | Sandro Tosi | 2012-02-15 | 1 | -1/+18 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-02-04 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | threading primitives now have timeouts | Benjamin Peterson | 2012-02-04 | 1 | -8/+0 |
|
|
* | | merge with 3.2 | Sandro Tosi | 2012-01-07 | 1 | -3/+6 |
|\ \
| |/ |
|
| * | 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 |
|\ \
| |/ |
|
| * | Some formatting & grammar fixes for the multiprocessing doc | Eli Bendersky | 2011-12-31 | 1 | -14/+14 |
|
|
* | | Issue #12708: Add starmap() and starmap_async() methods (similar to itertools... | Antoine Pitrou | 2011-12-21 | 1 | -0/+18 |
|
|
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -2/+2 |
|
|
* | | Replace mentions of IOError | Antoine Pitrou | 2011-10-12 | 1 | -1/+6 |
|
|
* | | 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 |
|
|