summaryrefslogtreecommitdiff
path: root/defusedxml/cElementTree.py
Commit message (Expand)AuthorAgeFilesLines
* Fix regression defusedxml.ElementTree.ParseErrorChristian Heimes2021-03-081-0/+2
* Add ElementTree.fromstringlist()Christian Heimes2021-03-041-0/+2
* make cElementTree an alias for ElementTreeChristian Heimes2021-03-041-20/+14
* Re-add cElementTree module and deprecate itChristian Heimes2021-01-121-3/+8
* Python 3.9 compatibilityChristian Heimes2020-04-151-1/+5
* Reformat all code with black 18.9b0Christian Heimes2019-04-141-5/+14
* Fix XMLParse typoChristian Heimes2019-04-141-3/+4
* Use https:// URLs where availableJon Dufresne2019-04-141-1/+1
* Fix flake8 violationsChristian Heimes2017-01-281-1/+6
* Drop Python 2.6, 3.1 to 3.3 supportChristian Heimes2017-01-281-2/+2
* Add missing parser_list argument to sax.make_parser()Christian Heimes2013-02-201-0/+25