summaryrefslogtreecommitdiff
path: root/defusedxml/pulldom.py
Commit message (Collapse)AuthorAgeFilesLines
* Reformat all code with black 18.9b0Christian Heimes2019-04-141-4/+11
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Use https:// URLs where availableJon Dufresne2019-04-141-1/+1
|
* Add missing parser_list argument to sax.make_parser()Christian Heimes2013-02-201-0/+34
The argument is ignored, though. (thanks to Florian Apolloner)