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
/
iterparse.pxi
Commit message (
Expand
)
Author
Age
Files
Lines
*
restore properties and methods on iterparse objects that were lost in 3.3.0
Stefan Behnel
2014-02-25
1
-0
/
+28
*
fix several error/exception handling cases throughout the code base
Stefan Behnel
2014-01-17
1
-2
/
+2
*
implement recover mode for pull parsers and iterparse
Stefan Behnel
2013-12-14
1
-6
/
+11
*
remove 'recover' option from iterparse() and disable it in the underlying par...
Stefan Behnel
2013-12-13
1
-9
/
+4
*
minor cleanup in iterparse() keyword arguments
Stefan Behnel
2013-12-13
1
-3
/
+8
*
add 'recover' option to iterparse
Stefan Behnel
2013-12-13
1
-2
/
+10
*
fix DTD loading and base URL setting for iterparse() and pull parsers
Stefan Behnel
2013-09-12
1
-11
/
+13
*
adapt the PullParser interfaces (mostly) to the one in ElementTree (Py3.4)
Stefan Behnel
2013-09-09
1
-2
/
+1
*
refactor iterparse() event collection into a general parser feature to suppor...
Stefan Behnel
2013-09-08
1
-451
/
+122
*
use known type to avoid some overhead
Stefan Behnel
2013-08-08
1
-1
/
+1
*
LP#1185701: fix spurious XMLSyntaxError after finishing iterparse()
Stefan Behnel
2013-07-06
1
-1
/
+4
*
remove some useless explicit usages of C-API calls from the code base
Stefan Behnel
2013-02-17
1
-1
/
+1
*
fix error message
Stefan Behnel
2013-01-29
1
-1
/
+1
*
fix termination handling in iterparse, bug found when switching to libxml2 2.9.0
Stefan Behnel
2012-09-28
1
-13
/
+9
*
fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'
Stefan Behnel
2012-07-30
1
-9
/
+10
*
use _MultiTagMatcher in iterwalk()
Stefan Behnel
2012-04-24
1
-28
/
+13
*
fix some compiler warnings
Stefan Behnel
2012-04-07
1
-6
/
+6
*
reuse cython definitions for stdio.h
Tay Ray Chuan
2012-01-08
1
-4
/
+4
*
implement multi-tag selection for iterparse()
Stefan Behnel
2011-12-23
1
-28
/
+26
*
minor code simplification
Stefan Behnel
2011-12-14
1
-5
/
+2
*
fix ticket 903782: initialise document dict for HTML parsing in iterparse to ...
Stefan Behnel
2011-12-14
1
-0
/
+13
*
minor code cleanups
Stefan Behnel
2011-12-14
1
-5
/
+2
*
minor code cleanups
Stefan Behnel
2011-12-13
1
-17
/
+15
*
use @cython.final and/or @cython.internal decorators for internal classes
Stefan Behnel
2011-11-09
1
-0
/
+2
*
fix more compiler warnings: unused and uninitialised variables
Stefan Behnel
2011-05-28
1
-1
/
+1
*
code cleanup
Stefan Behnel
2011-05-27
1
-9
/
+3
*
code simplification
Stefan Behnel
2011-05-24
1
-7
/
+8
*
build fix
Stefan Behnel
2011-05-24
1
-4
/
+4
*
let parse() and iterparse() only close files they opened themselves, provide ...
Stefan Behnel
2011-05-23
1
-1
/
+4
*
[svn r4515] always close input file from iterparse(), not only when we opened it
scoder
2011-02-03
1
-6
/
+0
*
[svn r4512] immediately close files after parsing from them
scoder
2010-12-29
1
-4
/
+13
*
[svn r4510] make iterparse() close files immediately after parsing if it open...
scoder
2010-12-29
1
-3
/
+13
*
[svn r4457] fix searching for wildcard tags in Py3
scoder
2010-08-08
1
-4
/
+4
*
[svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200
scoder
2010-04-27
1
-5
/
+5
*
[svn r4398] r5562@lenny: sbehnel | 2010-04-09 20:28:51 +0200
scoder
2010-04-09
1
-42
/
+42
*
[svn r4331] r5440@lenny: sbehnel | 2010-01-30 21:12:44 +0100
scoder
2010-01-30
1
-17
/
+14
*
[svn r4265] r5316@delle: sbehnel | 2009-11-11 17:26:12 +0100
scoder
2009-11-24
1
-2
/
+2
*
[svn r4233] r5283@delle: sbehnel | 2009-10-17 01:16:46 +0200
scoder
2009-10-17
1
-1
/
+1
*
[svn r4147] r5120@delle: sbehnel | 2009-05-12 19:58:31 +0200
scoder
2009-05-31
1
-2
/
+6
*
[svn r4020] r4875@delle: sbehnel | 2008-11-17 23:22:34 +0100
scoder
2008-11-17
1
-20
/
+20
*
[svn r3978] r4800@delle: sbehnel | 2008-09-17 22:13:58 +0200
scoder
2008-09-21
1
-0
/
+13
*
[svn r3812] r4476@delle: sbehnel | 2008-06-05 21:21:58 +0200
scoder
2008-06-05
1
-1
/
+1
*
[svn r3762] r4378@delle: sbehnel | 2008-05-26 13:53:21 +0200
scoder
2008-05-26
1
-2
/
+2
*
[svn r3759] r4375@delle: sbehnel | 2008-05-26 13:12:50 +0200
scoder
2008-05-26
1
-1
/
+4
*
[svn r3753] r4369@delle: sbehnel | 2008-05-26 09:29:55 +0200
scoder
2008-05-26
1
-1
/
+1
*
[svn r3691] r4249@delle: sbehnel | 2008-05-20 21:50:20 +0200
scoder
2008-05-21
1
-40
/
+41
*
[svn r3686] r4232@delle: sbehnel | 2008-05-19 23:51:31 +0200
scoder
2008-05-20
1
-1
/
+3
*
[svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200
scoder
2008-05-20
1
-33
/
+33
*
[svn r3664] r4192@delle: sbehnel | 2008-05-07 20:32:28 +0200
scoder
2008-05-08
1
-22
/
+41
*
[svn r3663] r4191@delle: sbehnel | 2008-05-07 19:28:06 +0200
scoder
2008-05-08
1
-60
/
+70
[next]