summaryrefslogtreecommitdiff
path: root/src/lxml/parser.pxi
Commit message (Expand)AuthorAgeFilesLines
* [svn r2877] rewrite of _ParserContext init code - use functions instead of __...scoder2007-09-151-7/+12
* [svn r2870] cleanup: remove need for internal parsing functions in XSLT doc r...scoder2007-09-151-50/+2
* [svn r2859] fixed copying of _ParserContext for threadsscoder2007-09-141-5/+19
* [svn r2835] cleanup in parser code, ET-compatible target parser interface (SA...scoder2007-09-111-29/+7
* [svn r2833] major restructuring of the parser code to better interate feed pa...scoder2007-09-101-257/+341
* [svn r2828] feed parser fixscoder2007-09-041-8/+11
* [svn r2826] doc update on the feed parserscoder2007-09-041-1/+1
* [svn r2825] ET-like feed parser interfacescoder2007-09-041-1/+116
* [svn r2818] ET 1.3 compatible parser versionscoder2007-09-031-0/+5
* [svn r2711] work around for libxml2 problem: libxml2 changes behaviour when t...scoder2007-07-271-0/+3
* [svn r2710] cleanup in parser option handling, make no_network the default al...scoder2007-07-271-8/+6
* [svn r2686] namespace class registry is now local to the ElementNamespaceClas...scoder2007-07-211-0/+4
* [svn r2650] detect UTF-16 in Python Unicode data ourselves to work around det...scoder2007-07-161-4/+14
* [svn r2644] new ETCompatXMLParser subclass of XMLParser with an ElementTree c...scoder2007-07-151-0/+19
* [svn r2642] new parser kw arg 'remove_pis' to discard PIsscoder2007-07-151-5/+11
* [svn r2641] use UTF16 encoding names that libxml2 understands nativelyscoder2007-07-151-10/+4
* [svn r2638] work around libxml2 not being able to detect BOM-less UTF-16LEscoder2007-07-131-0/+11
* [svn r2637] docstring fixscoder2007-07-131-1/+1
* [svn r2475] cleanupscoder2007-06-151-1/+1
* [svn r2473] added remove_comments keyword argument to parsers to skip over co...scoder2007-06-151-5/+10
* [svn r2409] missing kw arg default valuescoder2007-06-091-1/+1
* [svn r2399] network access disabled by default for parsers, some cleanup in p...scoder2007-06-071-26/+30
* [svn r2346] Entity support at the API levelscoder2007-05-291-1/+22
* [svn r2344] raise XMLSyntax error even on recoverable errorsscoder2007-05-271-1/+2
* [svn r2341] better exception messages in XPath, parsers and validators; major...scoder2007-05-271-12/+12
* [svn r2334] display first error in exception string instead of last onescoder2007-05-261-13/+19
* [svn r2290] docstrings on exceptionsscoder2007-05-131-1/+5
* [svn r2265] clarifications in parser docsscoder2007-05-071-13/+4
* [svn r2192] set error return to -1 instead of 1scoder2007-03-051-1/+1
* [svn r2166] make clean COMPACT parsing is the default and allow switching it offscoder2007-02-271-6/+6
* [svn r2161] new DTD() validator to validate against external DTDsscoder2007-02-261-0/+12
* [svn r2153] merged replacement for _xmlReconsiliateNs() from 'nscleanup' bran...scoder2007-02-241-2/+4
* [svn r2098] use enum types instead of intsscoder2007-02-121-1/+1
* [svn r2097] ported parser locking to pythread.h (instead of Python thread mod...scoder2007-02-101-8/+22
* [svn r2030] cleanupscoder2006-10-281-1/+1
* [svn r2029] reverted to only calling xmlClearParserCtxt() when ctxt was initi...scoder2006-10-281-5/+2
* [svn r2028] free resources after parsing: work-around a crash in libxml2's xm...scoder2006-10-281-2/+5
* [svn r2022] always call xmlClearParserCtxt() after parsing (if libxml2 allows...scoder2006-10-281-0/+11
* [svn r1977] clear resolver context after usescoder2006-10-251-0/+4
* [svn r1957] public C-API function makeElement() to create a new _Element with...scoder2006-10-131-1/+2
* [svn r1943] prevent CDATA sections from appearing in HTML treescoder2006-09-271-0/+3
* [svn r1935] special class implementation for XSLT processing instructionsscoder2006-09-221-2/+5
* [svn r1895] fixed URL recoding in _parser_resolve_from_python(): no recoding ...scoder2006-09-091-1/+5
* [svn r1886] fix handling of 8-bit encoded filenamesscoder2006-09-091-33/+36
* [svn r1866] made parser lookup the default element class lookup scheme, added...scoder2006-08-111-1/+5
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-081-2/+27
* [svn r1827] fixed various threading issues: more unlocking, prevent concurren...scoder2006-08-071-2/+21
* [svn r1825] support parser options in iterparse()scoder2006-08-071-7/+4
* [svn r1824] added 'compact' parser option with clear warning not to modify th...scoder2006-08-071-10/+24
* [svn r1779] fix for crash when mixing XSLT result elements into other treesscoder2006-08-041-4/+4