Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely | Antoine Pitrou | 2011-11-09 | 1 | -1/+5 |
| | | | | when called with a timeout. Patch by Arnaud Ysmal. | ||||
* | Issue #4106: Fix occasional exceptions printed out by multiprocessing on ↵ | Antoine Pitrou | 2011-08-24 | 1 | -7/+1 |
| | | | | | | | interpreter shutdown. This bug doesn't seem to exist on 3.2, where daemon threads are killed before Py_Finalize() is entered. | ||||
* | Merged revisions 87225 via svnmerge from | R. David Murray | 2010-12-14 | 1 | -1/+27 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........ | ||||
* | revert unintended change to multiprocessing/queues.py | Jesse Noller | 2009-11-21 | 1 | -18/+2 |
| | |||||
* | issue5738: The distribution example was confusing, and out of date. It's too ↵ | Jesse Noller | 2009-11-21 | 1 | -2/+18 |
| | | | | large to include inline in the docs as well. It belongs in an addons module outside the stdlib. Removing. | ||||
* | Fix issue 4660: spurious task_done errors in multiprocessing, remove doc ↵ | Jesse Noller | 2009-08-06 | 1 | -3/+16 |
| | | | | note for from_address | ||||
* | Typo fix. | Georg Brandl | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | add JoinableQueue to __all__ | Jesse Noller | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | change a few uses of the threading APIs | Benjamin Peterson | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 1 | -356/+356 |
| | |||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -17/+17 |
| | |||||
* | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+356 |