summaryrefslogtreecommitdiff
path: root/defusedxml/lxml.py
Commit message (Collapse)AuthorAgeFilesLines
* Re-add cElementTree module and deprecate itChristian Heimes2021-01-121-1/+1
| | | | | | | ``xml.etree.ElementTree`` was re-added before Python 3.9.0 release. The alias will be removed in a future release. Signed-off-by: Christian Heimes <christian@python.org>
* Reformat doc strings with latest blackChristian Heimes2021-01-121-4/+2
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Reformat all code with black 18.9b0Christian Heimes2019-04-141-21/+13
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* deprecate defusedxml.lxmlChristian Heimes2019-04-141-2/+3
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Deprecate lxmlChristian Heimes2019-04-141-0/+9
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Use https:// URLs where availableJon Dufresne2019-04-141-1/+1
|
* Fix flake8 violationsChristian Heimes2017-01-281-5/+9
|
* Add missing parser_list argument to sax.make_parser()Christian Heimes2013-02-201-0/+149
The argument is ignored, though. (thanks to Florian Apolloner)