summaryrefslogtreecommitdiff
path: root/defusedxml/xmlrpc.py
Commit message (Collapse)AuthorAgeFilesLines
* Drop Python 2 supportChristian Heimes2021-03-041-21/+12
|
* Mark some lines as non-reachableChristian Heimes2019-04-151-5/+5
|
* Reformat all code with black 18.9b0Christian Heimes2019-04-141-13/+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-7/+11
|
* Drop Python 2.6, 3.1 to 3.3 supportChristian Heimes2017-01-281-13/+6
|
* Add missing parser_list argument to sax.make_parser()Christian Heimes2013-02-201-0/+160
The argument is ignored, though. (thanks to Florian Apolloner)