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
*
Rewrite Unicode chunk parsing by directly encoding to UTF-8.
Stefan Behnel
2021-07-18
1
-43
/
+59
*
Avoid globally overriding the libxml2 external entity resolver and instead se...
Stefan Behnel
2020-05-23
1
-11
/
+31
*
Tighten an assertion (string length must never be < 0).
Stefan Behnel
2019-03-15
1
-1
/
+1
*
Minor code cleanup.
Stefan Behnel
2019-03-15
1
-2
/
+1
*
Replace old Pyrex property syntax with @property decorators for read-only pro...
Stefan Behnel
2019-02-23
1
-19
/
+19
*
Remove redundant parentheses
Hugo
2018-08-25
1
-3
/
+3
*
Fix crash during GC when _ParserContext and _ParserSchemaValidationContext in...
Stefan Behnel
2018-06-03
1
-1
/
+2
*
Add missing huge_tree parameter to XMLParser
johnthagen
2018-04-13
1
-1
/
+1
*
Fix HTMLParser docstring.
stranac
2018-03-08
1
-1
/
+1
*
Add huge_tree support to HTMLParser.
stranac
2018-03-08
1
-1
/
+5
*
Avoid dependency on char signedness in C comparison.
Stefan Behnel
2018-02-16
1
-1
/
+2
*
Use f-strings for all string formatting for which it makes sense (i.e. does n...
Stefan Behnel
2018-01-25
1
-7
/
+6
*
LP#1737825: Fix a crash during garbage collection when an iterparse run with ...
Stefan Behnel
2018-01-06
1
-0
/
+8
*
Use xmlMalloc() instead of plain malloc() for allocating an xmlSAXHandler to ...
Stefan Behnel
2018-01-06
1
-1
/
+1
*
Remove unnecessary pre-declarations.
Stefan Behnel
2018-01-06
1
-7
/
+0
*
Clean up exception classes and turn them into extension types.
Stefan Behnel
2017-08-13
1
-5
/
+4
*
LP#1703810: Implement explicit support for UTF-32 encodings in fromstring() a...
Stefan Behnel
2017-08-12
1
-5
/
+13
*
LP#1703810: Implement explicit support for UTF-32 encodings in fromstring() a...
Stefan Behnel
2017-08-12
1
-2
/
+18
*
whitespace
Stefan Behnel
2016-12-10
1
-1
/
+2
*
enable the collect_ids option also for HTML and add a simple test for it
Stefan Behnel
2016-12-10
1
-3
/
+3
*
Merge pull request #216 from plq/arskom
scoder
2016-12-10
1
-4
/
+6
|
\
|
*
expose collect_ids for HTMLParser
Burak Arslan
2016-12-08
1
-4
/
+6
*
|
Make XMLSyntaxError have normal SyntaxError metadata
Philipp A
2016-12-04
1
-5
/
+17
|
/
*
Add option to prevent default doctypes
Shadab Zafar
2016-08-19
1
-1
/
+4
*
GH#198: fix file path encoding and error handling in resolver code
Stefan Behnel
2016-07-18
1
-2
/
+11
*
Fix setting the base url for etree.Resolver.resolve_string
Michael van Tellingen
2016-07-18
1
-0
/
+2
*
change documented signature of parsers to use "type hints" in Py3 annotation ...
Stefan Behnel
2016-03-17
1
-2
/
+2
*
propagate SAX exceptions immediately in HTML parser (used to continue parsing)
Stefan Behnel
2015-09-23
1
-1
/
+12
*
code cleanup
Stefan Behnel
2015-09-04
1
-4
/
+3
*
Simplify encoding detection.
Olli Pottonen
2015-06-21
1
-25
/
+13
*
remove useless declarations
Stefan Behnel
2015-03-02
1
-2
/
+0
*
clean up code, use faster instantiation for thread dict context
Stefan Behnel
2015-03-02
1
-7
/
+2
*
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
[next]