Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename to multiproc.py, since it only does one thing. | Ned Batchelder | 2016-07-12 | 1 | -80/+0 |
* | Update pylint to 1.5.6 | Ned Batchelder | 2016-06-25 | 1 | -1/+1 |
* | A little clean up of the monkey-patch | Ned Batchelder | 2016-01-10 | 1 | -10/+10 |
* | Make multiprocessing support work with spawned processes, which is what Windo... | Ned Batchelder | 2016-01-10 | 1 | -1/+29 |
* | Fix Windows support for multiprocessing monkey patch | Rodrigue Cloutier | 2015-12-10 | 1 | -20/+22 |
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -1/+4 |
* | A little cleanup of multiprocessing monkeypatching | Ned Batchelder | 2015-07-03 | 1 | -3/+4 |
* | Not sure why I used 1 in the first place. | Ned Batchelder | 2015-05-27 | 1 | -1/+1 |
* | Remove 4 pylint warnings. | Ned Batchelder | 2015-02-09 | 1 | -0/+1 |
* | Wildly experimental multiprocessing support. Covers most of #117. | Ned Batchelder | 2015-01-30 | 1 | -0/+45 |