summaryrefslogtreecommitdiff
path: root/coverage/multiproc.py
Commit message (Expand)AuthorAgeFilesLines
* Make version checking more uniformNed Batchelder2018-06-131-3/+3
* Now with COVERAGE_RCFILE, no need for multiprocessing to do its own env thingNed Batchelder2018-04-191-6/+2
* Private attributes should be indicated (debug)Ned Batchelder2018-03-131-1/+1
* A new warning for files already imported before coverage startsNed Batchelder2018-02-201-0/+1
* Add more debugging for thorny multiprocessing issuesNed Batchelder2016-09-231-1/+7
* Set the rcfile for multiprocessing subprocessesNed Batchelder2016-07-241-6/+19
* Multiprocessing needs to communicate the rcfile down to the subprocessesNed Batchelder2016-07-131-15/+21
* Rename to multiproc.py, since it only does one thing.Ned Batchelder2016-07-121-0/+80