summaryrefslogtreecommitdiff
path: root/coverage/multiproc.py
Commit message (Collapse)AuthorAgeFilesLines
* Update pylintNed Batchelder2020-05-191-1/+1
|
* Use abspath to rc file so that chdir doesn't bork us. #890Ned Batchelder2019-12-231-1/+2
|
* Catch and display expceptions during multiprocessing bootstrap.Ned Batchelder2019-12-231-5/+13
|
* Silence a silly pylint warningNed Batchelder2019-06-011-1/+1
|
* Python 3.8 added an argument to _bootstrap. It should have been like this ↵Ned Batchelder2019-05-291-2/+2
| | | | anyway.
* Use pylint 2.xNed Batchelder2019-05-131-1/+1
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* 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
--HG-- rename : coverage/monkey.py => coverage/multiproc.py