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
*
[svn r2877] rewrite of _ParserContext init code - use functions instead of __...
scoder
2007-09-15
1
-7
/
+12
*
[svn r2870] cleanup: remove need for internal parsing functions in XSLT doc r...
scoder
2007-09-15
1
-50
/
+2
*
[svn r2859] fixed copying of _ParserContext for threads
scoder
2007-09-14
1
-5
/
+19
*
[svn r2835] cleanup in parser code, ET-compatible target parser interface (SA...
scoder
2007-09-11
1
-29
/
+7
*
[svn r2833] major restructuring of the parser code to better interate feed pa...
scoder
2007-09-10
1
-257
/
+341
*
[svn r2828] feed parser fix
scoder
2007-09-04
1
-8
/
+11
*
[svn r2826] doc update on the feed parser
scoder
2007-09-04
1
-1
/
+1
*
[svn r2825] ET-like feed parser interface
scoder
2007-09-04
1
-1
/
+116
*
[svn r2818] ET 1.3 compatible parser version
scoder
2007-09-03
1
-0
/
+5
*
[svn r2711] work around for libxml2 problem: libxml2 changes behaviour when t...
scoder
2007-07-27
1
-0
/
+3
*
[svn r2710] cleanup in parser option handling, make no_network the default al...
scoder
2007-07-27
1
-8
/
+6
*
[svn r2686] namespace class registry is now local to the ElementNamespaceClas...
scoder
2007-07-21
1
-0
/
+4
*
[svn r2650] detect UTF-16 in Python Unicode data ourselves to work around det...
scoder
2007-07-16
1
-4
/
+14
*
[svn r2644] new ETCompatXMLParser subclass of XMLParser with an ElementTree c...
scoder
2007-07-15
1
-0
/
+19
*
[svn r2642] new parser kw arg 'remove_pis' to discard PIs
scoder
2007-07-15
1
-5
/
+11
*
[svn r2641] use UTF16 encoding names that libxml2 understands natively
scoder
2007-07-15
1
-10
/
+4
*
[svn r2638] work around libxml2 not being able to detect BOM-less UTF-16LE
scoder
2007-07-13
1
-0
/
+11
*
[svn r2637] docstring fix
scoder
2007-07-13
1
-1
/
+1
*
[svn r2475] cleanup
scoder
2007-06-15
1
-1
/
+1
*
[svn r2473] added remove_comments keyword argument to parsers to skip over co...
scoder
2007-06-15
1
-5
/
+10
*
[svn r2409] missing kw arg default value
scoder
2007-06-09
1
-1
/
+1
*
[svn r2399] network access disabled by default for parsers, some cleanup in p...
scoder
2007-06-07
1
-26
/
+30
*
[svn r2346] Entity support at the API level
scoder
2007-05-29
1
-1
/
+22
*
[svn r2344] raise XMLSyntax error even on recoverable errors
scoder
2007-05-27
1
-1
/
+2
*
[svn r2341] better exception messages in XPath, parsers and validators; major...
scoder
2007-05-27
1
-12
/
+12
*
[svn r2334] display first error in exception string instead of last one
scoder
2007-05-26
1
-13
/
+19
*
[svn r2290] docstrings on exceptions
scoder
2007-05-13
1
-1
/
+5
*
[svn r2265] clarifications in parser docs
scoder
2007-05-07
1
-13
/
+4
*
[svn r2192] set error return to -1 instead of 1
scoder
2007-03-05
1
-1
/
+1
*
[svn r2166] make clean COMPACT parsing is the default and allow switching it off
scoder
2007-02-27
1
-6
/
+6
*
[svn r2161] new DTD() validator to validate against external DTDs
scoder
2007-02-26
1
-0
/
+12
*
[svn r2153] merged replacement for _xmlReconsiliateNs() from 'nscleanup' bran...
scoder
2007-02-24
1
-2
/
+4
*
[svn r2098] use enum types instead of ints
scoder
2007-02-12
1
-1
/
+1
*
[svn r2097] ported parser locking to pythread.h (instead of Python thread mod...
scoder
2007-02-10
1
-8
/
+22
*
[svn r2030] cleanup
scoder
2006-10-28
1
-1
/
+1
*
[svn r2029] reverted to only calling xmlClearParserCtxt() when ctxt was initi...
scoder
2006-10-28
1
-5
/
+2
*
[svn r2028] free resources after parsing: work-around a crash in libxml2's xm...
scoder
2006-10-28
1
-2
/
+5
*
[svn r2022] always call xmlClearParserCtxt() after parsing (if libxml2 allows...
scoder
2006-10-28
1
-0
/
+11
*
[svn r1977] clear resolver context after use
scoder
2006-10-25
1
-0
/
+4
*
[svn r1957] public C-API function makeElement() to create a new _Element with...
scoder
2006-10-13
1
-1
/
+2
*
[svn r1943] prevent CDATA sections from appearing in HTML tree
scoder
2006-09-27
1
-0
/
+3
*
[svn r1935] special class implementation for XSLT processing instructions
scoder
2006-09-22
1
-2
/
+5
*
[svn r1895] fixed URL recoding in _parser_resolve_from_python(): no recoding ...
scoder
2006-09-09
1
-1
/
+5
*
[svn r1886] fix handling of 8-bit encoded filenames
scoder
2006-09-09
1
-33
/
+36
*
[svn r1866] made parser lookup the default element class lookup scheme, added...
scoder
2006-08-11
1
-1
/
+5
*
[svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.
scoder
2006-08-08
1
-2
/
+27
*
[svn r1827] fixed various threading issues: more unlocking, prevent concurren...
scoder
2006-08-07
1
-2
/
+21
*
[svn r1825] support parser options in iterparse()
scoder
2006-08-07
1
-7
/
+4
*
[svn r1824] added 'compact' parser option with clear warning not to modify th...
scoder
2006-08-07
1
-10
/
+24
*
[svn r1779] fix for crash when mixing XSLT result elements into other trees
scoder
2006-08-04
1
-4
/
+4
[next]