index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_intl.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
move new assertion helpers to util.py
Georg Brandl
2014-09-21
1
-34
/
+11
*
|
Reimplement assert_in and assert_not_in, they are not in nose in Py2.6.
Georg Brandl
2014-09-21
1
-2
/
+11
*
|
Refactor/speed up test_intl by combining all tests with a certain builder int...
Georg Brandl
2014-09-21
1
-409
/
+364
*
|
Complete test suite overhaul.
Georg Brandl
2014-09-21
1
-193
/
+186
*
|
wrap py3 iterators with list() for each places that expect a list object. ref...
Takayuki Shimizukawa
2014-04-30
1
-1
/
+1
*
|
remove 'six' name except importing line.
Takayuki Shimizukawa
2014-04-30
1
-3
/
+3
*
|
use six privided functions/classes to support py2/py3 in one source. refs #1350.
Takayuki Shimizukawa
2014-04-29
1
-1
/
+1
*
|
introduce the six module and reduce sphinx.util.pycompat implementation. refs...
Takayuki Shimizukawa
2014-04-29
1
-2
/
+3
*
|
merge with stable
Georg Brandl
2014-03-25
1
-0
/
+14
|
\
\
|
|
/
|
*
Fix i18n: missing python domain's cross-references with currentmodule directi...
Takayuki Shimizukawa
2014-03-23
1
-0
/
+14
*
|
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
*
|
Modernize the code now that Python 2.5 is no longer supported
Dmitry Shachnev
2014-01-19
1
-3
/
+4
*
|
Drop python-3.1 and remove support codes
Takayuki Shimizukawa
2013-12-15
1
-1
/
+1
*
|
Drop python-2.5 and remove 2.4,2.5 support codes
Takayuki Shimizukawa
2013-12-15
1
-4
/
+2
|
/
*
Add tests and code refine for pull request #190.
Takayuki Shimizukawa
2013-11-12
1
-1
/
+25
*
test_intl fix-up after versionmodified change.
Georg Brandl
2013-10-12
1
-3
/
+3
*
Backed out changeset cfe9e2d11003 refs #1265
Takayuki Shimizukawa
2013-10-04
1
-7
/
+8
*
Now gettext translates label target name. Fix i18n: crash when using a indire...
Takayuki Shimizukawa
2013-10-04
1
-8
/
+7
*
Add test refs #1265 (comment-6264794) to validate translated label link shift...
Takayuki Shimizukawa
2013-10-03
1
-0
/
+9
*
Fix i18n: crash when translating section name that is pointed from named targ...
Takayuki Shimizukawa
2013-09-23
1
-1
/
+9
*
Fix i18n: gettext did not translate admonition directive's title. Closes #1206
Takayuki Shimizukawa
2013-07-03
1
-0
/
+14
*
Fix i18n: footnote reference number missing for auto numbered named footnote ...
Takayuki Shimizukawa
2013-06-21
1
-16
/
+21
*
test improvement
Takayuki Shimizukawa
2013-06-21
1
-86
/
+111
*
fix: translation mechanism break label target if label and section name are s...
Takayuki Shimizukawa
2013-06-19
1
-0
/
+40
*
test_intl:external_link test case correction to fit to reST syntax.
Takayuki Shimizukawa
2013-06-18
1
-6
/
+6
*
fix: keep reference if link refname was translated. refs #1193
Takayuki Shimizukawa
2013-06-19
1
-3
/
+3
*
Fix: Multiple references in the same line return the same link with i18n. Clo...
Takayuki Shimizukawa
2013-06-17
1
-67
/
+79
*
add tests for "multiple cross references in the same line return the same lin...
Takayuki Shimizukawa
2013-06-16
1
-4
/
+20
*
Fix multiple cross references (term, ref, doc) in the same line return the sa...
Takayuki Shimizukawa
2013-06-16
1
-10
/
+56
*
Rebuild i18n target document when catalog updated
Takayuki Shimizukawa
2013-04-15
1
-0
/
+12
*
Copyright header update.
Georg Brandl
2013-04-01
1
-1
/
+1
*
tests: replace "from util import *" by explicit imports
Georg Brandl
2013-04-01
1
-4
/
+3
*
Fix overlong lines.
Georg Brandl
2013-03-31
1
-3
/
+5
*
merge heads
Takayuki Shimizukawa
2013-03-17
1
-0
/
+33
|
\
|
*
make versionmodified translatable
Nozomu Kaneko
2013-02-04
1
-0
/
+33
*
|
Add i18n capabilities for custom templates.
Takayuki Shimizukawa
2013-03-10
1
-0
/
+8
|
/
*
merge
Nozomu Kaneko
2013-02-06
1
-1
/
+41
|
\
|
*
fix: roles' reftarget ware swapped if there are some roles in 1 line and tran...
Takayuki Shimizukawa
2013-02-05
1
-0
/
+18
|
*
remove unusable 'SEVERE: Duplicate ID' message for footnote that the translat...
Takayuki Shimizukawa
2013-02-04
1
-1
/
+6
|
*
fix: reporting correct line number when translations have wrong reST syntax o...
Takayuki Shimizukawa
2013-02-04
1
-0
/
+17
*
|
Merged in knzm/sphinx-fix-docfields-fork (pull request #96)
Nozomu Kaneko
2013-02-04
1
-8
/
+69
|
\
\
|
|
/
|
*
Fix :term: doesn't link to glossary if term text translated. refs #1090
Takayuki Shimizukawa
2013-01-30
1
-4
/
+27
|
*
Fix gettext does not extract glossary terms. Closes #1090
Takayuki Shimizukawa
2013-01-30
1
-0
/
+15
|
*
Fix long lines reported by "make check".
Georg Brandl
2013-01-13
1
-8
/
+18
|
*
merge birkenfeld/sphinx
Robert Lehmann
2013-01-06
1
-62
/
+102
|
|
\
|
*
\
merge knzm/sphinx-fix-seealso-fork
Robert Lehmann
2013-01-06
1
-0
/
+16
|
|
\
\
|
|
*
|
stop calling rmtree in a test
Nozomu Kaneko
2012-12-24
1
-1
/
+0
|
|
*
|
merge heads
Nozomu Kaneko
2012-12-24
1
-0
/
+22
|
|
|
\
\
|
|
*
|
|
make seealso translatable
Nozomu Kaneko
2012-12-16
1
-0
/
+19
[prev]
[next]