summaryrefslogtreecommitdiff
path: root/src/lxml/classlookup.pxi
Commit message (Expand)AuthorAgeFilesLines
* 'assert False' more readable than 'assert 0'Hugo2018-08-261-2/+2
* Use f-strings for all string formatting for which it makes sense (i.e. does n...Stefan Behnel2018-01-251-7/+6
* LP#1722776: Fix fallback of PythonElementClassLookup for comments etc.Stefan Behnel2017-10-131-1/+1
* Remove useless NULL initialisation after instantiation (which memsets the obj...Stefan Behnel2017-09-171-2/+1
* disable useless doctest that requires a global importStefan Behnel2014-01-171-15/+15
* use known type to avoid some overheadStefan Behnel2013-08-081-1/+1
* be stricter about element class validation in user defined lookup methodsStefan Behnel2013-05-121-9/+22
* fix crash when a custom class lookup method returns arbitrary non-type objectsStefan Behnel2013-05-101-1/+11
* fix crash when using instances of Comment/PI subtypesStefan Behnel2013-05-101-0/+13
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-16/+11
* make sure the E-Factory feature of the ElementBase constructor can always saf...Stefan Behnel2012-02-101-8/+4
* use 'cstring_h.*' instead of 'string' for string.h functionsTay Ray Chuan2012-01-101-3/+3
* reuse cython definitions for string.hTay Ray Chuan2012-01-081-3/+3
* fix more compiler warnings: unused and uninitialised variablesStefan Behnel2011-05-281-4/+2
* [svn r4397] r5559@lenny: sbehnel | 2010-04-06 22:14:22 +0200scoder2010-04-061-7/+44
* [svn r4326] r5436@lenny: sbehnel | 2010-01-30 20:41:08 +0100scoder2010-01-301-7/+9
* [svn r4106] r5037@delle: sbehnel | 2009-02-20 19:27:56 +0100scoder2009-02-201-6/+27
* [svn r3890] r4617@delle: sbehnel | 2008-07-12 15:10:12 +0200scoder2008-07-121-4/+7
* [svn r3889] r4613@delle: sbehnel | 2008-07-12 10:47:43 +0200scoder2008-07-121-9/+63
* [svn r3805] r4468@delle: sbehnel | 2008-06-04 14:40:14 +0200scoder2008-06-041-9/+13
* [svn r3695] r4253@delle: sbehnel | 2008-05-20 23:36:14 +0200scoder2008-05-211-2/+2
* [svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200scoder2008-05-201-27/+27
* [svn r3603] r4092@delle: sbehnel | 2008-04-25 22:47:11 +0200scoder2008-04-251-4/+4
* [svn r3480] r3852@delle: sbehnel | 2008-03-27 13:42:49 +0100scoder2008-03-271-6/+7
* [svn r3388] r3700@delle: sbehnel | 2008-03-03 12:30:47 +0100scoder2008-03-031-11/+0
* [svn r3363] r3641@delle: sbehnel | 2008-02-27 10:52:36 +0100scoder2008-02-281-1/+81
* [svn r3339] r3598@delle: sbehnel | 2008-02-22 10:48:05 +0100scoder2008-02-221-20/+36
* [svn r3329] r3575@delle: sbehnel | 2008-02-21 19:10:03 +0100scoder2008-02-211-2/+1
* [svn r3278] r3463@delle: sbehnel | 2008-02-13 00:07:06 +0100scoder2008-02-131-14/+40
* [svn r3195] r3303@delle: sbehnel | 2008-01-24 15:11:15 +0100scoder2008-01-241-4/+4
* [svn r3133] r3178@delle: sbehnel | 2007-12-25 14:57:47 +0100scoder2007-12-251-2/+2
* [svn r3127] r3166@delle: sbehnel | 2007-12-20 18:32:27 +0100scoder2007-12-201-27/+19
* [svn r3126] r3165@delle: sbehnel | 2007-12-20 17:57:48 +0100scoder2007-12-201-2/+2
* [svn r2996] forgotten exportscoder2007-10-251-1/+1
* [svn r2827] docstring cleanupscoder2007-09-041-1/+1
* [svn r2689] prevent crashes in badly subclassed element class lookupsscoder2007-07-221-0/+2
* [svn r2686] namespace class registry is now local to the ElementNamespaceClas...scoder2007-07-211-8/+5
* [svn r2464] copy'n'paste bugscoder2007-06-141-2/+2
* [svn r2346] Entity support at the API levelscoder2007-05-291-7/+36
* [svn r2298] cleanup, support custom PI/comment classes as fallbackscoder2007-05-141-16/+24
* [svn r2211] lxml.pyclasslookup - element class lookup mechanism with tree acc...scoder2007-03-221-1/+1
* [svn r1935] special class implementation for XSLT processing instructionsscoder2006-09-221-0/+6
* [svn r1866] made parser lookup the default element class lookup scheme, added...scoder2006-08-111-32/+33
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-081-0/+273