summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Run GHA in bug fix branchesmasterChristian Heimes2021-03-081-3/+9
* Fix regression defusedxml.ElementTree.ParseErrorChristian Heimes2021-03-085-3/+22
* Add ElementTree.fromstringlist()Christian Heimes2021-03-045-0/+27
* Simplify code, remove _generate_etree_functionsChristian Heimes2021-03-042-53/+42
* make cElementTree an alias for ElementTreeChristian Heimes2021-03-043-22/+20
* Drop Python 2 supportChristian Heimes2021-03-0410-78/+32
* Open main branch for 0.8.0 devChristian Heimes2021-03-043-1/+7
* Prepare release 0.7.0v0.7.0Christian Heimes2021-03-043-1/+15
* Become 0.7.0rc2v0.7.0rc2Christian Heimes2021-01-123-9/+9
* Update URL: ambv/black → psf/blackJon Dufresne2021-01-122-2/+2
* Restore xml.etree.ElementTree after patchChristian Heimes2021-01-124-6/+23
* Prepare 0.7.0.rc2Christian Heimes2021-01-123-1/+16
* Re-add cElementTree module and deprecate itChristian Heimes2021-01-127-23/+28
* Reformat doc strings with latest blackChristian Heimes2021-01-122-14/+7
* Add github actionsChristian Heimes2021-01-125-43/+44
* Become 0.7.0.rc1v0.7.0.rc1Christian Heimes2020-05-043-6/+6
* Python 3.9 compatibilityChristian Heimes2020-04-1512-23/+72
* Create SECURITY.mdChristian Heimes2019-09-091-0/+12
* Prepare release 0.6.0v0.6.0Christian Heimes2019-04-173-2/+18
* Mark some lines as non-reachableChristian Heimes2019-04-155-9/+9
* Test more minidomChristian Heimes2019-04-151-1/+17
* Add codecov and badgesChristian Heimes2019-04-156-23/+58
* Prepare release 0.6.0.rc1v0.6.0.rc10.6.0rc1Christian Heimes2019-04-143-6/+6
* Reformat all code with black 18.9b0Christian Heimes2019-04-1416-233/+294
* Add black formatter support and checksChristian Heimes2019-04-144-3/+18
* Use Github style markdown for README.mdChristian Heimes2019-04-142-237/+234
* deprecate defusedxml.lxmlChristian Heimes2019-04-144-3/+24
* Deprecate lxmlChristian Heimes2019-04-141-0/+9
* Fix XMLParse typoChristian Heimes2019-04-144-6/+17
* Fix typosJakub Wilk2019-04-143-10/+10
* TravisCI needs dist Xenial to test 3.7 and 3.8Christian Heimes2019-04-141-0/+2
* Add ParseError to __all__Christian Heimes2019-04-142-2/+5
* Fail early when pyexpat is missingChristian Heimes2019-04-142-0/+7
* Deprecate html argument from ParsersChristian Heimes2019-04-143-4/+36
* Drop support for Python 3.4Christian Heimes2019-04-144-4/+3
* Test on Python 3.7 stable and 3.8-devChristian Heimes2019-04-144-7/+15
* Prepare 0.6.0.dev1Christian Heimes2019-04-142-1/+9
* Update bitbucket.org links to github.comJon Dufresne2019-04-142-7/+6
* Use https:// URLs where availableJon Dufresne2019-04-1413-33/+33
* Fix README: it's sax.make_parser()Christian Heimes2017-02-102-2/+9
* Prepare 0.5.0v0.5.0Christian Heimes2017-02-092-1/+8
* Prepare release 0.5.0.rc1v0.5.0.rc1Christian Heimes2017-01-283-7/+7
* Update links and package building to release 0.5.0.dev1Christian Heimes2017-01-283-4/+4
* Add markdown copy of README and CHANGEs for github usersChristian Heimes2017-01-284-5/+789
* Run flake8 and doc checks in TravisChristian Heimes2017-01-281-0/+6
* check flake8 and docsChristian Heimes2017-01-281-1/+32
* Fix flake8 violationsChristian Heimes2017-01-2811-40/+79
* Remove Python 2.6 and 3.3 from Travis CIChristian Heimes2017-01-281-4/+0
* Update changelogChristian Heimes2017-01-281-0/+10
* Test under Python 3.6Christian Heimes2017-01-281-2/+3