summaryrefslogtreecommitdiff
path: root/src/lxml/saxparser.pxi
Commit message (Expand)AuthorAgeFilesLines
* Raise XMLSyntaxError instead of plain AssertionError when calling TreeBuilder...Stefan Behnel2020-07-281-3/+15
* Make 'data' argument optional for TreeBuilder.pi(), as in ElementTree.Stefan Behnel2019-07-271-2/+2
* Prevent invalid field access if parser target is None and clarify a callback ...Stefan Behnel2019-04-221-4/+8
* Make bit enums in sax parser more obvious.Stefan Behnel2019-04-221-14/+14
* Tighten conditions under which we need to overwrite the parser start/end even...Stefan Behnel2019-04-221-7/+17
* Fix end-ns reporting in pull parser when start-ns events are not requested.Stefan Behnel2019-04-221-8/+10
* Leave constant tuple packing to Cython.Stefan Behnel2019-04-221-4/+1
* Repair handling of "end_ns" target callbacks when "start" events are not requ...Stefan Behnel2019-04-221-40/+49
* Enable namespace prefix callbacks (start_ns/end_ns) for parser targets and ma...Stefan Behnel2019-04-211-48/+114
* Work around Cython bug that calls the parent class tp_clear() function even i...Stefan Behnel2018-06-031-0/+1
* Speed up the creation of _MultiTagMatcher instances a little by directly call...Stefan Behnel2018-02-091-1/+1
* Use f-strings for all string formatting for which it makes sense (i.e. does n...Stefan Behnel2018-01-251-3/+2
* Reduce memory overhead when processing very long pull parser event lists.Stefan Behnel2017-08-131-2/+2
* propagate SAX exceptions immediately in HTML parser (used to continue parsing)Stefan Behnel2015-09-231-8/+17
* use per-document hash tables for XML IDs and allow disabling them completely ...Stefan Behnel2014-05-281-5/+0
* use dedicated immutable mapping type for empty immutable mappings instead of ...Stefan Behnel2014-02-171-5/+5
* fix several error/exception handling cases throughout the code baseStefan Behnel2014-01-171-2/+36
* make class lookups work in iterparse, pull parsers and target parserStefan Behnel2014-01-091-2/+7
* fix crash due to missing xmlDict reference count in HTML iterparse parserStefan Behnel2013-12-201-0/+1
* merge 3.2 branch into masterStefan Behnel2013-12-171-1/+1
|\
| * fix crash due to copy&paste bugStefan Behnel2013-12-171-2/+2
* | implement recover mode for pull parsers and iterparseStefan Behnel2013-12-141-0/+8
* | rename some functions for consistencyStefan Behnel2013-09-121-8/+8
* | refactor iterparse() event collection into a general parser feature to suppor...Stefan Behnel2013-09-081-119/+380
|/
* remove pyrexismsStefan Behnel2013-08-291-2/+2
* fix castStefan Behnel2013-08-291-1/+1
* clean up some codeStefan Behnel2013-08-291-16/+3
* remove unnecessary c-ismsStefan Behnel2013-08-291-6/+6
* declare internal TreeBuilder methods as final (requires moving them before th...Stefan Behnel2013-08-291-43/+49
* minor code simplificationStefan Behnel2013-08-281-2/+2
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-18/+18
* merged 2.3 branch into masterStefan Behnel2012-04-201-6/+7
|\
| * fix crash in sax parser when finding invalid DOCTYPEStefan Behnel2012-04-201-6/+7
* | use @cython.final and/or @cython.internal decorators for internal classesStefan Behnel2011-11-091-0/+1
|/
* fix more compiler warnings: unused and uninitialised variablesStefan Behnel2011-05-281-6/+3
* [svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200scoder2010-04-271-1/+1
* [svn r4166] r5156@delle: sbehnel | 2009-06-16 20:43:55 +0200scoder2009-06-161-4/+6
* [svn r4022] r4886@delle: sbehnel | 2008-11-19 08:43:16 +0100scoder2008-11-191-4/+3
* [svn r4020] r4875@delle: sbehnel | 2008-11-17 23:22:34 +0100scoder2008-11-171-4/+4
* [svn r3742] r4337@delle: sbehnel | 2008-05-24 10:04:51 +0200scoder2008-05-241-2/+8
* [svn r3687] r4233@delle: sbehnel | 2008-05-19 23:52:26 +0200scoder2008-05-201-1/+1
* [svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200scoder2008-05-201-14/+14
* [svn r3521] r3936@delle: sbehnel | 2008-04-11 19:31:10 +0200scoder2008-04-111-1/+19
* [svn r3458] r3830@delle: sbehnel | 2008-03-26 00:14:51 +0100scoder2008-03-261-4/+10
* [svn r3456] r3828@delle: sbehnel | 2008-03-25 22:30:28 +0100scoder2008-03-261-2/+2
* [svn r3346] r3609@delle: sbehnel | 2008-02-25 12:18:32 +0100scoder2008-02-251-0/+431