summaryrefslogtreecommitdiff
path: root/tools/changelog.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-231-3/+0
|
* MAINT: Remove encoding declarations: # -*- coding: utf-8 -*-Dimitri Papadopoulos2021-10-061-1/+0
| | | | In Python 3, the default source file encoding is UTF-8.
* MAINT: Cleanup tools/changelog.pyCharles Harris2021-05-101-24/+20
| | | | | | * Combine author/co-author search. * Get rid of 'u' prefix, it is no longer needed. * Use raw strings in regular expressions
* ENH: Include co-authors in changelog.Charles Harris2021-05-091-10/+19
| | | | Closes #18969
* BUG: Make changelog recognize ``gh-`` as PR number prefix.Charles Harris2021-05-071-3/+7
| | | | | | The changelog.py script was only recognizing fast forward merges where the PR number was of the form "(#xxxxx)", but some people were merging using the "(gh-xxxxx)" form. Fix that.
* STY: Minor style fixups to changelog.pyCharles Harris2020-10-301-2/+3
|
* 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