summaryrefslogtreecommitdiff
path: root/tests/etree13
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary `list()` wrappers. In some places, I replaced `iterable.so...shimizukawa2014-05-251-8/+8
* delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source....shimizukawa2014-05-011-1/+2
* use 'next(iter)' instead of 'iter.next()' to support py2/py3 compatibiity. re...shimizukawa2014-05-011-6/+6
* wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-4/+4
* remove 'six' name except importing line.shimizukawa2014-04-301-2/+2
* use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-1/+3
* provide __next__() and use native next() to support py2/py3 in one source. re...shimizukawa2014-04-291-1/+3
* use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-1/+4
* Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-192-4/+6
* Provided a working fix for the remaining errors in the test suiteDasIch2010-07-111-5/+9
* Revert changes from the last commit which caused problems with 2.xDasIch2010-07-111-4/+13
* Removed XMLParser._fixtext which fixes several errors in the test suiteDasIch2010-07-101-13/+4
* Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...georg.brandl2008-08-044-0/+2028