Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: Remove the 'reindent' tool | Stephen Finucane | 2017-10-05 | 1 | -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 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -9/+9 |
| | |||||
* | Merge branch 'stable' into 1.5-release | Takeshi KOMIYA | 2016-11-16 | 1 | -0/+1 |
|\ | |||||
| * | insert blank line(s) to adapt latest flake8/pycodestyle | shimizukawa | 2016-11-16 | 1 | -0/+1 |
| | | |||||
* | | Handle more file closing with "with" | Ville Skyttä | 2016-07-07 | 1 | -5/+4 |
|/ | |||||
* | Use six in util/reindent.py | Takeshi KOMIYA | 2016-06-12 | 1 | -2/+3 |
| | |||||
* | Fix flake8 violation (utils/reindent.py) | Takeshi KOMIYA | 2016-06-12 | 1 | -12/+19 |
| | |||||
* | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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 file | Daniel Neuhäuser | 2010-05-17 | 1 | -45/+51 |
| | |||||
* | ported utils/reindent.py to python 3.x | Daniel Neuhäuser | 2010-05-17 | 1 | -9/+20 |
| | |||||
* | Fixed issue #1 | Daniel Neuhäuser | 2010-05-01 | 1 | -1/+2 |
| | |||||
* | Fix more line length and trailing whitespace. | Georg Brandl | 2009-01-10 | 1 | -2/+4 |
| | |||||
* | Initial import of the doc tools. | Georg Brandl | 2007-07-23 | 1 | -0/+291 |