Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop Python 2 support | Christian Heimes | 2021-03-04 | 1 | -21/+12 |
| | |||||
* | Mark some lines as non-reachable | Christian Heimes | 2019-04-15 | 1 | -5/+5 |
| | |||||
* | Reformat all code with black 18.9b0 | Christian Heimes | 2019-04-14 | 1 | -13/+9 |
| | | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | Use https:// URLs where available | Jon Dufresne | 2019-04-14 | 1 | -1/+1 |
| | |||||
* | Fix flake8 violations | Christian Heimes | 2017-01-28 | 1 | -7/+11 |
| | |||||
* | Drop Python 2.6, 3.1 to 3.3 support | Christian Heimes | 2017-01-28 | 1 | -13/+6 |
| | |||||
* | Add missing parser_list argument to sax.make_parser() | Christian Heimes | 2013-02-20 | 1 | -0/+160 |
The argument is ignored, though. (thanks to Florian Apolloner) |