Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15702 from mwtoews/optparse | Charles Harris | 2020-03-08 | 1 | -24/+27 |
|\ | |||||
| * | MAINT: replace optparse with argparse for 'doc' and 'tools' scripts | Mike Taves | 2020-03-09 | 1 | -24/+27 |
* | | convert shebang from python to python3 (#15687) | Changqing Li | 2020-03-04 | 1 | -1/+1 |
|/ | |||||
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | MAINT: Fix deprecated escape sequences in tools/ | Charles Harris | 2017-02-25 | 1 | -3/+3 |
* | MAINT: Apply 2to3 idioms fixer. | Charles Harris | 2013-05-02 | 1 | -2/+1 |
* | 2to3: apply `dict` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -3/+3 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Remove xreadlines and replace f.readlines() by f where valid. | Charles Harris | 2013-03-05 | 1 | -2/+2 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | Add first cut of C code coverage tool | mdroe | 2009-10-27 | 1 | -0/+182 |