summaryrefslogtreecommitdiff
path: root/src/lxml/proxy.pxi
Commit message (Expand)AuthorAgeFilesLines
* Also disable profiling for critical functions to fix crashes in test cases.Stefan Behnel2019-09-181-0/+4
* Fix docstring.Stefan Behnel2019-03-011-1/+1
* Fix crash due to incorrect dict handling for text nodes.Stefan Behnel2019-02-281-15/+20
* Make sure doc links are updated also for non-element nodes.Stefan Behnel2019-02-281-0/+2
* Improve cleanup handling when an exception is raised during document adaptation.Stefan Behnel2019-02-281-0/+1
* Also set .doc field of attribute children (if any) during subtree migration.Stefan Behnel2019-02-061-0/+8
* Replace obfuscated loop with a helper function that is called twice for two d...Stefan Behnel2019-02-061-43/+43
* LP#1814522: Fix a crash when appending a child subtree that contains unsubsti...Stefan Behnel2019-02-051-0/+14
* Use f-strings for all string formatting for which it makes sense (i.e. does n...Stefan Behnel2018-01-251-1/+1
* Add check for c_src_dict in _fixThreadDictPtrTheodore Dubois2017-02-261-1/+1
* Implement new API function "adopt_external_document()" that accepts a PyCapsu...Stefan Behnel2017-02-181-0/+31
* Revert "Revert "Revert "Merge pull request #184 from Pelleplutt/master"""Stefan Behnel2016-08-201-39/+8
* Revert "Revert "Merge pull request #184 from Pelleplutt/master""Stefan Behnel2016-08-201-8/+39
* Revert "Merge pull request #184 from Pelleplutt/master"Stefan Behnel2016-08-201-39/+8
* Merge pull request #184 from Pelleplutt/masterscoder2016-08-201-8/+39
|\
| * Use keyword arguments to get rid of the silly one digit bools all over.Per Lejontand2016-01-221-1/+2
| * Rename apply_ns->should_copy. Better namePer Lejontand2016-01-221-4/+4
| * Default used_only to True as per suggestion by scoder.Per Lejontand2016-01-221-2/+2
| * Rename applied_ns_only->used_only.Per Lejontand2016-01-221-6/+6
| * Limit the impact of the sparse namespace copy to c14n.Per Lejontand2015-12-151-27/+29
| * Limit the use of the GIL to be held more locally.Per Lejontand2015-12-151-2/+3
| * Use a more intuitive looping form.Per Lejontand2015-12-151-6/+6
| * Do not blindly copy all of the namespaces.Per Lejontand2015-12-141-4/+31
* | Remove outdated comment about PyPyArmin Rigo2016-03-081-7/+0
* | Removed the PyPy special cases (for PyPy 4.1)Armin Rigo2016-02-231-29/+4
|/
* include internal/external DTD subsets in thread-dict cleanupStefan Behnel2015-04-041-21/+59
* minor code cleanupStefan Behnel2015-03-211-1/+1
* for better symmetry, use lxml_malloc()/lxml_free() instead of lxml_malloc()/P...Stefan Behnel2015-03-011-3/+3
* use safer macros for memory allocation (adapted from PyMem_New() and PyMem_Re...Stefan Behnel2015-03-011-2/+2
* try to keep the tree in a safe state when a memory error occurs during namesp...Stefan Behnel2015-02-281-10/+37
* refactor ns cache in _stripRedundantNamespaceDeclarations() to use single arr...Stefan Behnel2015-02-281-33/+28
* disable line tracing in critical functions that must not be interrupted by Py...Stefan Behnel2015-02-211-0/+10
* fix crash when deallocating sibling Element proxies that do not have a parentStefan Behnel2014-08-281-3/+16
* some PyPy code cleanupsStefan Behnel2014-01-301-8/+5
* refactor some PyPy specific (and thus normally unused) code into a separate f...Stefan Behnel2014-01-171-6/+11
* simplify some codeStefan Behnel2014-01-171-12/+7
* use @cython.no_gc_clear decorator for Elements to get rid of double _Document...Stefan Behnel2014-01-171-21/+4
* prevent dropping namespace prefixes from attributes during cleanupStefan Behnel2013-05-111-4/+12
* minor code cleanupStefan Behnel2013-05-111-1/+1
* added commentStefan Behnel2012-10-141-1/+8
* work around Element proxy cleanup problems in PyPyStefan Behnel2012-10-141-22/+37
* minor code simplificationStefan Behnel2012-08-311-3/+3
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-3/+3
* fix outdated commentStefan Behnel2012-06-231-2/+1
* initial patch for PyPy supportStefan Behnel2012-06-181-4/+17
* code cleanup: replace call to PyErr_NoMemory() by explicit exceptionStefan Behnel2012-04-071-2/+1
* reuse cython definitions for stdlib.hTay Ray Chuan2012-01-081-6/+6
* [svn r4463] also fix up namespace declarations for all elements and XInclude ...scoder2010-08-241-0/+1
* [svn r4461] fix attribute names also for XInclude start nodesscoder2010-08-241-1/+1
* [svn r4440] r5638@lenny: sbehnel | 2010-07-24 20:36:20 +0200scoder2010-07-241-2/+1