summaryrefslogtreecommitdiff
path: root/utils/reindent.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: Remove the 'reindent' toolStephen Finucane2017-10-051-320/+0
| | | | | | | | | | | | Nobody seems to be using this, probably because of the 'flake8' target, and it hasn't been touched, some Python/flake8 updates aside in years. Just remove it. The Make target is not removed to both give us time to warn users that the target is gone and, more importantly, to prevent merge conflicts with other patches being submitted at the same time. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Fix flake8 violationsTakeshi KOMIYA2017-01-121-9/+9
|
* Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-161-0/+1
|\
| * insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa2016-11-161-0/+1
| |
* | Handle more file closing with "with"Ville Skyttä2016-07-071-5/+4
|/
* Use six in util/reindent.pyTakeshi KOMIYA2016-06-121-2/+3
|
* Fix flake8 violation (utils/reindent.py)Takeshi KOMIYA2016-06-121-12/+19
|
* Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-14/+15
| | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* Added latest reindent.py fileDaniel Neuhäuser2010-05-171-45/+51
|
* ported utils/reindent.py to python 3.xDaniel Neuhäuser2010-05-171-9/+20
|
* Fixed issue #1Daniel Neuhäuser2010-05-011-1/+2
|
* Fix more line length and trailing whitespace.Georg Brandl2009-01-101-2/+4
|
* Initial import of the doc tools.Georg Brandl2007-07-231-0/+291