Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STY: Minor style fixups to changelog.py | Charles Harris | 2020-10-30 | 1 | -2/+3 |
| | |||||
* | convert shebang from python to python3 (#15687) | Changqing Li | 2020-03-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Changqing Li <changqing.li@windriver.com> | ||||
* | [MAINT] Cleanup python2 sys.version checks | Seth Troisi | 2020-01-20 | 1 | -4/+2 |
| | |||||
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
| | | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior. | ||||
* | MAINT: Update changelog.py for Python 3. | Charles Harris | 2018-12-19 | 1 | -2/+4 |
| | | | | | | | | - Don't use UTF8Writer in Python 3. - Don't use print() for blank lines. This is left compatible with Python 2 as someone may use it with that version and there is no need to force the change. | ||||
* | MAINT: Update changlog.py docstring. | Charles Harris | 2018-01-18 | 1 | -4/+4 |
| | | | | [skip ci] | ||||
* | MAINT: Move `tools/announce.py` to `tools/changelog.py`. | Charles Harris | 2018-01-18 | 1 | -0/+150 |