Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes ↵ | Jesse Noller | 2009-06-30 | 1 | -0/+32 | |
| | | | | in processes | |||||
* | 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 | |
| | | | | | | | | | | enabling doctests that Sphinx can run, and fixing and disabling tests that Sphinx can't run. I hand checked every test not now marked as a doctest, and all except the two that have open bug reports against them now work, at least on Linux/trunk. (I did not look at the last example at all since there was already an open bug). I did not read the whole document with an editor's eye, but I did fix a few things I noticed while working on the tests. | |||||
* | 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 | |
| | ||||||
* | Fix multiprocessing.event to match the new threading.Event API | Jesse Noller | 2009-04-01 | 1 | -0/+6 | |
| | ||||||
* | Properly document multiprocessing's logging support, resolve outstanding ↵ | Jesse Noller | 2009-01-25 | 1 | -7/+51 | |
| | | | | issues with the custom levels | |||||
* | Issue 4593: apply() documentation is unclear | Jesse Noller | 2009-01-22 | 1 | -1/+3 | |
| | ||||||
* | Resolve issue 4449: AssertionError in mp_benchmarks.py | Jesse Noller | 2009-01-18 | 1 | -3/+3 | |
| | ||||||
* | Fix two issues found by the suspicious builder. | Georg Brandl | 2009-01-04 | 1 | -1/+1 | |
| | ||||||
* | Remove tabs from the documentation. | Georg Brandl | 2009-01-03 | 1 | -1/+1 | |
| | ||||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -18/+18 | |
| | ||||||
* | Fix indentation. | Georg Brandl | 2009-01-03 | 1 | -6/+6 | |
| | ||||||
* | #4811: fix markup glitches (mostly remains of the conversion), | Georg Brandl | 2009-01-02 | 1 | -9/+9 | |
| | | | | found by Gabriel Genellina. | |||||
* | #4778: attributes can't be called. | Georg Brandl | 2008-12-30 | 1 | -1/+1 | |
| | ||||||
* | Use :samp: role. | Georg Brandl | 2008-12-27 | 1 | -2/+2 | |
| | ||||||
* | #4695: fix backslashery. | Georg Brandl | 2008-12-27 | 1 | -2/+2 | |
| | ||||||
* | _call_method -> _callmethod and _get_value to _getvalue | Benjamin Peterson | 2008-12-19 | 1 | -9/+9 | |
| | ||||||
* | mp docs - fix issues 4012,3518,4193 | Jesse Noller | 2008-11-28 | 1 | -20/+108 | |
| | ||||||
* | #4364: fix attribute name on ctypes object. | Georg Brandl | 2008-11-22 | 1 | -2/+2 | |
| | ||||||
* | use correct name | Benjamin Peterson | 2008-11-11 | 1 | -1/+1 | |
| | ||||||
* | part of #4012: kill off old name "processing". | Georg Brandl | 2008-10-16 | 1 | -5/+5 | |
| | ||||||
* | Edits, and add markup | Andrew M. Kuchling | 2008-09-30 | 1 | -4/+4 | |
| | ||||||
* | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick ↵ | Jesse Noller | 2008-09-30 | 1 | -0/+7 | |
| | | | | Coghlan, Damien Miller | |||||
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 1 | -2/+2 | |
| | ||||||
* | Fix typo in multiprocessing doc, cancel_join_thread was missing _thread | Jesse Noller | 2008-09-06 | 1 | -1/+1 | |
| | ||||||
* | Clarify that some attributes/methods are listed somewhat separately because ↵ | Brett Cannon | 2008-08-24 | 1 | -1/+2 | |
| | | | | they are not part of the threading API. | |||||
* | fix up the multiprocessing docs a little | Benjamin Peterson | 2008-08-20 | 1 | -34/+22 | |
| | ||||||
* | issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵ | Jesse Noller | 2008-08-19 | 1 | -10/+10 | |
| | | | | and convert them to properties. Update the docs and the examples included. | |||||
* | Typo fix | Andrew M. Kuchling | 2008-07-14 | 1 | -1/+1 | |
| | ||||||
* | Typo fix | Andrew M. Kuchling | 2008-07-14 | 1 | -1/+1 | |
| | ||||||
* | Typo fixes | Andrew M. Kuchling | 2008-07-14 | 1 | -3/+4 | |
| | ||||||
* | fix various doc typos #3320 | Benjamin Peterson | 2008-07-12 | 1 | -5/+5 | |
| | ||||||
* | edit multiprocessing docs | Benjamin Peterson | 2008-06-27 | 1 | -90/+83 | |
| | ||||||
* | Remove some standalone material from the introduction; various markup and ↵ | Andrew M. Kuchling | 2008-06-19 | 1 | -79/+21 | |
| | | | | typo fixes | |||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+2108 | |