summaryrefslogtreecommitdiff
path: root/tools/changelog.py
Commit message (Collapse)AuthorAgeFilesLines
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
| | | | Signed-off-by: Changqing Li <changqing.li@windriver.com>
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-4/+2
|
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-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 Harris2018-12-191-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 Harris2018-01-181-4/+4
| | | | [skip ci]
* MAINT: Move `tools/announce.py` to `tools/changelog.py`.Charles Harris2018-01-181-0/+150