Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-add cElementTree module and deprecate it | Christian Heimes | 2021-01-12 | 1 | -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 black | Christian Heimes | 2021-01-12 | 1 | -4/+2 |
| | | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | Reformat all code with black 18.9b0 | Christian Heimes | 2019-04-14 | 1 | -21/+13 |
| | | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | deprecate defusedxml.lxml | Christian Heimes | 2019-04-14 | 1 | -2/+3 |
| | | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | Deprecate lxml | Christian Heimes | 2019-04-14 | 1 | -0/+9 |
| | | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | Use https:// URLs where available | Jon Dufresne | 2019-04-14 | 1 | -1/+1 |
| | |||||
* | Fix flake8 violations | Christian Heimes | 2017-01-28 | 1 | -5/+9 |
| | |||||
* | Add missing parser_list argument to sax.make_parser() | Christian Heimes | 2013-02-20 | 1 | -0/+149 |
The argument is ignored, though. (thanks to Florian Apolloner) |