summaryrefslogtreecommitdiff
path: root/src/lxml/apihelpers.pxi
Commit message (Expand)AuthorAgeFilesLines
* improve heuristic that distinguishes file paths from URLs since URLs have a m...Stefan Behnel2014-01-231-12/+13
* remove a Cython 0.19.x bug work-aroundStefan Behnel2014-01-181-1/+1
* commentStefan Behnel2014-01-181-1/+1
* minor C code streamliningStefan Behnel2014-01-181-3/+3
* fix several error/exception handling cases throughout the code baseStefan Behnel2014-01-171-7/+14
* work-around for bug in Cython 0.19: set.add(some_tuple) fails in Py2.4Stefan Behnel2014-01-101-1/+1
* make 'attrib' attribute creation for Elements honour order of entries in Orde...Stefan Behnel2014-01-091-19/+42
* reduce some error raising overhead in Py2Stefan Behnel2013-12-281-5/+5
* fix type name display in exception messages under Py3Stefan Behnel2013-12-281-5/+5
* merge 3.2 branch into masterStefan Behnel2013-11-281-1/+2
|\
| * fix crash when trying to validate comments or PIs instead of elementsStefan Behnel2013-11-281-1/+2
| * add simple special caseStefan Behnel2013-09-111-0/+4
| * fix commentsStefan Behnel2013-09-111-2/+2
| * prevent cycles when adding elements as childrenStefan Behnel2013-09-111-0/+12
| * remove some unnecessary type declarationsStefan Behnel2013-09-111-13/+8
* | minor code simplificationStefan Behnel2013-10-121-1/+1
* | remove some unnecessary C-ismsStefan Behnel2013-10-091-2/+1
* | add simple special caseStefan Behnel2013-09-111-0/+4
* | fix commentsStefan Behnel2013-09-111-2/+2
* | prevent cycles when adding elements as childrenStefan Behnel2013-09-111-0/+12
* | remove some unnecessary type declarationsStefan Behnel2013-09-111-13/+8
* | refactor iterparse() event collection into a general parser feature to suppor...Stefan Behnel2013-09-081-2/+23
|/
* remove unnecessary C-ismStefan Behnel2013-07-241-4/+2
* minor code simplificationStefan Behnel2013-05-121-4/+1
* safely report IOErrors even in the face of unexpectedly encoded file namesStefan Behnel2013-04-271-1/+5
* minor code cleanupStefan Behnel2013-03-291-7/+3
* fix regex and add test for itStefan Behnel2013-03-291-2/+2
* fix XSLT serialisation error for Unicode string outputStefan Behnel2013-03-291-1/+1
* remove some useless explicit usages of C-API calls from the code baseStefan Behnel2013-02-171-31/+30
* add compile time option for Py2 that makes the API always return Unicode stri...Stefan Behnel2012-12-211-3/+3
* minor simplificationStefan Behnel2012-11-301-1/+1
* add new API for incremental XML file generationStefan Behnel2012-11-201-0/+3
* Add support for tag="{*}name" in _Element.iter() and friends.Simon Sapin2012-08-111-2/+6
* fix another load of C compiler warnings about xmlChar* unsignedness etc.Stefan Behnel2012-08-111-2/+2
* fix C compiler warning about differing signednessStefan Behnel2012-08-111-1/+1
* deleted dead codeStefan Behnel2012-08-111-45/+0
* fix crash in tail text handling utility functionsStefan Behnel2012-07-311-5/+2
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-89/+73
* use absolute cimports to prevent build interference with already installed lx...Stefan Behnel2012-07-301-1/+1
* minor cleanupsStefan Behnel2012-06-201-2/+2
* fix ref-leak in error caseStefan Behnel2012-06-201-1/+4
* minor import cleanupStefan Behnel2012-04-241-1/+1
* minor code cleanupStefan Behnel2012-04-241-4/+3
* rewrite of node matcher to remove code duplication and make it PyPy compatibleStefan Behnel2012-04-211-7/+40
* merged 2.3 branch into masterStefan Behnel2012-04-201-0/+6
|\
| * fix crash in sax parser when finding invalid DOCTYPEStefan Behnel2012-04-201-0/+6
* | code cleanup: replace call to PyErr_NoMemory() by explicit exceptionStefan Behnel2012-04-071-10/+8
* | sort attributes at Element creation time to make their creation order predict...Stefan Behnel2012-03-311-1/+1
* | minor code simplificationsStefan Behnel2012-02-101-8/+2
* | use 'cstring_h.*' instead of 'string' for string.h functionsTay Ray Chuan2012-01-101-12/+12