Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Python <3.7 related cleanups | Brigitta Sipőcz | 2022-05-23 | 1 | -3/+0 |
| | |||||
* | MAINT: Remove encoding declarations: # -*- coding: utf-8 -*- | Dimitri Papadopoulos | 2021-10-06 | 1 | -1/+0 |
| | | | | In Python 3, the default source file encoding is UTF-8. | ||||
* | MAINT: Cleanup tools/changelog.py | Charles Harris | 2021-05-10 | 1 | -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 Harris | 2021-05-09 | 1 | -10/+19 |
| | | | | Closes #18969 | ||||
* | BUG: Make changelog recognize ``gh-`` as PR number prefix. | Charles Harris | 2021-05-07 | 1 | -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.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 |