index
:
delta/python-lxml.git
LP1595781_adopt_external_doc
baserock/morph
lxml-2.3
lxml-2.3.2
lxml-3.0
lxml-3.1
lxml-3.2
lxml-3.3
lxml-3.4
lxml-3.6
lxml-3.7
lxml-4.2
lxml-4.3
lxml-4.4
lxml-4.6
macos_unicode_tests
master
patch-1
pypy
pypy4
walter
xml_int_float_parsing
github.com: lxml/lxml.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lxml
/
includes
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix several error/exception handling cases throughout the code base
Stefan Behnel
2014-01-17
1
-1
/
+7
*
provide Py_UNICODE parsing fallback even in Py3.3+ (might be useful for Windo...
Stefan Behnel
2014-01-16
1
-1
/
+1
*
try fixing build with MSVC
Stefan Behnel
2014-01-08
1
-3
/
+0
*
merge lxml-3.2 branch into master
Stefan Behnel
2014-01-06
1
-4
/
+6
|
\
|
*
rewrite fix for instantiating internal/external subset DTDs by properly copyi...
Stefan Behnel
2014-01-06
1
-4
/
+6
*
|
optimise Unicode string parsing for PEP393 (Py3.3+)
Stefan Behnel
2014-01-02
3
-5
/
+18
|
/
*
update error constants from libxml2 2.9.1
Stefan Behnel
2013-11-07
1
-2
/
+5
*
fix declared type and add a comment to it
Stefan Behnel
2013-09-12
1
-1
/
+1
*
xmlBufLength() is not exported by libxml2, use xmlBufUse() instead
Stefan Behnel
2013-03-29
2
-2
/
+2
*
add compile time option for Py2 that makes the API always return Unicode stri...
Stefan Behnel
2012-12-21
1
-0
/
+9
*
PyPy build fix
Stefan Behnel
2012-11-30
1
-2
/
+6
*
fix signature of PySlice_GetIndicesEx() in recent Python versions (3.2+)
Stefan Behnel
2012-11-30
1
-0
/
+7
*
fix declared signature of xmlOutputBufferWriteEscape() function
Stefan Behnel
2012-11-20
1
-1
/
+1
*
add new API for incremental XML file generation
Stefan Behnel
2012-11-20
1
-2
/
+7
*
do not use xmlMemDisplayLast() when compiling in libxml2 2.6.x as it was adde...
Stefan Behnel
2012-10-11
1
-0
/
+1
*
initial Python API for libxml2 memory debugging features
Stefan Behnel
2012-09-19
1
-3
/
+7
*
adapt to upcoming buffer changes in libxml2 2.9
Stefan Behnel
2012-08-23
2
-2
/
+13
*
fix error handling in new C14N inclusive prefix parameter processing
Stefan Behnel
2012-08-12
1
-3
/
+3
*
fix another load of C compiler warnings about xmlChar* unsignedness etc.
Stefan Behnel
2012-08-11
3
-31
/
+28
*
remove some unused #defines for PyString_*() functions from etree_defs.h
Stefan Behnel
2012-08-11
1
-6
/
+1
*
fix for new libxml2 API
Stefan Behnel
2012-08-06
1
-1
/
+1
*
use absolute imports in .pxd files to prevent interference with an installed ...
Stefan Behnel
2012-07-30
11
-28
/
+28
*
fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'
Stefan Behnel
2012-07-30
7
-130
/
+151
*
renamed 'include' package to 'includes' because 'include' is a keyword in Cython
Stefan Behnel
2012-07-30
17
-0
/
+2603
[prev]