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
/
sphinx
/
builders
/
gettext.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Use PEP-526 based variable annotation (sphinx.builders)
Takeshi KOMIYA
2021-03-13
1
-7
/
+6
*
Merge branch '3.x'
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-12-20
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix #8549: i18n: ``-D gettext_compact=0`` is no longer working
Takeshi KOMIYA
2020-12-20
1
-1
/
+1
*
|
Do isort
Takeshi KOMIYA
2020-11-12
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-12
1
-7
/
+6
|
\
\
|
|
/
|
*
Sort imports with isort
François Freitag
2020-11-11
1
-8
/
+7
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-08-14
1
-1
/
+1
|
\
\
|
|
/
|
*
i18n: Add support for having single text domain
Michal Čihař
2020-08-07
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-07-05
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-1
/
+1
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-21
/
+0
*
|
Deprecate codes for python 3.5
Takeshi KOMIYA
2020-03-07
1
-5
/
+1
|
/
*
Fix #7019: gettext: Absolute path used in message catalogs
Takeshi KOMIYA
2020-01-13
1
-3
/
+11
*
refactor: Rename var keyword argument to "**kwargs"
Takeshi KOMIYA
2020-01-08
1
-2
/
+2
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
mypy: Enable disallow_incomplete_defs flag for type checking
Takeshi KOMIYA
2019-12-30
1
-2
/
+2
*
Close #6781: gettext Add confvals to customize headers of POT file
Takeshi KOMIYA
2019-12-15
1
-0
/
+4
*
gettext: Use template file to generate message catalog
Takeshi KOMIYA
2019-11-08
1
-30
/
+42
*
Fix type annotation for python 3.5.1
Takeshi KOMIYA
2019-07-13
1
-1
/
+4
*
Migrate to py3 style type annotation: sphinx.builders.gettext
Takeshi KOMIYA
2019-06-10
1
-49
/
+26
*
Merge branch '2.0'
Takeshi KOMIYA
2019-03-21
1
-0
/
+6
|
\
|
*
Fix #6178: i18n: Captions missing in translations for hidden TOCs
Takeshi KOMIYA
2019-03-17
1
-0
/
+6
*
|
Rename find_catalog() to docname_to_domain()
Takeshi KOMIYA
2019-02-27
1
-2
/
+2
|
/
*
Give "nonl=True" value to logging.info() instead of int
Takeshi KOMIYA
2019-01-19
1
-1
/
+1
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Merge pull request #5509 from stephenfin/remove-future-imports
Takeshi KOMIYA
2018-12-17
1
-2
/
+0
|
\
\
|
*
|
py3: Remove (most) __future__ imports
Stephen Finucane
2018-12-17
1
-2
/
+0
*
|
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
|
/
/
*
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
1
-5
/
+5
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-15
/
+14
*
|
refactor: Replace six.StringIO by io.StringIO
Takeshi KOMIYA
2018-12-15
1
-2
/
+1
*
|
Add docutils-stubs to test deps
Takeshi KOMIYA
2018-12-15
1
-1
/
+1
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-10
/
+9
*
|
Simplify open() call by removing default mode
Jon Dufresne
2018-12-11
1
-2
/
+2
*
|
Fix annotation of Catalog.add(); it takes an Element object
Takeshi KOMIYA
2018-12-04
1
-2
/
+2
*
|
Fix annotations (minor fixes)
Takeshi KOMIYA
2018-12-03
1
-3
/
+2
*
|
refactor: Use super() to call methods of superclass
Takeshi KOMIYA
2018-11-28
1
-4
/
+4
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-1
/
+2
*
|
Always prefer dict literals over calls to dict()
Jon Dufresne
2018-11-13
1
-6
/
+6
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-5
/
+9
|
\
\
|
|
/
|
*
Fix #5493: gettext: crashed with broken template
Takeshi KOMIYA
2018-10-10
1
-5
/
+9
*
|
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
1
-2
/
+2
|
\
\
|
*
|
Remove use of six.iteritems()
Jon Dufresne
2018-09-11
1
-2
/
+2
|
|
/
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-2
/
+2
|
/
*
Merge branch '1.7'
Takeshi KOMIYA
2018-04-09
1
-3
/
+2
|
\
|
*
Fix #4783: Sphinx crashed when drives of srcdir and outdir are different
Takeshi KOMIYA
2018-04-02
1
-3
/
+2
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
1
-2
/
+2
|
\
\
|
|
/
[next]