Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: Fix flake8 whitespace error | Nirbheek Chauhan | 2022-07-31 | 1 | -1/+1 |
| | | | | | + python -m flake8 ./examples/demo/demos/combobox.py:212:24: E275 missing whitespace after keyword | ||||
* | flake8: fix errors with new flake8 3.8.0 | Christoph Reiter | 2020-05-17 | 1 | -2/+2 |
| | |||||
* | Remove all Python 2 Python code | Christoph Reiter | 2020-04-15 | 1 | -1/+0 |
| | |||||
* | GTK+ -> GTK | Christoph Reiter | 2019-02-13 | 2 | -4/+4 |
| | |||||
* | examples: fix new flake8 warnings | Christoph Reiter | 2019-01-27 | 2 | -8/+8 |
| | |||||
* | Always use utf-8 and not the default encoding | Christoph Reiter | 2018-04-08 | 1 | -2/+2 |
| | | | | | In the recent cleanup I missed that Python 2 doesn't default to utf-8 there. | ||||
* | flake8: remove python2 builtin list | Christoph Reiter | 2018-04-07 | 1 | -12/+5 |
| | | | | | Only use the _compat aliases and hide them in _compat through eval(). This will make flake8 complain in case any py2 only builtins are used. | ||||
* | demo: pep8 fixes | Christoph Reiter | 2017-12-08 | 28 | -670/+700 |
| | | | | The demo app now gets analyzed by pep8 since it was moved to the examples. | ||||
* | demo: Move demo into examples and dist it | Christoph Reiter | 2017-12-06 | 61 | -0/+6423 |
We might want to install it in the future, but until then at least put it into the tarball. https://bugzilla.gnome.org/show_bug.cgi?id=735918 |