summaryrefslogtreecommitdiff
path: root/tests/etree13
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable'Takeshi KOMIYA2017-03-012-263/+0
|\
| * replace internal copy of ElementTree with standard library's ElementTreeYoshiki Shibukawa2017-03-014-2042/+0
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-172-10/+10
|/
* remove unnecessary `list()` wrappers. In some places, I replaced `iterable.so...Takayuki Shimizukawa2014-05-251-8/+8
* delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source....Takayuki Shimizukawa2014-05-011-1/+2
* use 'next(iter)' instead of 'iter.next()' to support py2/py3 compatibiity. re...Takayuki Shimizukawa2014-05-011-6/+6
* wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa2014-04-301-4/+4
* remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-2/+2
* use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa2014-04-291-1/+3
* provide __next__() and use native next() to support py2/py3 in one source. re...Takayuki Shimizukawa2014-04-291-1/+3
* use six privided functions/classes to support py2/py3 in one source. refs #1350.Takayuki 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 suiteDaniel Neuhäuser2010-07-111-5/+9
* Revert changes from the last commit which caused problems with 2.xDaniel Neuhäuser2010-07-111-4/+13
* Removed XMLParser._fixtext which fixes several errors in the test suiteDaniel Neuhäuser2010-07-101-13/+4
* Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...Georg Brandl2008-08-044-0/+2028