| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make all shebangs python3 | Bob Halley | 2020-05-01 | 1 | -1/+1 |
| | | |||||
| * | Remove "from __future__ import" statements. | Brian Wellington | 2020-05-01 | 1 | -1/+0 |
| | | | | | None of these are needed anymore. | ||||
| * | Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade | Hugo | 2018-09-06 | 1 | -10/+10 |
| | | |||||
| * | Initial type signatures | Janus | 2018-07-31 | 1 | -14/+33 |
| | | |||||
| * | examples/zonediff: fix pylint (singleton-comparison) | Tomas Krizek | 2018-07-18 | 1 | -3/+3 |
| | | |||||
| * | Pylint: remove bare excepts | Martin | 2016-08-31 | 1 | -2/+2 |
| | | | | | Bare excepts should not be used, because they may hide system exceptions such as KeyboardInterupts or SystemExits. | ||||
| * | Pylint: examples: py3 replace deprecated optparse with argparse | Martin | 2016-07-02 | 1 | -9/+9 |
| | | |||||
| * | Pylint: examples: fix redefined sys from outer scope error | Martin | 2016-07-02 | 1 | -3/+2 |
| | | | | | This was more false positive than actual error, but I replaced sys.exit() by SystemExit exception rather than disabling check there | ||||
| * | Pylint: examples: fix basestring is not in py3 | Martin | 2016-07-02 | 1 | -9/+9 |
| | | |||||
| * | Pylint: examples: fix extremenly long lines | Martin | 2016-07-02 | 1 | -6/+24 |
| | | |||||
| * | Pylint: examples: fix redefined variables from outer scope | Martin | 2016-07-02 | 1 | -1/+5 |
| | | |||||
| * | Pylint: examples: fix singleton comparison | Martin | 2016-07-02 | 1 | -1/+1 |
| | | |||||
| * | Pylint: examples: fix whitespace errors | Martin | 2016-07-02 | 1 | -17/+16 |
| | | |||||
| * | Pylint: examples: do py2/3 compatible prints | Martin | 2016-07-02 | 1 | -2/+4 |
| | | |||||
| * | Fix typos | Jakub Wilk | 2016-05-26 | 1 | -1/+1 |
| | | |||||
| * | Add zonediff.py to examples | Bob Halley | 2010-10-31 | 1 | -0/+270 |
