Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix regression defusedxml.ElementTree.ParseError | Christian Heimes | 2021-03-08 | 1 | -0/+2 |
* | Add ElementTree.fromstringlist() | Christian Heimes | 2021-03-04 | 1 | -0/+2 |
* | make cElementTree an alias for ElementTree | Christian Heimes | 2021-03-04 | 1 | -20/+14 |
* | Re-add cElementTree module and deprecate it | Christian Heimes | 2021-01-12 | 1 | -3/+8 |
* | Python 3.9 compatibility | Christian Heimes | 2020-04-15 | 1 | -1/+5 |
* | Reformat all code with black 18.9b0 | Christian Heimes | 2019-04-14 | 1 | -5/+14 |
* | Fix XMLParse typo | Christian Heimes | 2019-04-14 | 1 | -3/+4 |
* | Use https:// URLs where available | Jon Dufresne | 2019-04-14 | 1 | -1/+1 |
* | Fix flake8 violations | Christian Heimes | 2017-01-28 | 1 | -1/+6 |
* | Drop Python 2.6, 3.1 to 3.3 support | Christian Heimes | 2017-01-28 | 1 | -2/+2 |
* | Add missing parser_list argument to sax.make_parser() | Christian Heimes | 2013-02-20 | 1 | -0/+25 |