summaryrefslogtreecommitdiff
path: root/src/lxml/relaxng.pxi
Commit message (Expand)AuthorAgeFilesLines
* Fix some C compiler warnings.Stefan Behnel2017-08-311-1/+1
* LP#1526522: Also capture libxml2 errors in RelaxNG processing that come only ...Stefan Behnel2017-08-131-0/+4
* Allow passing a 'base_url' into RelaxNG() when parsing from an RNC string.Stefan Behnel2017-08-131-2/+9
* clean up check for rnc2rng installationStefan Behnel2017-08-131-5/+12
* Clean up exception classes and turn them into extension types.Stefan Behnel2017-08-131-11/+6
* enable rnc2rng conversion for file-like objects with .rnc nameDirkjan Ochtman2015-12-271-0/+6
* add RelaxNG.from_rnc_string() classmethodDirkjan Ochtman2015-12-271-0/+5
* clean up and simplify RelaxNG() init codeStefan Behnel2015-12-111-21/+22
* add support for rnc schema validation if rnc2rng is installedDirkjan Ochtman2015-11-301-1/+17
* remove legacy code for now unsupported libxml2/libxslt versionsStefan Behnel2014-03-221-11/+1
* clear RelaxNG/Schematron.error_log before running a validationStefan Behnel2014-02-231-8/+10
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-3/+2
* use absolute cimports to prevent build interference with already installed lx...Stefan Behnel2012-07-301-1/+1
* refactored error log connection into a context manager, added support for rec...Stefan Behnel2012-04-071-5/+2
* instead of a global setup, use execution local error callbacks for RelaxNG pr...Stefan Behnel2012-04-051-6/+7
* use 'cstring_h.*' instead of 'string' for string.h functionsTay Ray Chuan2012-01-101-1/+1
* reuse cython definitions for string.hTay Ray Chuan2012-01-081-1/+1
* fix more compiler warnings: unused and uninitialised variablesStefan Behnel2011-05-281-0/+1
* [svn r4402] r5569@lenny: sbehnel | 2010-04-27 21:41:20 +0200scoder2010-04-271-1/+4
* [svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200scoder2008-05-201-10/+10
* [svn r3603] r4092@delle: sbehnel | 2008-04-25 22:47:11 +0200scoder2008-04-251-2/+2
* [svn r3318] r3549@delle: sbehnel | 2008-02-19 12:35:22 +0100scoder2008-02-211-1/+1
* [svn r3278] r3463@delle: sbehnel | 2008-02-13 00:07:06 +0100scoder2008-02-131-2/+5
* [svn r3220] r3349@delle: sbehnel | 2008-01-28 11:05:44 +0100scoder2008-01-281-7/+8
* [svn r3195] r3303@delle: sbehnel | 2008-01-24 15:11:15 +0100scoder2008-01-241-5/+10
* [svn r3189] r3292@delle: sbehnel | 2008-01-23 16:39:27 +0100scoder2008-01-231-2/+4
* [svn r3188] r3290@delle: sbehnel | 2008-01-23 13:03:09 +0100scoder2008-01-231-2/+4
* [svn r3073] use 'with gil/nogil' where appropriate instead of acquiring/relea...scoder2007-12-021-4/+2
* [svn r2676] return True/False from validators, not 1/0scoder2007-07-211-1/+4
* [svn r2341] better exception messages in XPath, parsers and validators; major...scoder2007-05-271-8/+13
* [svn r2290] docstrings on exceptionsscoder2007-05-131-0/+6
* [svn r2260] make clear when libxml2 bug was fixedscoder2007-05-071-5/+6
* [svn r2102] removed now unneeded _NodeBase class, merged into _Elementscoder2007-02-141-2/+2
* [svn r1896] cleanup of filename encoding in RNG and XML Schemascoder2006-09-131-3/+2
* [svn r1886] fix handling of 8-bit encoded filenamesscoder2006-09-091-0/+2
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-081-2/+4
* [svn r1827] fixed various threading issues: more unlocking, prevent concurren...scoder2006-08-071-4/+2
* [svn r1502] allow threads during validation in RelaxNG and XMLSchema (untested)scoder2006-06-101-0/+9
* [svn r1292] fix crashes when calling API functions with uninitialized Element...scoder2006-05-261-2/+2
* [svn r1094] cleanup: moved strstr/strcmp/etc. from tree.pxd to cstd.pxdscoder2006-05-061-1/+1
* [svn r1086] valgrind fixesscoder2006-05-051-1/+1
* [svn r1027] merged APIs of RelaxNG and XMLSchema into new _Validator supercla...scoder2006-04-281-11/+5
* [svn r905] work arounds for libxml2 RelaxNG bug to make the RNG test cases va...scoder2006-04-131-0/+10
* [svn r903] doc typoscoder2006-04-131-1/+1
* [svn r902] allow passing Elements to RelaxNG() and .validate(), not only Elem...scoder2006-04-131-6/+26
* [svn r763] merged in changes from error-reporting branchscoder2006-03-201-1/+6
* [svn r733] make error_log a property in LxmlException, RelaxNG, XMLSchema and...scoder2006-03-161-0/+3
* [svn r484] major update from scoder2: use _Document class internally instead ...scoder2005-12-081-7/+12
* [svn r453] re-applied split-up of etree.pyx into separate include filesscoder2005-11-141-1993/+4
* [svn r452] svn copied etree.pyx to new module files to preserve svn historyscoder2005-11-141-0/+2046