summaryrefslogtreecommitdiff
path: root/src/lxml/xmlparser.pxd
Commit message (Expand)AuthorAgeFilesLines
* [svn r4143] r5112@delle: sbehnel | 2009-03-27 22:06:09 +0100scoder2009-03-271-0/+4
* [svn r3981] r4810@delle: sbehnel | 2008-10-16 22:32:57 +0200scoder2008-10-161-0/+5
* [svn r3458] r3830@delle: sbehnel | 2008-03-26 00:14:51 +0100scoder2008-03-261-0/+3
* [svn r3455] r3824@delle: sbehnel | 2008-03-25 21:58:26 +0100scoder2008-03-251-0/+1
* [svn r3322] r3553@delle: sbehnel | 2008-02-19 22:44:41 +0100scoder2008-02-211-0/+2
* [svn r3159] r3226@delle: sbehnel | 2008-01-10 20:28:46 +0100scoder2008-01-111-0/+1
* [svn r3073] use 'with gil/nogil' where appropriate instead of acquiring/relea...scoder2007-12-021-31/+33
* [svn r3055] new SAX parser framework + TreeBuilder class implementationscoder2007-11-231-2/+5
* [svn r2918] parser refactoring moves locking etc. into _ParserContext to sepa...scoder2007-09-261-8/+8
* [svn r2902] preliminary HTML support for iterparsescoder2007-09-211-0/+7
* [svn r2833] major restructuring of the parser code to better interate feed pa...scoder2007-09-101-6/+25
* [svn r2642] new parser kw arg 'remove_pis' to discard PIsscoder2007-07-151-4/+9
* [svn r2473] added remove_comments keyword argument to parsers to skip over co...scoder2007-06-151-0/+4
* [svn r2346] Entity support at the API levelscoder2007-05-291-0/+2
* [svn r2285] more robust error handling in iterparse()scoder2007-05-111-0/+2
* [svn r2161] new DTD() validator to validate against external DTDsscoder2007-02-261-1/+8
* [svn r2030] cleanupscoder2006-10-281-1/+0
* [svn r2028] free resources after parsing: work-around a crash in libxml2's xm...scoder2006-10-281-0/+1
* [svn r2022] always call xmlClearParserCtxt() after parsing (if libxml2 allows...scoder2006-10-281-0/+3
* [svn r1943] prevent CDATA sections from appearing in HTML treescoder2006-09-271-0/+5
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-081-1/+1
* [svn r1571] merge of iterparse branch: iterparse and iterwalk functionsscoder2006-06-231-1/+38
* [svn r1501] merge of threading branch, including a few more bug fixes regardi...scoder2006-06-101-0/+1
* [svn r1492] globally enable PARSE_COMPACT in parser options for XML and HTML ...scoder2006-06-091-1/+1
* [svn r1103] support parsing straight from Python unicode stringsscoder2006-05-081-0/+4
* [svn r1099] another rewrite of file-like parsing: let libxml2 pull the data b...scoder2006-05-071-4/+17
* [svn r1058] check error message arguments in _receiveGenericError()scoder2006-05-031-1/+7
* [svn r1037] do not destroy mal-formed parser results if the recover option is...scoder2006-05-021-0/+1
* [svn r1012] merge of resolver-new branch: support for custom URI resolvers in...scoder2006-04-271-2/+21
* [svn r944] merge of htmlparser branchscoder2006-04-201-6/+6
* [svn r297] Fix memory error reported by Florian Wagner.faassen2005-05-191-2/+3
* [svn r197] Improve error handling to make sure IOError gets raised if file do...faassen2005-01-141-0/+2
* [svn r185] Support for parse() top level function and tests.faassen2005-01-121-3/+6
* [svn r108] Rewrite etree to make use of pxd files.faassen2004-12-131-0/+38