aboutsummaryrefslogtreecommitdiff
path: root/devscripts/gh-pages/update-copyright.py
AgeCommit message (Collapse)Author
2023-07-25[build] Extend use of `devscripts/utils`dirkf
2018-06-04[devscripts/update-copyright] Update copyright yearSergey M․
2016-01-10Fix typosJakub Wilk
Closes #8200.
2014-11-26[test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister
From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
2014-11-23PEP8 appliedJouke Waleson
2012-12-30moved docs and updates generation scripts from gh-pages branch to devscriptsFilippo Valsorda