summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_errors.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up imports in tests.Stefan Behnel2019-12-271-7/+5
* Try to stabilise a garbage collection test a little better.Stefan Behnel2019-03-011-2/+4
* make test Py2.6 compatibleStefan Behnel2016-12-061-1/+1
* Make XMLSyntaxError have normal SyntaxError metadataPhilipp A2016-12-041-0/+18
* disable tracing during refcount test to prevent unexpected global reference c...Stefan Behnel2015-02-221-7/+16
* replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warningStefan Behnel2012-11-291-1/+1
* [svn r4492] make some non-public source files Py3 compliant (patch by Arfreve...scoder2010-11-231-1/+1
* [svn r3717] r4275@delle: sbehnel | 2008-05-21 20:06:26 +0200scoder2008-05-211-1/+5
* [svn r3689] r4235@delle: sbehnel | 2008-05-19 23:57:56 +0200scoder2008-05-201-1/+1
* [svn r3321] r3552@delle: sbehnel | 2008-02-19 22:43:13 +0100scoder2008-02-211-1/+3
* [svn r2595] test case for cyclic GC and None referencesscoder2007-07-041-0/+16
* [svn r2565] disable calling unittest scripts directlyscoder2007-07-021-1/+1
* [svn r1136] fix: Element/SubElement failed to set attribute namespaces from p...scoder2006-05-111-1/+1
* [svn r1069] fix file encoding header for Emacsscoder2006-05-051-1/+1
* [svn r344] Fix segfault when attempting to parse an empty string.duncan2005-07-251-1/+4
* [svn r338] Added svn:eol-style:native to all text files.duncan2005-07-071-0/+25