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
/
sax.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use sphinx-apidoc to create API reference (GH-309)
Chris Mayo
2020-08-04
1
-1
/
+1
*
Actually use "language_level=2" everywhere for better Py2 compatibility.
Stefan Behnel
2018-12-02
1
-1
/
+1
*
Set explicit Cython language levels for compiled modules (Cython suggests to ...
Stefan Behnel
2018-12-02
1
-0
/
+2
*
Cleanups for #267: avoid failure on min([]), tune some code constructs for fa...
Stefan Behnel
2018-12-02
1
-20
/
+28
*
Further updates to the namespace changes when saxifying
Lennart Regebro
2018-11-26
1
-23
/
+18
*
New and improved namespace handling for the saxifier
Lennart Regebro
2018-11-23
1
-19
/
+28
*
Merge branch 'master' into master
Lennart Regebro
2018-10-17
1
-1
/
+3
|
\
|
*
Merge lxml-4.2 branch into master.
Stefan Behnel
2018-09-29
1
-0
/
+2
|
|
\
|
|
*
Fix import warnings in Py3.6+ by switching to absolute imports.
Stefan Behnel
2018-09-29
1
-0
/
+2
|
*
|
Remove redundant parentheses
Hugo
2018-08-25
1
-1
/
+1
|
|
/
*
|
Let ElementTreeProducer use the available namespaces
Lennart Regebro
2018-10-17
1
-8
/
+21
|
/
*
minor code cleanup
Stefan Behnel
2017-08-13
1
-1
/
+2
*
init superclass in ElementTreeContentHandler
Stefan Behnel
2014-10-09
1
-0
/
+1
*
- pass through non-NS aware attribute names as is; a ":" should just go to
Mike Bayer
2013-03-30
1
-7
/
+2
*
- repair issue in sax.ElementTreeContentHandler
Mike Bayer
2013-03-29
1
-2
/
+12
*
sax.py: use the same tag name building mechanism for endElementNS() as for st...
Stefan Behnel
2011-07-01
1
-7
/
+11
*
[svn r3706] r4264@delle: sbehnel | 2008-05-21 00:12:13 +0200
scoder
2008-05-21
1
-6
/
+6
*
[svn r3285] r3470@delle: sbehnel | 2008-02-13 20:12:19 +0100
scoder
2008-02-13
1
-0
/
+15
*
[svn r2827] docstring cleanup
scoder
2007-09-04
1
-4
/
+5
*
[svn r2290] docstrings on exceptions
scoder
2007-05-13
1
-0
/
+2
*
[svn r2248] comment/PI fixes for lxml.sax, support for serialising top-level ...
scoder
2007-05-05
1
-8
/
+50
*
[svn r2222] support for custom Element class instantiation in lxml.sax
scoder
2007-04-07
1
-2
/
+6
*
[svn r2158] use relative imports for (lxml.)etree
scoder
2007-02-25
1
-1
/
+1
*
[svn r1394] fixed ElementTreeProducer to call startDocument() and endDocument()
scoder
2006-06-04
1
-0
/
+2
*
[svn r831] lxml.sax updates:
scoder
2006-03-24
1
-34
/
+51
*
[svn r812] bugfix to bugfix: return tuple also in the default case
scoder
2006-03-23
1
-1
/
+1
*
[svn r811] fixed bug: sax.py used internal function _getNsTag without caring ...
scoder
2006-03-23
1
-1
/
+7
*
[svn r466] base namespace handling on a stack per prefix to fix bug on prefix...
scoder
2005-11-18
1
-12
/
+18
*
[svn r463] Add SAX support (as written by Stefan, edited by Martijn). This
faassen
2005-11-18
1
-0
/
+143