summaryrefslogtreecommitdiff
path: root/defusedxml/common.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify code, remove _generate_etree_functionsChristian Heimes2021-03-041-44/+0
* Drop Python 2 supportChristian Heimes2021-03-041-5/+5
* Re-add cElementTree module and deprecate itChristian Heimes2021-01-121-2/+0
* Reformat doc strings with latest blackChristian Heimes2021-01-121-10/+5
* Python 3.9 compatibilityChristian Heimes2020-04-151-0/+2
* Mark some lines as non-reachableChristian Heimes2019-04-151-1/+1
* Reformat all code with black 18.9b0Christian Heimes2019-04-141-21/+30
* Fail early when pyexpat is missingChristian Heimes2019-04-141-0/+5
* Use https:// URLs where availableJon Dufresne2019-04-141-1/+1
* Fix flake8 violationsChristian Heimes2017-01-281-3/+5
* Drop Python 2.6, 3.1 to 3.3 supportChristian Heimes2017-01-281-54/+9
* Add missing parser_list argument to sax.make_parser()Christian Heimes2013-02-201-0/+163