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
*
use per-document hash tables for XML IDs and allow disabling them completely ...
Stefan Behnel
2014-05-28
1
-19
/
+62
*
minor doc fixes
Stefan Behnel
2014-05-25
1
-3
/
+3
*
only apply decoding error change to XML parsing (not HTML for now)
Stefan Behnel
2014-05-24
1
-1
/
+1
*
raise a parser error even in recovery mode when encountering undecodable inpu...
Stefan Behnel
2014-05-24
1
-3
/
+12
*
minor code cleanup
Stefan Behnel
2014-05-24
1
-2
/
+3
*
remove legacy code for now unsupported libxml2/libxslt versions
Stefan Behnel
2014-03-22
1
-7
/
+1
*
use XML_PARSE_BIG_LINES parser option if available (libxml2 2.9.0+)
Stefan Behnel
2014-03-18
1
-1
/
+2
*
remove some legacy code
Stefan Behnel
2014-03-10
1
-6
/
+1
*
improve docstring description of "remove_blank_text" parser option
Stefan Behnel
2014-02-28
1
-2
/
+2
*
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
[next]