summaryrefslogtreecommitdiffstats
path: root/Lib/test/xmltestdata/c14n-20
Commit message (Collapse)AuthorAgeFilesLines
* Add correct license for C14N test suite to license docs. (GH-13055)Stefan Behnel2019-05-021-1/+27
|
* bpo-13611: Include C14N 2.0 test data in installation (GH-13053)Stefan Behnel2019-05-021-0/+14
| | | | * Include C14N 2.0 test data in installation. * Add README file to the C14N test data directory to reference the original source and licensing conditions.
* bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)Stefan Behnel2019-05-0155-0/+294
* Implement C14N 2.0 as a new canonicalize() function in ElementTree. Missing features: - prefix renaming in XPath expressions (tag and attribute text is supported) - preservation of original prefixes given redundant namespace declarations