summaryrefslogtreecommitdiff
path: root/src/lxml/etree.pyx
Commit message (Expand)AuthorAgeFilesLines
* Make iter() work with qnames (GH-298)xmo-odoo2020-03-031-0/+2
* LP#1857794: Tail text of nodes that get removed from a document using item de...Stefan Behnel2020-01-021-1/+0
* Merge lxml-4.4 branch into master.Stefan Behnel2019-12-271-2/+2
|\
| * LP#1844674: Include tail text of comments and PIs in itertext() results (regr...Stefan Behnel2019-12-271-2/+2
* | Simplify iterator usage in ElementTextIterator.Stefan Behnel2019-12-271-3/+3
* | Merge lxml-4.4 branch into master.Stefan Behnel2019-09-181-0/+2
|\ \ | |/
| * Disable profiling and tracing for a critical function to fix crashes in test ...Stefan Behnel2019-09-181-0/+2
* | Clarify signature of indent() function.Stefan Behnel2019-08-171-2/+4
* | Avoid generating unused indentation strings in indent().Stefan Behnel2019-08-171-11/+9
* | Validate "level" argument in indent() function.Stefan Behnel2019-08-151-0/+2
* | Implement indent() function for in-place pretty-printing of XML trees.Stefan Behnel2019-08-131-0/+49
|/
* Correctly serialise text content in ET.write() and ET.tostring() with C14N 2.0.Stefan Behnel2019-04-271-12/+33
* Implement "c14n2" serialisation method via iterwalk().Stefan Behnel2019-04-271-8/+21
* Fix some misbehaviour in slice selection and deletion: Large step sizes could...Stefan Behnel2019-04-211-0/+2
* Refactor duplicate code.Stefan Behnel2019-04-051-13/+1
* Add a couple of API type annotations.Stefan Behnel2019-03-261-4/+4
* Avoid some unnecessary unicode conversions on comparisons in Py2.Stefan Behnel2019-03-261-5/+5
* Always reset the ElementTree._doc reference when parsing a new document with ...Stefan Behnel2019-03-261-4/+4
* Add a couple of API type annotations.Stefan Behnel2019-03-261-2/+2
* Simplify _Attrib.clear() and reduce its overhead.Stefan Behnel2019-03-241-3/+4
* Deprecate ElementTree.write_c14n() method in favour of ElementTree.write(f, m...Stefan Behnel2019-03-241-0/+3
* Prevent registering a different prefix than "xml" for the XML namespace.Stefan Behnel2019-03-151-0/+3
* Add a "keep_tail=True" option to Element.clear() to cater for a common need i...Stefan Behnel2019-03-011-3/+6
* Simplify Element.clear() and reduce overhead in the attribute clearing code.Stefan Behnel2019-03-011-11/+9
* Avoid instantiating node iterators when it's easy to see that they will be em...Stefan Behnel2019-02-281-0/+11
* Replace old Pyrex property syntax with @property decorators for read-only pro...Stefan Behnel2019-02-231-121/+121
* Set explicit Cython language levels for compiled modules (Cython suggests to ...Stefan Behnel2018-12-021-0/+1
* Clarify docstring: passing 'unicode' as encoding name into tostring() is more...Stefan Behnel2018-11-161-3/+3
* Remove redundant '= None'Hugo2018-08-261-1/+1
* Remove redundant parenthesesHugo2018-08-251-2/+2
* Remove redundant code for Python <= 2.6Hugo2018-08-251-9/+2
* Fixing possible memory corruption if node is moved between docsAlexander Weggerle2018-07-301-1/+1
* Improve documentation of the "tag" argument to the iter*() methods.Stefan Behnel2018-03-161-11/+12
* Clean up some exception handling code to fix Cython warnings.Stefan Behnel2018-03-101-4/+12
* Speed up the creation of _MultiTagMatcher instances a little by directly call...Stefan Behnel2018-02-091-6/+2
* Use f-strings for all string formatting for which it makes sense (i.e. does n...Stefan Behnel2018-01-251-30/+23
* LP#1743655: Fix up behaviour when None is passed into QName(): reject (None, ...Stefan Behnel2018-01-201-13/+15
* Clean up useless import fallback.Stefan Behnel2017-11-051-4/+1
* Remove useless Py3 adaptation that Cython can handle internally.Stefan Behnel2017-11-051-19/+4
* Support using the FunctionNamespace and ElementNamespaceClassLookup registrie...Stefan Behnel2017-09-171-0/+3
* Clean up exception classes and turn them into extension types.Stefan Behnel2017-08-131-11/+9
* Disable auto-pickling feature (new in Cython 0.26) as there really aren't tha...Stefan Behnel2017-08-121-0/+1
* Properly integrate the compilation of _elementpath.py and some lxml.html modu...Stefan Behnel2017-08-111-0/+3588
* [svn r2978] use FQMN in filename to make Pyrex' import mechanism happyscoder2007-10-221-2317/+0
* [svn r2975] use keyword-only arguments in APIscoder2007-10-211-8/+8
* [svn r2970] fix error handling on PyList_Append()scoder2007-10-201-7/+2
* [svn r2969] improved interaction of custom resolvers and XSLTscoder2007-10-201-0/+3
* [svn r2966] fix prefix name creation also for Python <= 2.4scoder2007-10-191-7/+12
* [svn r2951] keep prefix counter a C integer, change formatting string insteadscoder2007-10-091-3/+9
* [svn r2950] use 'bint' instead of 'int' Pyrex type where appropriatescoder2007-10-091-21/+18