summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
Commit message (Expand)AuthorAgeFilesLines
* Properly document multiprocessing's logging support, resolve outstanding issu...Jesse Noller2009-01-251-7/+51
* Issue 4593: apply() documentation is unclearJesse Noller2009-01-221-1/+3
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-181-3/+3
* Fix two issues found by the suspicious builder.Georg Brandl2009-01-041-1/+1
* Remove tabs from the documentation.Georg Brandl2009-01-031-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-18/+18
* Fix indentation.Georg Brandl2009-01-031-6/+6
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-9/+9
* #4778: attributes can't be called.Georg Brandl2008-12-301-1/+1
* Use :samp: role.Georg Brandl2008-12-271-2/+2
* #4695: fix backslashery.Georg Brandl2008-12-271-2/+2
* _call_method -> _callmethod and _get_value to _getvalueBenjamin Peterson2008-12-191-9/+9
* mp docs - fix issues 4012,3518,4193Jesse Noller2008-11-281-20/+108
* #4364: fix attribute name on ctypes object.Georg Brandl2008-11-221-2/+2
* use correct nameBenjamin Peterson2008-11-111-1/+1
* part of #4012: kill off old name "processing".Georg Brandl2008-10-161-5/+5
* Edits, and add markupAndrew M. Kuchling2008-09-301-4/+4
* issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...Jesse Noller2008-09-301-0/+7
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-2/+2
* Fix typo in multiprocessing doc, cancel_join_thread was missing _threadJesse Noller2008-09-061-1/+1
* Clarify that some attributes/methods are listed somewhat separately because t...Brett Cannon2008-08-241-1/+2
* fix up the multiprocessing docs a littleBenjamin Peterson2008-08-201-34/+22
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-191-10/+10
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
* Typo fixesAndrew M. Kuchling2008-07-141-3/+4
* fix various doc typos #3320Benjamin Peterson2008-07-121-5/+5
* edit multiprocessing docsBenjamin Peterson2008-06-271-90/+83
* Remove some standalone material from the introduction; various markup and typ...Andrew M. Kuchling2008-06-191-79/+21
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+2108