.. |
builders
|
merge with stable
|
2014-06-09 22:45:05 +09:00 |
directives
|
use six privided iteritems(),itervalues() to support py2/py3 in one source. refs #1350.
|
2014-04-29 21:20:56 +09:00 |
domains
|
Merged in vitaut/sphinx/cpp-variadic (pull request #241)
|
2014-05-28 00:08:48 +09:00 |
ext
|
merge with stable
|
2014-06-09 22:45:05 +09:00 |
locale
|
delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source. #1350
|
2014-05-01 20:14:19 +09:00 |
pycode
|
fix py2/py3 compat for 'iter.next()/next(iter)' and 'dict.values()/list(dict.values())'. refs #1350.
|
2014-05-01 13:08:36 +09:00 |
search
|
wrap py3 iterators with list() for each places that expect a list object. refs #1350.
|
2014-04-30 23:25:44 +09:00 |
texinputs
|
merge with stable
|
2014-03-25 10:27:36 +01:00 |
themes
|
* Provide non-minified JS files for jquery.js and underscore.js to clarify the source of the minified files. refs #1434.
|
2014-06-07 18:32:56 +09:00 |
util
|
use b prefix for bytes instead of sphinx.pycompat.b function.
|
2014-05-01 22:54:09 +09:00 |
websupport
|
Merged in shimizukawa/sphinx-use-six (pull request #238)
|
2014-05-25 01:29:49 +09:00 |
writers
|
wrap py3 iterators with list() for each places that expect a list object. refs #1350.
|
2014-04-30 23:25:44 +09:00 |
__init__.py
|
merge with stable
|
2014-06-09 22:45:05 +09:00 |
__main__.py
|
merge with stable
|
2014-03-02 08:50:10 +01:00 |
addnodes.py
|
Update copyright year.
|
2014-03-01 08:18:23 +01:00 |
apidoc.py
|
fix: For a apidoc -M feature, packages with empty docstring caused a syntax error. Closes #1456.
|
2014-05-05 12:22:58 +09:00 |
application.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
cmdline.py
|
use py2/py3 compat except syntax. #1350.
|
2014-05-01 13:22:22 +09:00 |
config.py
|
use b prefix for bytes instead of sphinx.pycompat.b function.
|
2014-05-01 22:54:09 +09:00 |
environment.py
|
remove unnecessary list() wrappers. In some places, I replaced iterable.sort() with sorted(iterable) .
|
2014-05-25 09:25:02 +09:00 |
errors.py
|
Update copyright year.
|
2014-03-01 08:18:16 +01:00 |
highlighting.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
jinja2glue.py
|
wrap py3 iterators with list() for each places that expect a list object. refs #1350.
|
2014-04-30 23:25:44 +09:00 |
make_mode.py
|
merge with stable
|
2014-06-09 22:45:05 +09:00 |
pygments_styles.py
|
Update copyright year.
|
2014-03-01 08:18:16 +01:00 |
quickstart.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
roles.py
|
use six privided iteritems(),itervalues() to support py2/py3 in one source. refs #1350.
|
2014-04-29 21:20:56 +09:00 |
setup_command.py
|
tiny fix for py2/py3 compatibility in one source.
|
2014-05-01 00:09:44 +09:00 |
theming.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
transforms.py
|
merge with stable
|
2014-03-25 09:31:44 +01:00 |
versioning.py
|
use six privided iteritems(),itervalues() to support py2/py3 in one source. refs #1350.
|
2014-04-29 21:20:56 +09:00 |