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
/
saxparser.pxi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise XMLSyntaxError instead of plain AssertionError when calling TreeBuilder...
Stefan Behnel
2020-07-28
1
-3
/
+15
*
Make 'data' argument optional for TreeBuilder.pi(), as in ElementTree.
Stefan Behnel
2019-07-27
1
-2
/
+2
*
Prevent invalid field access if parser target is None and clarify a callback ...
Stefan Behnel
2019-04-22
1
-4
/
+8
*
Make bit enums in sax parser more obvious.
Stefan Behnel
2019-04-22
1
-14
/
+14
*
Tighten conditions under which we need to overwrite the parser start/end even...
Stefan Behnel
2019-04-22
1
-7
/
+17
*
Fix end-ns reporting in pull parser when start-ns events are not requested.
Stefan Behnel
2019-04-22
1
-8
/
+10
*
Leave constant tuple packing to Cython.
Stefan Behnel
2019-04-22
1
-4
/
+1
*
Repair handling of "end_ns" target callbacks when "start" events are not requ...
Stefan Behnel
2019-04-22
1
-40
/
+49
*
Enable namespace prefix callbacks (start_ns/end_ns) for parser targets and ma...
Stefan Behnel
2019-04-21
1
-48
/
+114
*
Work around Cython bug that calls the parent class tp_clear() function even i...
Stefan Behnel
2018-06-03
1
-0
/
+1
*
Speed up the creation of _MultiTagMatcher instances a little by directly call...
Stefan Behnel
2018-02-09
1
-1
/
+1
*
Use f-strings for all string formatting for which it makes sense (i.e. does n...
Stefan Behnel
2018-01-25
1
-3
/
+2
*
Reduce memory overhead when processing very long pull parser event lists.
Stefan Behnel
2017-08-13
1
-2
/
+2
*
propagate SAX exceptions immediately in HTML parser (used to continue parsing)
Stefan Behnel
2015-09-23
1
-8
/
+17
*
use per-document hash tables for XML IDs and allow disabling them completely ...
Stefan Behnel
2014-05-28
1
-5
/
+0
*
use dedicated immutable mapping type for empty immutable mappings instead of ...
Stefan Behnel
2014-02-17
1
-5
/
+5
*
fix several error/exception handling cases throughout the code base
Stefan Behnel
2014-01-17
1
-2
/
+36
*
make class lookups work in iterparse, pull parsers and target parser
Stefan Behnel
2014-01-09
1
-2
/
+7
*
fix crash due to missing xmlDict reference count in HTML iterparse parser
Stefan Behnel
2013-12-20
1
-0
/
+1
*
merge 3.2 branch into master
Stefan Behnel
2013-12-17
1
-1
/
+1
|
\
|
*
fix crash due to copy&paste bug
Stefan Behnel
2013-12-17
1
-2
/
+2
*
|
implement recover mode for pull parsers and iterparse
Stefan Behnel
2013-12-14
1
-0
/
+8
*
|
rename some functions for consistency
Stefan Behnel
2013-09-12
1
-8
/
+8
*
|
refactor iterparse() event collection into a general parser feature to suppor...
Stefan Behnel
2013-09-08
1
-119
/
+380
|
/
*
remove pyrexisms
Stefan Behnel
2013-08-29
1
-2
/
+2
*
fix cast
Stefan Behnel
2013-08-29
1
-1
/
+1
*
clean up some code
Stefan Behnel
2013-08-29
1
-16
/
+3
*
remove unnecessary c-isms
Stefan Behnel
2013-08-29
1
-6
/
+6
*
declare internal TreeBuilder methods as final (requires moving them before th...
Stefan Behnel
2013-08-29
1
-43
/
+49
*
minor code simplification
Stefan Behnel
2013-08-28
1
-2
/
+2
*
fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'
Stefan Behnel
2012-07-30
1
-18
/
+18
*
merged 2.3 branch into master
Stefan Behnel
2012-04-20
1
-6
/
+7
|
\
|
*
fix crash in sax parser when finding invalid DOCTYPE
Stefan Behnel
2012-04-20
1
-6
/
+7
*
|
use @cython.final and/or @cython.internal decorators for internal classes
Stefan Behnel
2011-11-09
1
-0
/
+1
|
/
*
fix more compiler warnings: unused and uninitialised variables
Stefan Behnel
2011-05-28
1
-6
/
+3
*
[svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200
scoder
2010-04-27
1
-1
/
+1
*
[svn r4166] r5156@delle: sbehnel | 2009-06-16 20:43:55 +0200
scoder
2009-06-16
1
-4
/
+6
*
[svn r4022] r4886@delle: sbehnel | 2008-11-19 08:43:16 +0100
scoder
2008-11-19
1
-4
/
+3
*
[svn r4020] r4875@delle: sbehnel | 2008-11-17 23:22:34 +0100
scoder
2008-11-17
1
-4
/
+4
*
[svn r3742] r4337@delle: sbehnel | 2008-05-24 10:04:51 +0200
scoder
2008-05-24
1
-2
/
+8
*
[svn r3687] r4233@delle: sbehnel | 2008-05-19 23:52:26 +0200
scoder
2008-05-20
1
-1
/
+1
*
[svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200
scoder
2008-05-20
1
-14
/
+14
*
[svn r3521] r3936@delle: sbehnel | 2008-04-11 19:31:10 +0200
scoder
2008-04-11
1
-1
/
+19
*
[svn r3458] r3830@delle: sbehnel | 2008-03-26 00:14:51 +0100
scoder
2008-03-26
1
-4
/
+10
*
[svn r3456] r3828@delle: sbehnel | 2008-03-25 22:30:28 +0100
scoder
2008-03-26
1
-2
/
+2
*
[svn r3346] r3609@delle: sbehnel | 2008-02-25 12:18:32 +0100
scoder
2008-02-25
1
-0
/
+431