| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some C compiler warnings. | Stefan Behnel | 2017-08-31 | 1 | -1/+1 |
* | LP#1526522: Also capture libxml2 errors in RelaxNG processing that come only ... | Stefan Behnel | 2017-08-13 | 1 | -0/+4 |
* | Allow passing a 'base_url' into RelaxNG() when parsing from an RNC string. | Stefan Behnel | 2017-08-13 | 1 | -2/+9 |
* | clean up check for rnc2rng installation | Stefan Behnel | 2017-08-13 | 1 | -5/+12 |
* | Clean up exception classes and turn them into extension types. | Stefan Behnel | 2017-08-13 | 1 | -11/+6 |
* | enable rnc2rng conversion for file-like objects with .rnc name | Dirkjan Ochtman | 2015-12-27 | 1 | -0/+6 |
* | add RelaxNG.from_rnc_string() classmethod | Dirkjan Ochtman | 2015-12-27 | 1 | -0/+5 |
* | clean up and simplify RelaxNG() init code | Stefan Behnel | 2015-12-11 | 1 | -21/+22 |
* | add support for rnc schema validation if rnc2rng is installed | Dirkjan Ochtman | 2015-11-30 | 1 | -1/+17 |
* | remove legacy code for now unsupported libxml2/libxslt versions | Stefan Behnel | 2014-03-22 | 1 | -11/+1 |
* | clear RelaxNG/Schematron.error_log before running a validation | Stefan Behnel | 2014-02-23 | 1 | -8/+10 |
* | fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*' | Stefan Behnel | 2012-07-30 | 1 | -3/+2 |
* | use absolute cimports to prevent build interference with already installed lx... | Stefan Behnel | 2012-07-30 | 1 | -1/+1 |
* | refactored error log connection into a context manager, added support for rec... | Stefan Behnel | 2012-04-07 | 1 | -5/+2 |
* | instead of a global setup, use execution local error callbacks for RelaxNG pr... | Stefan Behnel | 2012-04-05 | 1 | -6/+7 |
* | 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 |
* | fix more compiler warnings: unused and uninitialised variables | Stefan Behnel | 2011-05-28 | 1 | -0/+1 |
* | [svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200 | scoder | 2010-04-27 | 1 | -1/+4 |
* | [svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200 | scoder | 2008-05-20 | 1 | -10/+10 |
* | [svn r3603] r4092@delle: sbehnel | 2008-04-25 22:47:11 +0200 | scoder | 2008-04-25 | 1 | -2/+2 |
* | [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 | -5/+10 |
* | [svn r3189] r3292@delle: sbehnel | 2008-01-23 16:39:27 +0100 | scoder | 2008-01-23 | 1 | -2/+4 |
* | [svn r3188] r3290@delle: sbehnel | 2008-01-23 13:03:09 +0100 | scoder | 2008-01-23 | 1 | -2/+4 |
* | [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 r2341] better exception messages in XPath, parsers and validators; major... | scoder | 2007-05-27 | 1 | -8/+13 |
* | [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 | -11/+5 |
* | [svn r905] work arounds for libxml2 RelaxNG bug to make the RNG test cases va... | scoder | 2006-04-13 | 1 | -0/+10 |
* | [svn r903] doc typo | scoder | 2006-04-13 | 1 | -1/+1 |
* | [svn r902] allow passing Elements to RelaxNG() and .validate(), not only Elem... | scoder | 2006-04-13 | 1 | -6/+26 |
* | [svn r763] merged in changes from error-reporting branch | scoder | 2006-03-20 | 1 | -1/+6 |
* | [svn r733] make error_log a property in LxmlException, RelaxNG, XMLSchema and... | scoder | 2006-03-16 | 1 | -0/+3 |
* | [svn r484] major update from scoder2: use _Document class internally instead ... | scoder | 2005-12-08 | 1 | -7/+12 |
* | [svn r453] re-applied split-up of etree.pyx into separate include files | scoder | 2005-11-14 | 1 | -1993/+4 |
* | [svn r452] svn copied etree.pyx to new module files to preserve svn history | scoder | 2005-11-14 | 1 | -0/+2046 |