summaryrefslogtreecommitdiff
path: root/src/lxml/includes
Commit message (Expand)AuthorAgeFilesLines
...
* fix several error/exception handling cases throughout the code baseStefan Behnel2014-01-171-1/+7
* provide Py_UNICODE parsing fallback even in Py3.3+ (might be useful for Windo...Stefan Behnel2014-01-161-1/+1
* try fixing build with MSVCStefan Behnel2014-01-081-3/+0
* merge lxml-3.2 branch into masterStefan Behnel2014-01-061-4/+6
|\
| * rewrite fix for instantiating internal/external subset DTDs by properly copyi...Stefan Behnel2014-01-061-4/+6
* | optimise Unicode string parsing for PEP393 (Py3.3+)Stefan Behnel2014-01-023-5/+18
|/
* update error constants from libxml2 2.9.1Stefan Behnel2013-11-071-2/+5
* fix declared type and add a comment to itStefan Behnel2013-09-121-1/+1
* xmlBufLength() is not exported by libxml2, use xmlBufUse() insteadStefan Behnel2013-03-292-2/+2
* add compile time option for Py2 that makes the API always return Unicode stri...Stefan Behnel2012-12-211-0/+9
* PyPy build fixStefan Behnel2012-11-301-2/+6
* fix signature of PySlice_GetIndicesEx() in recent Python versions (3.2+)Stefan Behnel2012-11-301-0/+7
* fix declared signature of xmlOutputBufferWriteEscape() functionStefan Behnel2012-11-201-1/+1
* add new API for incremental XML file generationStefan Behnel2012-11-201-2/+7
* do not use xmlMemDisplayLast() when compiling in libxml2 2.6.x as it was adde...Stefan Behnel2012-10-111-0/+1
* initial Python API for libxml2 memory debugging featuresStefan Behnel2012-09-191-3/+7
* adapt to upcoming buffer changes in libxml2 2.9Stefan Behnel2012-08-232-2/+13
* fix error handling in new C14N inclusive prefix parameter processingStefan Behnel2012-08-121-3/+3
* fix another load of C compiler warnings about xmlChar* unsignedness etc.Stefan Behnel2012-08-113-31/+28
* remove some unused #defines for PyString_*() functions from etree_defs.hStefan Behnel2012-08-111-6/+1
* fix for new libxml2 APIStefan Behnel2012-08-061-1/+1
* use absolute imports in .pxd files to prevent interference with an installed ...Stefan Behnel2012-07-3011-28/+28
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-307-130/+151
* renamed 'include' package to 'includes' because 'include' is a keyword in CythonStefan Behnel2012-07-3017-0/+2603