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
/
apihelpers.pxi
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve heuristic that distinguishes file paths from URLs since URLs have a m...
Stefan Behnel
2014-01-23
1
-12
/
+13
*
remove a Cython 0.19.x bug work-around
Stefan Behnel
2014-01-18
1
-1
/
+1
*
comment
Stefan Behnel
2014-01-18
1
-1
/
+1
*
minor C code streamlining
Stefan Behnel
2014-01-18
1
-3
/
+3
*
fix several error/exception handling cases throughout the code base
Stefan Behnel
2014-01-17
1
-7
/
+14
*
work-around for bug in Cython 0.19: set.add(some_tuple) fails in Py2.4
Stefan Behnel
2014-01-10
1
-1
/
+1
*
make 'attrib' attribute creation for Elements honour order of entries in Orde...
Stefan Behnel
2014-01-09
1
-19
/
+42
*
reduce some error raising overhead in Py2
Stefan Behnel
2013-12-28
1
-5
/
+5
*
fix type name display in exception messages under Py3
Stefan Behnel
2013-12-28
1
-5
/
+5
*
merge 3.2 branch into master
Stefan Behnel
2013-11-28
1
-1
/
+2
|
\
|
*
fix crash when trying to validate comments or PIs instead of elements
Stefan Behnel
2013-11-28
1
-1
/
+2
|
*
add simple special case
Stefan Behnel
2013-09-11
1
-0
/
+4
|
*
fix comments
Stefan Behnel
2013-09-11
1
-2
/
+2
|
*
prevent cycles when adding elements as children
Stefan Behnel
2013-09-11
1
-0
/
+12
|
*
remove some unnecessary type declarations
Stefan Behnel
2013-09-11
1
-13
/
+8
*
|
minor code simplification
Stefan Behnel
2013-10-12
1
-1
/
+1
*
|
remove some unnecessary C-isms
Stefan Behnel
2013-10-09
1
-2
/
+1
*
|
add simple special case
Stefan Behnel
2013-09-11
1
-0
/
+4
*
|
fix comments
Stefan Behnel
2013-09-11
1
-2
/
+2
*
|
prevent cycles when adding elements as children
Stefan Behnel
2013-09-11
1
-0
/
+12
*
|
remove some unnecessary type declarations
Stefan Behnel
2013-09-11
1
-13
/
+8
*
|
refactor iterparse() event collection into a general parser feature to suppor...
Stefan Behnel
2013-09-08
1
-2
/
+23
|
/
*
remove unnecessary C-ism
Stefan Behnel
2013-07-24
1
-4
/
+2
*
minor code simplification
Stefan Behnel
2013-05-12
1
-4
/
+1
*
safely report IOErrors even in the face of unexpectedly encoded file names
Stefan Behnel
2013-04-27
1
-1
/
+5
*
minor code cleanup
Stefan Behnel
2013-03-29
1
-7
/
+3
*
fix regex and add test for it
Stefan Behnel
2013-03-29
1
-2
/
+2
*
fix XSLT serialisation error for Unicode string output
Stefan Behnel
2013-03-29
1
-1
/
+1
*
remove some useless explicit usages of C-API calls from the code base
Stefan Behnel
2013-02-17
1
-31
/
+30
*
add compile time option for Py2 that makes the API always return Unicode stri...
Stefan Behnel
2012-12-21
1
-3
/
+3
*
minor simplification
Stefan Behnel
2012-11-30
1
-1
/
+1
*
add new API for incremental XML file generation
Stefan Behnel
2012-11-20
1
-0
/
+3
*
Add support for tag="{*}name" in _Element.iter() and friends.
Simon Sapin
2012-08-11
1
-2
/
+6
*
fix another load of C compiler warnings about xmlChar* unsignedness etc.
Stefan Behnel
2012-08-11
1
-2
/
+2
*
fix C compiler warning about differing signedness
Stefan Behnel
2012-08-11
1
-1
/
+1
*
deleted dead code
Stefan Behnel
2012-08-11
1
-45
/
+0
*
fix crash in tail text handling utility functions
Stefan Behnel
2012-07-31
1
-5
/
+2
*
fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'
Stefan Behnel
2012-07-30
1
-89
/
+73
*
use absolute cimports to prevent build interference with already installed lx...
Stefan Behnel
2012-07-30
1
-1
/
+1
*
minor cleanups
Stefan Behnel
2012-06-20
1
-2
/
+2
*
fix ref-leak in error case
Stefan Behnel
2012-06-20
1
-1
/
+4
*
minor import cleanup
Stefan Behnel
2012-04-24
1
-1
/
+1
*
minor code cleanup
Stefan Behnel
2012-04-24
1
-4
/
+3
*
rewrite of node matcher to remove code duplication and make it PyPy compatible
Stefan Behnel
2012-04-21
1
-7
/
+40
*
merged 2.3 branch into master
Stefan Behnel
2012-04-20
1
-0
/
+6
|
\
|
*
fix crash in sax parser when finding invalid DOCTYPE
Stefan Behnel
2012-04-20
1
-0
/
+6
*
|
code cleanup: replace call to PyErr_NoMemory() by explicit exception
Stefan Behnel
2012-04-07
1
-10
/
+8
*
|
sort attributes at Element creation time to make their creation order predict...
Stefan Behnel
2012-03-31
1
-1
/
+1
*
|
minor code simplifications
Stefan Behnel
2012-02-10
1
-8
/
+2
*
|
use 'cstring_h.*' instead of 'string' for string.h functions
Tay Ray Chuan
2012-01-10
1
-12
/
+12
[next]