| Commit message (Expand) | Author | Age | Files | Lines |
| * | simplify constructor argument | Stefan Behnel | 2015-02-07 | 1 | -3/+2 |
| * | fix crash when cleaning up XMLSchemas created from non-root elements: pointer... | Stefan Behnel | 2015-02-07 | 1 | -32/+29 |
| * | remove legacy code for now unsupported libxml2/libxslt versions | Stefan Behnel | 2014-03-22 | 1 | -13/+1 |
| * | partial fix for LP#1222132: clear XMLSchema.error_log before running a valida... | Stefan Behnel | 2014-02-23 | 1 | -11/+13 |
| * | fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*' | Stefan Behnel | 2012-07-30 | 1 | -2/+2 |
| * | use absolute cimports to prevent build interference with already installed lx... | Stefan Behnel | 2012-07-30 | 1 | -1/+1 |
| * | instead of a global setup, use execution local error callbacks for XMLSchema ... | Stefan Behnel | 2012-04-05 | 1 | -13/+15 |
| * | use 'cstring_h.*' instead of 'string' for string.h functions | Tay Ray Chuan | 2012-01-10 | 1 | -1/+1 |
| * | reuse cython definitions for string.h | Tay Ray Chuan | 2012-01-08 | 1 | -1/+1 |
| * | use @cython.final and/or @cython.internal decorators for internal classes | Stefan Behnel | 2011-11-09 | 1 | -0/+2 |
| * | code cleanup | Stefan Behnel | 2011-07-22 | 1 | -5/+1 |
| * | [svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200 | scoder | 2010-04-27 | 1 | -4/+10 |
| * | [svn r4151] r5128@delle: sbehnel | 2009-05-31 22:46:55 +0200 | scoder | 2009-05-31 | 1 | -4/+43 |
| * | [svn r4149] r5122@delle: sbehnel | 2009-05-31 14:04:23 +0200 | scoder | 2009-05-31 | 1 | -6/+6 |
| * | [svn r4131] r5088@delle: sbehnel | 2009-03-02 14:06:27 +0100 | scoder | 2009-03-02 | 1 | -7/+12 |
| * | [svn r3859] r4557@delle: sbehnel | 2008-06-25 09:25:08 +0200 | scoder | 2008-06-25 | 1 | -0/+7 |
| * | [svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200 | scoder | 2008-05-20 | 1 | -9/+9 |
| * | [svn r3603] r4092@delle: sbehnel | 2008-04-25 22:47:11 +0200 | scoder | 2008-04-25 | 1 | -2/+2 |
| * | [svn r3452] r3820@delle: sbehnel | 2008-03-23 18:48:28 +0100 | scoder | 2008-03-23 | 1 | -4/+4 |
| * | [svn r3318] r3549@delle: sbehnel | 2008-02-19 12:35:22 +0100 | scoder | 2008-02-21 | 1 | -1/+1 |
| * | [svn r3278] r3463@delle: sbehnel | 2008-02-13 00:07:06 +0100 | scoder | 2008-02-13 | 1 | -2/+5 |
| * | [svn r3220] r3349@delle: sbehnel | 2008-01-28 11:05:44 +0100 | scoder | 2008-01-28 | 1 | -7/+8 |
| * | [svn r3195] r3303@delle: sbehnel | 2008-01-24 15:11:15 +0100 | scoder | 2008-01-24 | 1 | -4/+5 |
| * | [svn r3189] r3292@delle: sbehnel | 2008-01-23 16:39:27 +0100 | scoder | 2008-01-23 | 1 | -4/+6 |
| * | [svn r3188] r3290@delle: sbehnel | 2008-01-23 13:03:09 +0100 | scoder | 2008-01-23 | 1 | -1/+4 |
| * | [svn r3159] r3226@delle: sbehnel | 2008-01-10 20:28:46 +0100 | scoder | 2008-01-11 | 1 | -1/+46 |
| * | [svn r3073] use 'with gil/nogil' where appropriate instead of acquiring/relea... | scoder | 2007-12-02 | 1 | -4/+2 |
| * | [svn r2676] return True/False from validators, not 1/0 | scoder | 2007-07-21 | 1 | -1/+4 |
| * | [svn r2532] libxml2 crash bug in xmlschema is not fixed in 2.6.24 | scoder | 2007-06-25 | 1 | -6/+6 |
| * | [svn r2509] off-by-one version check | scoder | 2007-06-22 | 1 | -1/+1 |
| * | [svn r2341] better exception messages in XPath, parsers and validators; major... | scoder | 2007-05-27 | 1 | -11/+16 |
| * | [svn r2290] docstrings on exceptions | scoder | 2007-05-13 | 1 | -0/+6 |
| * | [svn r2260] make clear when libxml2 bug was fixed | scoder | 2007-05-07 | 1 | -5/+6 |
| * | [svn r2102] removed now unneeded _NodeBase class, merged into _Element | scoder | 2007-02-14 | 1 | -2/+2 |
| * | [svn r1896] cleanup of filename encoding in RNG and XML Schema | scoder | 2006-09-13 | 1 | -3/+2 |
| * | [svn r1886] fix handling of 8-bit encoded filenames | scoder | 2006-09-09 | 1 | -0/+2 |
| * | [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc. | scoder | 2006-08-08 | 1 | -2/+4 |
| * | [svn r1827] fixed various threading issues: more unlocking, prevent concurren... | scoder | 2006-08-07 | 1 | -4/+2 |
| * | [svn r1502] allow threads during validation in RelaxNG and XMLSchema (untested) | scoder | 2006-06-10 | 1 | -0/+9 |
| * | [svn r1292] fix crashes when calling API functions with uninitialized Element... | scoder | 2006-05-26 | 1 | -2/+2 |
| * | [svn r1094] cleanup: moved strstr/strcmp/etc. from tree.pxd to cstd.pxd | scoder | 2006-05-06 | 1 | -1/+1 |
| * | [svn r1086] valgrind fixes | scoder | 2006-05-05 | 1 | -1/+1 |
| * | [svn r1027] merged APIs of RelaxNG and XMLSchema into new _Validator supercla... | scoder | 2006-04-28 | 1 | -25/+30 |
| * | [svn r901] make new XML-Schema test case by checking the root node namespace ... | scoder | 2006-04-13 | 1 | -9/+31 |
| * | [svn r763] merged in changes from error-reporting branch | scoder | 2006-03-20 | 1 | -1/+5 |
| * | [svn r733] make error_log a property in LxmlException, RelaxNG, XMLSchema and... | scoder | 2006-03-16 | 1 | -0/+4 |
| * | [svn r484] major update from scoder2: use _Document class internally instead ... | scoder | 2005-12-08 | 1 | -6/+12 |
| * | [svn r453] re-applied split-up of etree.pyx into separate include files | scoder | 2005-11-14 | 1 | -2002/+4 |
| * | [svn r452] svn copied etree.pyx to new module files to preserve svn history | scoder | 2005-11-14 | 1 | -0/+2046 |
| * | [svn r451] reverted last revision | scoder | 2005-11-14 | 1 | -48/+0 |