.. |
etree13
|
remove unnecessary list() wrappers. In some places, I replaced iterable.sort() with sorted(iterable) .
|
2014-05-25 09:25:02 +09:00 |
root
|
rename "literal.inc.orig", too easy to delete together with other merge backup files
|
2014-09-07 15:28:58 +02:00 |
roots
|
Merged in tk0miya/sphinx (pull request #266)
|
2014-08-24 11:02:36 +09:00 |
coverage.py
|
remove unnecessary list() wrappers. In some places, I replaced iterable.sort() with sorted(iterable) .
|
2014-05-25 09:25:02 +09:00 |
path.py
|
* provide _copy_to_temp option for TestApp()
|
2014-08-10 22:23:52 +09:00 |
run.py
|
remove 2to3. #1350.
|
2014-05-01 17:27:27 +09:00 |
test_api_translator.py
|
fix test caused by previious commit: 989c16e04371c
|
2014-08-05 01:54:56 +09:00 |
test_application.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
test_autodoc.py
|
merge with stable
|
2014-07-13 11:43:12 +09:00 |
test_autosummary.py
|
merge with stable
|
2014-07-13 11:43:12 +09:00 |
test_build_base.py
|
Automatically compile `*.mo files from *.po ` files.
|
2014-08-03 16:22:08 +09:00 |
test_build_gettext.py
|
Update copyright year.
|
2014-03-01 08:18:23 +01:00 |
test_build_html.py
|
Fix #1381 :rfc: and :pep: roles support custom link text
|
2014-08-20 12:27:08 +09:00 |
test_build_latex.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
test_build_texinfo.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
test_build_text.py
|
make text generate wrong table when it has empty table cells. Closes #1544
|
2014-08-26 20:52:02 +09:00 |
test_build.py
|
Fix RuntimeError with numbered circular toctree
|
2014-08-19 10:44:09 +09:00 |
test_config.py
|
merge with stable
|
2014-07-13 11:43:12 +09:00 |
test_coverage.py
|
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 |
test_directive_code.py
|
Merge upstream changes
|
2014-08-20 10:05:58 +09:00 |
test_directive_only.py
|
rename test files
|
2014-08-10 23:47:27 +09:00 |
test_doctest.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
test_docutilsconf.py
|
merge with stable
|
2014-08-12 06:42:57 +09:00 |
test_domain_cpp.py
|
rename test files
|
2014-08-10 23:47:27 +09:00 |
test_domain_std.py
|
rename test files
|
2014-08-10 23:47:27 +09:00 |
test_env.py
|
* provide _copy_to_temp option for TestApp()
|
2014-08-10 22:23:52 +09:00 |
test_ext_viewcode.py
|
fix fc1901d for py3, again. and add 2 assertions
|
2014-08-22 13:01:11 +09:00 |
test_footnote.py
|
Update copyright year.
|
2014-03-01 08:18:16 +01:00 |
test_highlighting.py
|
Update copyright year.
|
2014-03-01 08:18:16 +01:00 |
test_i18n.py
|
Update copyright year.
|
2014-03-01 08:18:16 +01:00 |
test_intersphinx.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
test_intl.py
|
wrap py3 iterators with list() for each places that expect a list object. refs #1350.
|
2014-04-30 23:25:44 +09:00 |
test_linkcode.py
|
* provide _copy_to_temp option for TestApp()
|
2014-08-10 22:23:52 +09:00 |
test_markup.py
|
Fix #1476 replace <tt> tag by <code>
|
2014-08-12 12:12:10 +09:00 |
test_metadata.py
|
* provide _copy_to_temp option for TestApp()
|
2014-08-10 22:23:52 +09:00 |
test_napoleon_docstring.py
|
* refactoring
|
2014-08-10 16:31:28 +09:00 |
test_napoleon_iterators.py
|
provide __next__() and use native next() to support py2/py3 in one source. refs #1350.
|
2014-04-29 21:54:25 +09:00 |
test_napoleon.py
|
* refactoring
|
2014-08-10 16:31:28 +09:00 |
test_py_domain.py
|
merge with stable
|
2014-07-13 11:43:12 +09:00 |
test_quickstart.py
|
* Drop Python-3.2. And now, removing 2to3 mechanism procedure has been completed. Closes #1350.
|
2014-05-27 23:17:36 +09:00 |
test_rst_domain.py
|
Update copyright year.
|
2014-03-01 08:18:16 +01:00 |
test_search.py
|
use b prefix for bytes instead of sphinx.pycompat.b function.
|
2014-05-01 22:54:09 +09:00 |
test_searchadapters.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
test_setup_command.py
|
Now Sphinx exits with non-zero status code if builder status is not success. Closes #508.
|
2014-08-29 01:14:54 +09:00 |
test_templating.py
|
Update copyright year.
|
2014-03-01 08:18:16 +01:00 |
test_theming.py
|
Add theme contents for 'bizstyle'
|
2014-08-15 13:38:02 +09:00 |
test_util_i18n.py
|
Automatically compile `*.mo files from *.po ` files.
|
2014-08-03 16:22:08 +09:00 |
test_util_nodes.py
|
* gettext does not extract nodes.line in a table or list. Closes #1477
|
2014-08-26 01:39:26 +09:00 |
test_versioning.py
|
Update copyright year.
|
2014-03-01 08:18:23 +01:00 |
test_websupport.py
|
remove 'six' name except importing line.
|
2014-04-30 21:30:46 +09:00 |
util.py
|
Merge with tip
|
2014-08-18 23:20:42 +09:00 |