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
*
clarify docs: ElementTree.iter() does not visit siblings of the root element
Stefan Behnel
2014-12-06
1
-1
/
+3
*
add a method tree.getelementpath(element) that generates a structural Element...
Stefan Behnel
2014-04-06
1
-1
/
+72
*
remove some legacy code
Stefan Behnel
2014-03-10
1
-7
/
+1
*
remove some legacy code
Stefan Behnel
2014-03-10
1
-7
/
+2
*
fix crash with Element subtypes using __slots__ by removing freelists from no...
Stefan Behnel
2014-03-03
1
-5
/
+1
*
replace outdated references to encoding=unicode in the docs by encoding="unic...
Stefan Behnel
2014-02-26
1
-1
/
+1
*
use dedicated immutable mapping type for empty immutable mappings instead of ...
Stefan Behnel
2014-02-17
1
-2
/
+35
*
safety fix
Stefan Behnel
2014-01-18
1
-0
/
+2
*
minor C code simplification
Stefan Behnel
2014-01-18
1
-1
/
+3
*
use @cython.no_gc_clear decorator for Elements to get rid of double _Document...
Stefan Behnel
2014-01-17
1
-2
/
+1
*
enable doctest testing in etree module and extend some of them
Stefan Behnel
2014-01-17
1
-5
/
+11
*
simplify C code a bit and raise type conversion errors earlier on some boolea...
Stefan Behnel
2014-01-17
1
-4
/
+4
*
add sanity check to fromstringlist() that rejects plain strings as input (ins...
Stefan Behnel
2014-01-16
1
-0
/
+3
*
minor code simplification
Stefan Behnel
2014-01-11
1
-20
/
+8
*
make "attrib" value of Entity and Comment objects immutable
Stefan Behnel
2014-01-10
1
-1
/
+1
*
merge lxml-3.2 branch into master
Stefan Behnel
2014-01-06
1
-8
/
+4
|
\
|
*
rewrite fix for instantiating internal/external subset DTDs by properly copyi...
Stefan Behnel
2014-01-06
1
-8
/
+4
*
|
merge lxml-3.2 branch into master
Stefan Behnel
2014-01-05
1
-2
/
+2
|
\
\
|
|
/
|
*
fix DTD-API iteration of attributes in internal/external subset DTDs
Stefan Behnel
2014-01-05
1
-2
/
+2
*
|
fix type name display in exception messages under Py3
Stefan Behnel
2013-12-28
1
-1
/
+1
*
|
declare _Document class @final and make it use a freelist
Stefan Behnel
2013-12-01
1
-0
/
+2
*
|
reduce freelist size
Stefan Behnel
2013-12-01
1
-1
/
+1
*
|
add freelist to some often instantiated classes
Stefan Behnel
2013-12-01
1
-0
/
+6
*
|
minor code simplification
Stefan Behnel
2013-12-01
1
-1
/
+1
*
|
minor code cleanup
Stefan Behnel
2013-12-01
1
-1
/
+1
*
|
remove redundant code
Stefan Behnel
2013-12-01
1
-1
/
+0
*
|
improve docstring
Stefan Behnel
2013-11-03
1
-3
/
+4
*
|
avoid excessive list reallocation in the rotating error log
Stefan Behnel
2013-10-25
1
-0
/
+3
*
|
clean up some code
Stefan Behnel
2013-10-09
1
-6
/
+6
*
|
fix return value in corner case of some iteration methods
Stefan Behnel
2013-10-09
1
-2
/
+2
*
|
clean up some code
Stefan Behnel
2013-10-09
1
-5
/
+2
*
|
clean up some code
Stefan Behnel
2013-10-09
1
-2
/
+2
*
|
safety fix
Stefan Behnel
2013-10-09
1
-2
/
+4
*
|
clean up some code
Stefan Behnel
2013-10-09
1
-3
/
+3
*
|
clean up some code
Stefan Behnel
2013-10-09
1
-5
/
+2
*
|
streamline el.attrib access a little
Stefan Behnel
2013-10-09
1
-1
/
+1
*
|
remove some unnecessary C-isms
Stefan Behnel
2013-10-09
1
-4
/
+4
*
|
minor code cleanups
Stefan Behnel
2013-10-09
1
-3
/
+2
*
|
refactor iterparse() event collection into a general parser feature to suppor...
Stefan Behnel
2013-09-08
1
-0
/
+10
|
/
*
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
[next]