Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add pypi workflow | Christian Heimes | 2022-07-14 | 1 | -0/+2 |
| | |||||
* | Officially support Python 3.10 | Christian Heimes | 2021-10-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | Drop Python 2 support | Christian Heimes | 2021-03-04 | 1 | -5/+1 |
| | |||||
* | Python 3.9 compatibility | Christian Heimes | 2020-04-15 | 1 | -0/+1 |
| | | | | | | | | | | | Python 3.9 no longer ships the xml.etree.cElementTree module. defusedxml no longer provides the a fixed module with 3.9 as well. defusedxml.cElementTree is still available with 3.8. See: https://bugs.python.org/issue36543 See: https://github.com/python/cpython/pull/19108 Fixes: https://github.com/tiran/defusedxml/issues/50 Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | Drop support for Python 3.4 | Christian Heimes | 2019-04-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | Test on Python 3.7 stable and 3.8-dev | Christian Heimes | 2019-04-14 | 1 | -0/+2 |
| | | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | Update links and package building to release 0.5.0.dev1 | Christian Heimes | 2017-01-28 | 1 | -2/+2 |
| | |||||
* | Fix flake8 violations | Christian Heimes | 2017-01-28 | 1 | -1/+5 |
| | |||||
* | Drop Python 2.6, 3.1 to 3.3 support | Christian Heimes | 2017-01-28 | 1 | -4/+3 |
| | |||||
* | use setuptools | Christian Heimes | 2016-08-23 | 1 | -1/+3 |
| | |||||
* | Prepare release 0.4.1v0.4.1 | Christian Heimes | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | Add missing parser_list argument to sax.make_parser() | Christian Heimes | 2013-02-20 | 1 | -0/+58 |
The argument is ignored, though. (thanks to Florian Apolloner) |