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
/
parser.pxi
Commit message (
Expand
)
Author
Age
Files
Lines
*
undo doc freeing change: crashes when doc has already been used elsewhere
Stefan Behnel
2014-02-25
1
-2
/
+0
*
safety fix: free parsed document if it's left in the parser context for some ...
Stefan Behnel
2014-02-25
1
-0
/
+2
*
fix corner case where name of HTML root node was not put into parser dict
Stefan Behnel
2014-01-31
1
-2
/
+2
*
fix up tag dict usage also for the feed parser
Stefan Behnel
2014-01-31
1
-2
/
+37
*
implement iterparse() parsing of BOM prefixed files
Stefan Behnel
2014-01-29
1
-0
/
+21
*
fix several error/exception handling cases throughout the code base
Stefan Behnel
2014-01-17
1
-15
/
+23
*
_ParserContext.__dealloc__() doesn't need to disconnect its XMLSchema validat...
Stefan Behnel
2014-01-17
1
-3
/
+0
*
fix GC crashes
Stefan Behnel
2014-01-17
1
-0
/
+1
*
provide Py_UNICODE parsing fallback even in Py3.3+ (might be useful for Windo...
Stefan Behnel
2014-01-16
1
-23
/
+23
*
make class lookups work in iterparse, pull parsers and target parser
Stefan Behnel
2014-01-09
1
-2
/
+2
*
try fixing build with MSVC
Stefan Behnel
2014-01-08
1
-2
/
+2
*
safety fixes
Stefan Behnel
2014-01-02
1
-3
/
+3
*
optimise Unicode string parsing for PEP393 (Py3.3+)
Stefan Behnel
2014-01-02
1
-8
/
+35
*
remove redundant input normalisation code from parser entry functions and fix...
Stefan Behnel
2014-01-02
1
-28
/
+15
*
implement recover mode for pull parsers and iterparse
Stefan Behnel
2013-12-14
1
-0
/
+6
*
minor code cleanup
Stefan Behnel
2013-10-03
1
-1
/
+1
*
fix event collection with custom targets, write some tests for it and add an ...
Stefan Behnel
2013-09-13
1
-7
/
+8
*
fix DTD loading and base URL setting for iterparse() and pull parsers
Stefan Behnel
2013-09-12
1
-13
/
+27
*
extend pull parser docstrings
Stefan Behnel
2013-09-09
1
-2
/
+24
*
adapt the PullParser interfaces (mostly) to the one in ElementTree (Py3.4)
Stefan Behnel
2013-09-09
1
-3
/
+20
*
refactor iterparse() event collection into a general parser feature to suppor...
Stefan Behnel
2013-09-08
1
-32
/
+61
*
free GIL in resolver code when libxml2 potentially does I/O
Stefan Behnel
2013-04-28
1
-4
/
+14
*
always restore parser context options after calling into libxml2's parser
Stefan Behnel
2013-04-28
1
-1
/
+6
*
safely report IOErrors even in the face of unexpectedly encoded file names
Stefan Behnel
2013-04-27
1
-1
/
+9
*
remove _BaseParser from lxml.etree module dict and clean up some code
Stefan Behnel
2013-03-23
1
-3
/
+2
*
remove some useless explicit usages of C-API calls from the code base
Stefan Behnel
2013-02-17
1
-6
/
+6
*
clean up string parsing code a bit and improve unicode XML declaration error
Stefan Behnel
2013-02-17
1
-9
/
+10
*
Fix undefined C symbol in Python runtimes compiled without threading support
Stefan Behnel
2013-01-24
1
-1
/
+1
*
fix another load of C compiler warnings about xmlChar* unsignedness etc.
Stefan Behnel
2012-08-11
1
-1
/
+1
*
deleted dead code
Stefan Behnel
2012-08-11
1
-10
/
+0
*
fix parsing when long Unicode strings are passed into the feed() method: part...
Stefan Behnel
2012-08-09
1
-10
/
+3
*
fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'
Stefan Behnel
2012-07-30
1
-24
/
+23
*
use absolute cimports to prevent build interference with already installed lx...
Stefan Behnel
2012-07-30
1
-2
/
+2
*
code cleanup: replace call to PyErr_NoMemory() by explicit exception
Stefan Behnel
2012-04-07
1
-7
/
+7
*
fix some compiler warnings
Stefan Behnel
2012-04-07
1
-1
/
+1
*
minor code cleanup
Stefan Behnel
2012-04-05
1
-2
/
+2
*
instead of a global setup, use execution local error callbacks for XMLSchema ...
Stefan Behnel
2012-04-05
1
-10
/
+39
*
use 'cstring_h.*' instead of 'string' for string.h functions
Tay Ray Chuan
2012-01-10
1
-2
/
+2
*
reuse cython definition for INT_MAX
Tay Ray Chuan
2012-01-08
1
-8
/
+8
*
reuse cython definitions for stdio.h
Tay Ray Chuan
2012-01-08
1
-3
/
+3
*
reuse cython definitions for string.h
Tay Ray Chuan
2012-01-08
1
-2
/
+2
*
use @cython.final and/or @cython.internal decorators for internal classes
Stefan Behnel
2011-11-09
1
-0
/
+5
*
exception handling fixes
Stefan Behnel
2011-05-29
1
-2
/
+3
*
fix more compiler warnings: unused and uninitialised variables
Stefan Behnel
2011-05-28
1
-0
/
+1
*
build fix
Stefan Behnel
2011-05-24
1
-3
/
+3
*
let parse() and iterparse() only close files they opened themselves, provide ...
Stefan Behnel
2011-05-23
1
-3
/
+6
*
[svn r4512] immediately close files after parsing from them
scoder
2010-12-29
1
-1
/
+17
*
[svn r4480] work around bug in libxml2 (ticket 661890)
scoder
2010-10-21
1
-0
/
+1
*
[svn r4405] r5576@lenny: sbehnel | 2010-05-01 06:44:38 +0200
scoder
2010-05-01
1
-2
/
+2
*
[svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200
scoder
2010-04-27
1
-13
/
+18
[next]