summaryrefslogtreecommitdiff
path: root/src/lxml/iterparse.pxi
Commit message (Expand)AuthorAgeFilesLines
* Make iterwalk() correctly handle comments and PIs via events (instead of repo...Stefan Behnel2019-04-271-14/+48
* Replace old Pyrex property syntax with @property decorators for read-only pro...Stefan Behnel2019-02-231-12/+12
* LP#1755825: iterparse() failed to include the initial start event if the star...Stefan Behnel2018-03-161-0/+2
* Speed up the creation of _MultiTagMatcher instances a little by directly call...Stefan Behnel2018-02-091-1/+1
* Clean up except syntax usage.Stefan Behnel2018-01-061-1/+1
* Document that the tag argument can be a sequence of tags.Chris Jerdonek2017-11-261-3/+7
* Rename attribute as its purpose was more than generic than its name.Stefan Behnel2017-08-171-10/+10
* Reorder extension type attributes for better aligning.Stefan Behnel2017-08-171-1/+1
* Add a new method "skip_subtree()" to ignore the current subtree in iterwalk().Stefan Behnel2017-08-161-5/+45
* replace IS_PYTHON3 C macro with IS_PYTHON2 before it starts looking funny in ...Stefan Behnel2016-09-031-1/+1
* use per-document hash tables for XML IDs and allow disabling them completely ...Stefan Behnel2014-05-281-1/+2
* restore properties and methods on iterparse objects that were lost in 3.3.0Stefan Behnel2014-02-251-0/+28
* fix several error/exception handling cases throughout the code baseStefan Behnel2014-01-171-2/+2
* implement recover mode for pull parsers and iterparseStefan Behnel2013-12-141-6/+11
* remove 'recover' option from iterparse() and disable it in the underlying par...Stefan Behnel2013-12-131-9/+4
* minor cleanup in iterparse() keyword argumentsStefan Behnel2013-12-131-3/+8
* add 'recover' option to iterparseStefan Behnel2013-12-131-2/+10
* fix DTD loading and base URL setting for iterparse() and pull parsersStefan Behnel2013-09-121-11/+13
* adapt the PullParser interfaces (mostly) to the one in ElementTree (Py3.4)Stefan Behnel2013-09-091-2/+1
* refactor iterparse() event collection into a general parser feature to suppor...Stefan Behnel2013-09-081-451/+122
* use known type to avoid some overheadStefan Behnel2013-08-081-1/+1
* LP#1185701: fix spurious XMLSyntaxError after finishing iterparse()Stefan Behnel2013-07-061-1/+4
* remove some useless explicit usages of C-API calls from the code baseStefan Behnel2013-02-171-1/+1
* fix error messageStefan Behnel2013-01-291-1/+1
* fix termination handling in iterparse, bug found when switching to libxml2 2.9.0Stefan Behnel2012-09-281-13/+9
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-9/+10
* use _MultiTagMatcher in iterwalk()Stefan Behnel2012-04-241-28/+13
* fix some compiler warningsStefan Behnel2012-04-071-6/+6
* reuse cython definitions for stdio.hTay Ray Chuan2012-01-081-4/+4
* implement multi-tag selection for iterparse()Stefan Behnel2011-12-231-28/+26
* minor code simplificationStefan Behnel2011-12-141-5/+2
* fix ticket 903782: initialise document dict for HTML parsing in iterparse to ...Stefan Behnel2011-12-141-0/+13
* minor code cleanupsStefan Behnel2011-12-141-5/+2
* minor code cleanupsStefan Behnel2011-12-131-17/+15
* use @cython.final and/or @cython.internal decorators for internal classesStefan Behnel2011-11-091-0/+2
* fix more compiler warnings: unused and uninitialised variablesStefan Behnel2011-05-281-1/+1
* code cleanupStefan Behnel2011-05-271-9/+3
* code simplificationStefan Behnel2011-05-241-7/+8
* build fixStefan Behnel2011-05-241-4/+4
* let parse() and iterparse() only close files they opened themselves, provide ...Stefan Behnel2011-05-231-1/+4
* [svn r4515] always close input file from iterparse(), not only when we opened itscoder2011-02-031-6/+0
* [svn r4512] immediately close files after parsing from themscoder2010-12-291-4/+13
* [svn r4510] make iterparse() close files immediately after parsing if it open...scoder2010-12-291-3/+13
* [svn r4457] fix searching for wildcard tags in Py3scoder2010-08-081-4/+4
* [svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200scoder2010-04-271-5/+5
* [svn r4398] r5562@lenny: sbehnel | 2010-04-09 20:28:51 +0200scoder2010-04-091-42/+42
* [svn r4331] r5440@lenny: sbehnel | 2010-01-30 21:12:44 +0100scoder2010-01-301-17/+14
* [svn r4265] r5316@delle: sbehnel | 2009-11-11 17:26:12 +0100scoder2009-11-241-2/+2
* [svn r4233] r5283@delle: sbehnel | 2009-10-17 01:16:46 +0200scoder2009-10-171-1/+1
* [svn r4147] r5120@delle: sbehnel | 2009-05-12 19:58:31 +0200scoder2009-05-311-2/+6