summaryrefslogtreecommitdiff
path: root/tools/c_coverage/c_coverage_report.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15702 from mwtoews/optparseCharles Harris2020-03-081-24/+27
|\
| * MAINT: replace optparse with argparse for 'doc' and 'tools' scriptsMike Taves2020-03-091-24/+27
* | convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
|/
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Fix deprecated escape sequences in tools/Charles Harris2017-02-251-3/+3
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-2/+1
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-3/+3
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Remove xreadlines and replace f.readlines() by f where valid.Charles Harris2013-03-051-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Add first cut of C code coverage toolmdroe2009-10-271-0/+182