Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-17 | Clean up and modernize Python support code | David Robillard | 1 | -59/+66 | |
Switches to safer and more modern idioms, and addresses many issues raised by flake8 and pylint. | |||||
2022-07-17 | Format all Python code with black | David Robillard | 1 | -40/+49 | |
2022-07-17 | Use "python3" in shebangs | David Robillard | 1 | -1/+1 | |
Python 2 hit EOL long ago, and some systems don't have a "python" at all. | |||||
2020-02-16 | Use standard Turtle lexer in Pygments | David Robillard | 1 | -2/+2 | |
A Turtle lexer was finally added in Pygments 2.1. | |||||
2018-09-23 | Fix various Python style issues | David Robillard | 1 | -6/+6 | |
2016-10-03 | Include headers in literate documentation | David Robillard | 1 | -1/+1 | |
2014-08-05 | Improve book style. | David Robillard | 1 | -2/+2 | |
2013-12-25 | Bookify examploscope documentation. | David Robillard | 1 | -4/+18 | |
Fix book generator to include single-star C comments in code blocks. | |||||
2012-12-31 | Generate book from example plugin source. | David Robillard | 1 | -0/+113 | |