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
/
lxml.etree.pyx
Commit message (
Expand
)
Author
Age
Files
Lines
*
rewrite fix for instantiating internal/external subset DTDs by properly copyi...
Stefan Behnel
2014-01-06
1
-8
/
+4
*
fix DTD-API iteration of attributes in internal/external subset DTDs
Stefan Behnel
2014-01-05
1
-2
/
+2
*
comment
Stefan Behnel
2013-08-29
1
-1
/
+1
*
fix and test compressed plain text serialisation to file-like objects
Stefan Behnel
2013-07-29
1
-3
/
+0
*
fix support for Py2.4
Stefan Behnel
2013-07-28
1
-1
/
+1
*
streamline QName comparison to other objects
Stefan Behnel
2013-07-28
1
-4
/
+8
*
tighten type declarations in QName class
Stefan Behnel
2013-07-27
1
-3
/
+3
*
raise ValueError instead of AssertionError on invalid Entity names
Stefan Behnel
2013-05-07
1
-2
/
+2
*
optimise tree iteration a little more
Stefan Behnel
2013-04-06
1
-1
/
+3
*
work-around to reduce tree iteration overhead a bit
Stefan Behnel
2013-04-06
1
-2
/
+4
*
safety fix
Stefan Behnel
2013-02-24
1
-2
/
+2
*
remove some useless explicit usages of C-API calls from the code base
Stefan Behnel
2013-02-17
1
-6
/
+3
*
add copy.copy() support to _Attrib proxy, add safety checks to _Attrib methods
Stefan Behnel
2013-01-26
1
-11
/
+34
*
fix dump() debug helper function in Python 3
Stefan Behnel
2012-11-30
1
-3
/
+6
*
minor code simplification
Stefan Behnel
2012-09-25
1
-1
/
+1
*
initial Python API for libxml2 memory debugging features
Stefan Behnel
2012-09-19
1
-0
/
+5
*
fix etree.tostring docstring to match signature
Raphael Kimmig
2012-08-25
1
-1
/
+1
*
when type conversion fails in __richcmp__() methods, return NotImplemented
Stefan Behnel
2012-08-14
1
-8
/
+14
*
merged tag wildcard match enhancements by Simon Sapin
Stefan Behnel
2012-08-12
1
-39
/
+32
|
\
|
*
Add support for tag="{*}name" in _Element.iter() and friends.
Simon Sapin
2012-08-11
1
-39
/
+32
*
|
merged support for selecting inclusive prefixes for C14N serialisation
Stefan Behnel
2012-08-12
1
-9
/
+33
|
\
\
|
|
/
|
/
|
|
*
enable support for InclusiveNamespaces PrefixList in exclusive C14N spec -- s...
Roger Hu
2012-06-22
1
-9
/
+33
|
*
fix crash when building nsmap for empty namespace URI
Stefan Behnel
2012-02-18
1
-5
/
+2
|
*
doc comment
Stefan Behnel
2011-12-13
1
-0
/
+2
|
*
use lower case encoding names when de-/encoding in Python
Stefan Behnel
2011-12-02
1
-5
/
+7
*
|
fix another load of C compiler warnings about xmlChar* unsignedness etc.
Stefan Behnel
2012-08-11
1
-2
/
+2
*
|
reduce initial import overhead by configuring absolute imports
Stefan Behnel
2012-08-11
1
-0
/
+2
*
|
fix for new libxml2 API
Stefan Behnel
2012-08-06
1
-2
/
+2
*
|
removed obsolete cimport
Stefan Behnel
2012-07-31
1
-1
/
+1
*
|
fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'
Stefan Behnel
2012-07-30
1
-39
/
+32
*
|
use absolute cimports to prevent build interference with already installed lx...
Stefan Behnel
2012-07-30
1
-6
/
+7
*
|
docstring fixes in QName class
Stefan Behnel
2012-06-17
1
-3
/
+6
*
|
simplify interface for passing multiple tag selectors into element iteration ...
Stefan Behnel
2012-04-24
1
-54
/
+83
*
|
minor import cleanup
Stefan Behnel
2012-04-24
1
-0
/
+1
*
|
reimplement optimistic optimisation in _MultiTagMatcher when the doc's dict r...
Stefan Behnel
2012-04-24
1
-0
/
+7
*
|
fix incorrect assumption in _MultiTagMatcher that dicts do not grow when docs...
Stefan Behnel
2012-04-23
1
-4
/
+0
*
|
rewrite of node matcher to remove code duplication and make it PyPy compatible
Stefan Behnel
2012-04-21
1
-21
/
+48
*
|
code cleanup: replace call to PyErr_NoMemory() by explicit exception
Stefan Behnel
2012-04-07
1
-5
/
+5
*
|
declared some more internal methods 'final'
Stefan Behnel
2012-04-07
1
-0
/
+8
*
|
clean up the left-overs of cstd.pxd by renaming it to cvarargs.pxd
Stefan Behnel
2012-03-02
1
-1
/
+0
*
|
minor code cleanups
Stefan Behnel
2012-02-27
1
-17
/
+6
*
|
fix crash when building nsmap for empty namespace URI
Stefan Behnel
2012-02-18
1
-5
/
+2
*
|
implement support for element.attrib.update(el.attrib)
Stefan Behnel
2012-01-27
1
-1
/
+1
*
|
remove some unnecessary Cythonisms
Stefan Behnel
2012-01-27
1
-20
/
+11
*
|
fix cimports
Stefan Behnel
2012-01-22
1
-2
/
+5
*
|
reuse cython definition for INT_MAX
Tay Ray Chuan
2012-01-08
1
-1
/
+1
*
|
reuse cython definitions for stdlib.h
Tay Ray Chuan
2012-01-08
1
-1
/
+1
*
|
reuse cython definitions for stdio.h
Tay Ray Chuan
2012-01-08
1
-1
/
+1
*
|
reuse cython definitions for string.h
Tay Ray Chuan
2012-01-08
1
-0
/
+1
*
|
implement multi-tag selection for iterparse()
Stefan Behnel
2011-12-23
1
-1
/
+5
[next]