index
:
delta/python-packages/sphinx.git
#1041
#1056
#955
add_missing_epub_options
add_stemmer
admonitions
apidoc-symlinks
apidoc_output_order
aria
autodoc_novalue
autosummary-file-ext
cancerhermit/fix-override-extensions-in-configpy-1375648717102
cpp-variadic
css
ext-linkcode
ext-linkcode-fix
extdev-tutorial-doc
fix-nested-figure-caption-i18n
fix-tocdepth
fslenz/examples-nicos-added-sphinx-itself-remov-1390580978166
gerardmp/added-libreoffice-extension-to-the-exten-1410948858630
hickford/add-instructions-how-to-install-sphinx-t-1410715164407
hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122
hiddentocs
i18n-man-unicode
i18n-po-fix-reference-line-separator
i18n-term-translatable
improve-po-mode-el-support
improve-tags-docs
latex-header-in-next-pages
listnewdomains
masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399
master
memoir
minrk/sort-inheritance-diagram
psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827
quick-start-readline
rneu31/added-support-for-windows-color-output-u-1404418973591
stable
stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989
tag-documentation
techtonik/add-link-to-irc-channel-1379750124356
techtonik/raise-six-requirement-to-14-when-userstr-1406538263417
tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328
tooltip-escaping
tychoish/removed-version-change-1372634421412
westurner/doc-glossary-markup-ref
westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167
bitbucket.org: Obsolete (use python-packages/sphinx-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
etree13
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unnecessary `list()` wrappers. In some places, I replaced `iterable.so...
shimizukawa
2014-05-25
1
-8
/
+8
*
delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source....
shimizukawa
2014-05-01
1
-1
/
+2
*
use 'next(iter)' instead of 'iter.next()' to support py2/py3 compatibiity. re...
shimizukawa
2014-05-01
1
-6
/
+6
*
wrap py3 iterators with list() for each places that expect a list object. ref...
shimizukawa
2014-04-30
1
-4
/
+4
*
remove 'six' name except importing line.
shimizukawa
2014-04-30
1
-2
/
+2
*
use six privided text_type() to replace with unicode() to support py2/py3 in ...
shimizukawa
2014-04-29
1
-1
/
+3
*
provide __next__() and use native next() to support py2/py3 in one source. re...
shimizukawa
2014-04-29
1
-1
/
+3
*
use six privided functions/classes to support py2/py3 in one source. refs #1350.
shimizukawa
2014-04-29
1
-1
/
+4
*
Modernize the code now that Python 2.5 is no longer supported
Dmitry Shachnev
2014-01-19
2
-4
/
+6
*
Provided a working fix for the remaining errors in the test suite
DasIch
2010-07-11
1
-5
/
+9
*
Revert changes from the last commit which caused problems with 2.x
DasIch
2010-07-11
1
-4
/
+13
*
Removed XMLParser._fixtext which fixes several errors in the test suite
DasIch
2010-07-10
1
-13
/
+4
*
Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...
georg.brandl
2008-08-04
4
-0
/
+2028