Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |