Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up imports in tests. | Stefan Behnel | 2019-12-27 | 1 | -7/+5 |
| | |||||
* | Try to stabilise a garbage collection test a little better. | Stefan Behnel | 2019-03-01 | 1 | -2/+4 |
| | |||||
* | make test Py2.6 compatible | Stefan Behnel | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Make XMLSyntaxError have normal SyntaxError metadata | Philipp A | 2016-12-04 | 1 | -0/+18 |
| | |||||
* | disable tracing during refcount test to prevent unexpected global reference ↵ | Stefan Behnel | 2015-02-22 | 1 | -7/+16 |
| | | | | changes | ||||
* | replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warning | Stefan Behnel | 2012-11-29 | 1 | -1/+1 |
| | |||||
* | [svn r4492] make some non-public source files Py3 compliant (patch by ↵ | scoder | 2010-11-23 | 1 | -1/+1 |
| | | | | | | | Arfrever Frehtes Taifersar Arahesis) --HG-- branch : trunk | ||||
* | [svn r3717] r4275@delle: sbehnel | 2008-05-21 20:06:26 +0200 | scoder | 2008-05-21 | 1 | -1/+5 |
| | | | | | | | lots pf Py3 fixes and work-arounds --HG-- branch : trunk | ||||
* | [svn r3689] r4235@delle: sbehnel | 2008-05-19 23:57:56 +0200 | scoder | 2008-05-20 | 1 | -1/+1 |
| | | | | | | | Py3 test fixes --HG-- branch : trunk | ||||
* | [svn r3321] r3552@delle: sbehnel | 2008-02-19 22:43:13 +0100 | scoder | 2008-02-21 | 1 | -1/+3 |
| | | | | | | | let all test case classes inherit from HelperTestCase --HG-- branch : trunk | ||||
* | [svn r2595] test case for cyclic GC and None references | scoder | 2007-07-04 | 1 | -0/+16 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r2565] disable calling unittest scripts directly | scoder | 2007-07-02 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r1136] fix: Element/SubElement failed to set attribute namespaces from ↵ | scoder | 2006-05-11 | 1 | -1/+1 |
| | | | | | | | passed attrib dictionary: namespaces were not even parsed and had to be set /after/ node namespace setup --HG-- branch : trunk | ||||
* | [svn r1069] fix file encoding header for Emacs | scoder | 2006-05-05 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r344] Fix segfault when attempting to parse an empty string. | duncan | 2005-07-25 | 1 | -1/+4 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r338] Added svn:eol-style:native to all text files. | duncan | 2005-07-07 | 1 | -0/+25 |
Fixed an error with an uncaught exception in the Pyrex code. Added a new test file test_errors.py to check for this (I thought there might be more similar cases to go in the same test file, but so far I haven't found any). --HG-- branch : trunk |