Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add correct license for C14N test suite to license docs. (GH-13055) | Stefan Behnel | 2019-05-02 | 1 | -1/+27 |
| | |||||
* | bpo-13611: Include C14N 2.0 test data in installation (GH-13053) | Stefan Behnel | 2019-05-02 | 1 | -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 Behnel | 2019-05-01 | 55 | -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 |