summaryrefslogtreecommitdiff
path: root/src/lxml/parsertarget.pxi
Commit message (Expand)AuthorAgeFilesLines
* Work around Cython bug that calls the parent class tp_clear() function even i...Stefan Behnel2018-06-031-0/+1
* Fix getargspec DeprecationWarningRichard Owen2017-11-101-2/+2
* replace IS_PYTHON3 C macro with IS_PYTHON2 before it starts looking funny in ...Stefan Behnel2016-09-031-8/+8
* fix function argument introspection in Py3Stefan Behnel2015-07-271-1/+6
* simplify some codeStefan Behnel2013-09-131-6/+6
* make user exception handling in target parser safer and more correctStefan Behnel2013-01-241-8/+15
* use @cython.final and/or @cython.internal decorators for internal classesStefan Behnel2011-11-091-0/+4
* fix more compiler warnings: unused and uninitialised variablesStefan Behnel2011-05-281-1/+1
* [svn r4485] safety fixesscoder2010-10-311-1/+1
* [svn r4183] r5188@delle: sbehnel | 2009-07-14 20:14:34 +0200scoder2009-07-141-11/+27
* [svn r4166] r5156@delle: sbehnel | 2009-06-16 20:43:55 +0200scoder2009-06-161-8/+13
* [svn r3950] r4759@delle: sbehnel | 2008-09-02 22:07:11 +0200scoder2008-09-021-2/+6
* [svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200scoder2008-05-201-2/+2
* [svn r3458] r3830@delle: sbehnel | 2008-03-26 00:14:51 +0100scoder2008-03-261-5/+9
* [svn r3076] fix: memory leak in target parserscoder2007-12-051-0/+9
* [svn r3055] new SAX parser framework + TreeBuilder class implementationscoder2007-11-231-146/+68
* [svn r3043] make it build with Cython 0.9.6.8 (now required!)scoder2007-11-041-6/+6
* [svn r2859] fixed copying of _ParserContext for threadsscoder2007-09-141-2/+7
* [svn r2842] parser target implementation was missingscoder2007-09-121-0/+192