This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
sphinx
Watch
3
Star
0
Fork
0
You've already forked sphinx
mirror of
https://github.com/sphinx-doc/sphinx.git
synced
2025-02-25 18:55:22 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
75e22ba522ded620fcd85379e3a39657c037c779
sphinx
/
tests
/
etree13
History
Takayuki Shimizukawa
75e22ba522
delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source.
#1350
2014-05-01 20:14:19 +09:00
..
__init__.py
Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,65494 via svnmerge from
2008-08-04 17:01:15 +00:00
ElementPath.py
use 'next(iter)' instead of 'iter.next()' to support py2/py3 compatibiity. refs
#1350
.
2014-05-01 12:49:47 +09:00
ElementTree.py
delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source.
#1350
2014-05-01 20:14:19 +09:00
HTMLTreeBuilder.py
use six privided text_type() to replace with unicode() to support py2/py3 in one source. refs
#1350
.
2014-04-29 23:44:12 +09:00