summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Extend tests.Stefan Behnel2019-04-291-0/+20
* | Implement C14N 2.0 exclusion of tags and attributes.Stefan Behnel2019-04-282-2/+82
* | Increase test coverage by copying some tests from CPython.Stefan Behnel2019-04-282-0/+48
* | Do something useful with the result of target.close() in _tree_to_target(), f...Stefan Behnel2019-04-271-1/+1
* | Increase minimum Cython version to 0.29.7 which fixes a problem with the glob...Stefan Behnel2019-04-271-1/+1
* | Use Cython wheels for appveyor build.Stefan Behnel2019-04-271-1/+1
* | Fix last minute change.Stefan Behnel2019-04-271-1/+1
* | Correctly serialise text content in ET.write() and ET.tostring() with C14N 2.0.Stefan Behnel2019-04-275-24/+106
* | Update XML feature links in docs.Stefan Behnel2019-04-271-6/+8
* | Clean up ToC in api docs.Stefan Behnel2019-04-271-1/+0
* | Implement "c14n2" serialisation method via iterwalk().Stefan Behnel2019-04-273-11/+211
* | Make iterwalk() correctly handle comments and PIs via events (instead of repo...Stefan Behnel2019-04-272-14/+53
* | Reduce overhead in C14N serialisation for empty namespace and/or attribute li...Stefan Behnel2019-04-261-10/+16
* | Avoid redundant list of list creation.Stefan Behnel2019-04-261-1/+1
* | Add C14N 2.0 implementation.Stefan Behnel2019-04-2658-1/+797
* | Update changelog.Stefan Behnel2019-04-241-4/+3
* | Make a test optional that uses ctypes.Stefan Behnel2019-04-241-3/+6
* | Prevent invalid field access if parser target is None and clarify a callback ...Stefan Behnel2019-04-221-4/+8
* | Rename test to make it run later since it's more complex than other related t...Stefan Behnel2019-04-221-1/+1
* | Make bit enums in sax parser more obvious.Stefan Behnel2019-04-221-14/+14
* | Tighten conditions under which we need to overwrite the parser start/end even...Stefan Behnel2019-04-221-7/+17
* | Fix end-ns reporting in pull parser when start-ns events are not requested.Stefan Behnel2019-04-222-8/+54
* | Leave constant tuple packing to Cython.Stefan Behnel2019-04-221-4/+1
* | Increase master version.Stefan Behnel2019-04-221-1/+1
* | Repair handling of "end_ns" target callbacks when "start" events are not requ...Stefan Behnel2019-04-222-41/+121
* | Disable a compatibility test in Py3.8 < alpha4 where it fails in ElementTree.Stefan Behnel2019-04-211-2/+2
* | Disable a compatibility test in Py3.5 where it fails in ElementTree. (It woul...Stefan Behnel2019-04-211-0/+1
* | Remove support for CPython 3.4.Stefan Behnel2019-04-211-2/+0
* | Remove support for CPython 3.4.Stefan Behnel2019-04-214-5/+6
* | Fix a test that was assigning an incorrectly sized slice.Stefan Behnel2019-04-211-3/+7
* | Fix some misbehaviour in slice selection and deletion: Large step sizes could...Stefan Behnel2019-04-212-0/+4
* | Fix some misbehaviour in slice assignments:Stefan Behnel2019-04-213-41/+45
* | Enable namespace prefix callbacks (start_ns/end_ns) for parser targets and ma...Stefan Behnel2019-04-214-72/+543
* | Disable cET comparison tests in Py3 where it's just an alias for ET.Stefan Behnel2019-04-211-4/+9
* | Make failures to write an XSLT output file raise an IOError, instead of incor...Stefan Behnel2019-04-193-2/+17
* | Fix a test after allowing '' as a namespace prefix in ElementPath.Stefan Behnel2019-04-171-1/+1
* | Allow '' instead of None as prefix to provide a default namespace mapping in ...Stefan Behnel2019-04-162-3/+13
* | Add a `max_depth` argument to ElementInclude to prevent content explosion. Li...Stefan Behnel2019-04-143-6/+110
* | Update valgrind suppressions from CPython 3.8.Stefan Behnel2019-04-061-64/+73
* | Update changelog.Stefan Behnel2019-04-061-1/+1
* | Update changelog.Stefan Behnel2019-04-051-0/+3
* | Fix test in Py3.Stefan Behnel2019-04-051-3/+3
* | Refactor duplicate code.Stefan Behnel2019-04-053-31/+28
* | Merge branch 'extension-nsmap' of https://github.com/adelton/lxml into adelto...Stefan Behnel2019-04-052-0/+56
|\ \
| * | Make .nsmap available in XSLT extensions.Jan Pazdziora2018-08-092-0/+56
* | | Always use latest Cython master in travis python-dev builds.Stefan Behnel2019-03-311-1/+4
* | | Fix some some links on the FAQ page.Stefan Behnel2019-03-301-6/+6
* | | Fix test in Windows.Stefan Behnel2019-03-271-1/+3
* | | Fix test in Windows.Stefan Behnel2019-03-271-1/+1
* | | Exclude absolute Windows (C:\...) file paths from URL escaping since libxml2 ...Stefan Behnel2019-03-272-6/+15