summaryrefslogtreecommitdiff
path: root/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update URL: ambv/black → psf/blackJon Dufresne2021-01-121-1/+1
|
* Re-add cElementTree module and deprecate itChristian Heimes2021-01-121-1/+2
| | | | | | | ``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>
* Python 3.9 compatibilityChristian Heimes2020-04-151-0/+2
| | | | | | | | | | | 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>
* Add codecov and badgesChristian Heimes2019-04-151-0/+26
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* deprecate defusedxml.lxmlChristian Heimes2019-04-141-0/+3
| | | | Signed-off-by: Christian Heimes <christian@python.org>
* Fix typosJakub Wilk2019-04-141-4/+4
|
* Update bitbucket.org links to github.comJon Dufresne2019-04-141-3/+3
| | | | | Looks like the project has moved. Update the documentation to reflect this.
* Use https:// URLs where availableJon Dufresne2019-04-141-9/+9
|
* Fix README: it's sax.make_parser()Christian Heimes2017-02-101-1/+1
| | | | | Closes: #7 Signed-off-by: Christian Heimes <christian@python.org>
* Add markdown copy of README and CHANGEs for github usersChristian Heimes2017-01-281-1/+1
|
* xmlrpc doesn't do external retrievalChristian Heimes2013-03-251-3/+3
|
* add possible issue with XMLSchema locationChristian Heimes2013-03-071-1/+15
| | | | fixed XSLT bug
* Add links to PyPIChristian Heimes2013-02-251-3/+7
| | | | fixed grammar (thx Terry)
* fix typosFred Drake2013-02-191-2/+2
|
* openstack is going to use Python's CVE numbersChristian Heimes2013-02-191-15/+0
|
* spellingChristian Heimes2013-02-191-1/+1
|
* document new expat featuresChristian Heimes2013-02-181-2/+79
|
* document features in stdlibChristian Heimes2013-02-171-3/+52
| | | | how to protect .NET and Java
* more documentation and referencesChristian Heimes2013-02-171-53/+102
|
* other things list is pessimisticChristian Heimes2013-02-151-4/+6
|
* document lxml and xmlrpc modulesChristian Heimes2013-02-151-5/+18
|
* Document forbid_externalChristian Heimes2013-02-151-6/+12
|
* xmlrpclib's ExpatParser needs protection, tooChristian Heimes2013-02-151-13/+20
|
* more thanks and explain othersChristian Heimes2013-02-151-1/+13
|
* remove libxml2 Python lib from tableChristian Heimes2013-02-141-13/+13
|
* document defusedxml modulesChristian Heimes2013-02-141-0/+28
|
* start to document packageChristian Heimes2013-02-141-14/+63
|
* added CVEChristian Heimes2013-02-141-0/+14
|
* more thanks and xincludeChristian Heimes2013-02-141-6/+23
|
* xincludeChristian Heimes2013-02-141-2/+16
|
* Add Genshi testsChristian Heimes2013-02-141-12/+14
|
* more testing and docs for ruby and phpChristian Heimes2013-02-131-3/+7
|
* more on general XML attacksChristian Heimes2013-02-131-5/+13
|
* moved some sections aroundChristian Heimes2013-02-131-38/+82
| | | | | document decompression bombs add some infos about Java and .NET
* Grammar touch-upsBrett Cannon2013-02-121-33/+34
|
* add examples for other languagesChristian Heimes2013-02-121-0/+39
|
* quote url://Christian Heimes2013-02-121-7/+7
|
* document even more casesChristian Heimes2013-02-121-12/+84
|
* reformat thanksChristian Heimes2013-02-121-3/+4
|
* implement iterparser patch for Python 2.6Christian Heimes2013-02-121-1/+0
|
* thank you to my employerChristian Heimes2013-02-121-1/+5
|
* document billion laughs and attribute blowupChristian Heimes2013-02-121-18/+48
|
* prefix all callback methods with 'defused_' so it is actually possible to ↵Christian Heimes2013-02-121-14/+49
| | | | | | call the original methods import tostring from all etree modules
* corrected list for external entity expansionChristian Heimes2013-02-111-1/+1
|
* prepare first releasev0.1Christian Heimes2013-02-081-0/+2
|
* toc, inline xml docsChristian Heimes2013-02-081-16/+38
|
* document license and contributorsChristian Heimes2013-02-081-3/+12
|
* add possible PI, DTD and XPath issuesChristian Heimes2013-02-081-0/+164