summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_xslt.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up imports in tests.Stefan Behnel2019-12-271-6/+6
* Make failures to write an XSLT output file raise an IOError, instead of incor...Stefan Behnel2019-04-191-1/+13
* Fix test in Py3.Stefan Behnel2019-04-051-3/+3
* Merge branch 'extension-nsmap' of https://github.com/adelton/lxml into adelto...Stefan Behnel2019-04-051-0/+36
|\
| * Make .nsmap available in XSLT extensions.Jan Pazdziora2018-08-091-0/+36
* | Avoid an obviously invalid Windows file name in tests.Stefan Behnel2019-03-271-2/+2
* | Remove some Python anachronisms by using the with statement for file resource...Stefan Behnel2019-03-271-3/+3
* | Work around libxml2's URL-unescaping in xmlOutputBufferCreateFilename() by es...Stefan Behnel2019-03-261-1/+28
|/
* LP#1551797: Send XSLT errors to a thread-local stack of error logs and push/p...Stefan Behnel2018-03-101-2/+33
* Reduce code duplication in test.Stefan Behnel2017-08-181-103/+37
* Reduce code duplication in test.Stefan Behnel2017-08-181-4/+4
* Py2.6 fixStefan Behnel2017-08-171-1/+1
* Rename ".write_result()" method of XSLT result objects to ".write_output()" t...Stefan Behnel2017-08-171-6/+19
* Add a ``.write_result()`` method to XSLT result objects to simplify writing t...Stefan Behnel2017-08-171-1/+63
* Merge pull request #231 from scop/py36escscoder2017-03-271-2/+2
|\
| * Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-03-191-2/+2
* | repair test after reverting XSLT error log changelxml-3.7Stefan Behnel2017-03-261-2/+10
|/
* allow non-XSLT errors in XSLT document() error testStefan Behnel2016-03-181-1/+4
* enable another XSLT error testStefan Behnel2016-03-181-9/+7
* enable some old XSLT tests after increasing minimum libxslt dependency versio...Stefan Behnel2016-03-181-27/+22
* improve XSLT error log tests and make them independent of specific libxslt er...Stefan Behnel2016-03-181-8/+17
* LP#1551797: Repair XSLT error logging. Patch by Marcus Brinkmann.Stefan Behnel2016-03-181-0/+14
* disable an XSLT extension test that is difficult to debug - fixes welcomeStefan Behnel2015-09-041-1/+3
* extend testStefan Behnel2015-05-221-0/+4
* undo changeset removal in 3.4 branch to keep it in masterStefan Behnel2015-04-251-0/+39
* Backed out changeset 4263587e5c46Stefan Behnel2015-04-251-39/+0
* fix calling ExtElement.process_children() without output_parent argumentStefan Behnel2015-04-171-0/+39
* fix LP#1354652: crash when traversing internally loaded documents in XSLT ext...Stefan Behnel2014-08-091-1/+59
* extend test and try fixing it on MSWindowsStefan Behnel2014-01-241-5/+18
* LP#1228881: fix repr(XSLTAccessControl)Stefan Behnel2013-09-271-0/+9
* whitespaceStefan Behnel2013-09-271-5/+5
* add options elements_only and remove_blank_text to processing methods in XSLT...Stefan Behnel2013-05-071-0/+62
* fix regex and add test for itStefan Behnel2013-03-291-0/+21
* replace test usages of assert_() by assertTrue() to fix Py3 deprecation warningStefan Behnel2012-11-291-3/+3
* replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warningStefan Behnel2012-11-291-158/+158
* moved EXSLT tests into their own test classStefan Behnel2012-06-181-73/+77
* simplify portability imports to make them more portable themselvesStefan Behnel2012-02-201-4/+4
* initial fix for running the test suite with py.testStefan Behnel2012-01-271-1/+4
* [svn r4313] r5411@lenny: sbehnel | 2010-01-24 19:32:39 +0100scoder2010-01-241-0/+162
* [svn r4305] merge iso-schematron branchscoder2009-12-301-0/+18
* [svn r4271] r5331@delle: sbehnel | 2009-11-15 11:44:03 +0100scoder2009-11-241-169/+261
* [svn r4075] r4974@delle: sbehnel | 2009-02-06 21:38:11 +0100scoder2009-02-061-0/+18
* [svn r4002] r4856@delle: sbehnel | 2008-11-09 16:34:11 +0100scoder2008-11-091-1/+1
* [svn r4000] r4851@delle: sbehnel | 2008-11-09 16:24:50 +0100scoder2008-11-091-0/+31
* [svn r3939] r4740@delle: sbehnel | 2008-08-15 21:51:44 +0200scoder2008-08-191-0/+51
* [svn r3758] r4374@delle: sbehnel | 2008-05-26 12:12:39 +0200scoder2008-05-261-3/+3
* [svn r3747] r4362@delle: sbehnel | 2008-05-24 14:07:55 +0200scoder2008-05-241-30/+56
* [svn r3746] r4359@delle: sbehnel | 2008-05-24 13:52:57 +0200scoder2008-05-241-1/+45
* [svn r3733] r4328@delle: sbehnel | 2008-05-23 21:40:05 +0200scoder2008-05-241-64/+79
* [svn r3710] r4268@delle: sbehnel | 2008-05-21 13:11:54 +0200scoder2008-05-211-90/+98