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
/
util
/
jsonimpl.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-46
/
+0
*
refactor: Rename var keyword argument to "**kwargs"
Takeshi KOMIYA
2020-01-08
1
-10
/
+10
*
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
-4
/
+4
*
Migrate to py3 style type annotation: sphinx.util.jsonimpl
Takeshi KOMIYA
2019-06-03
1
-14
/
+6
*
Separate json and pickle to sphinxcontrib package
Takeshi KOMIYA
2019-02-17
1
-0
/
+7
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Replace use of six.text_type with str
Jon Dufresne
2018-12-18
1
-3
/
+1
*
|
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
-1
/
+1
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-3
/
+2
*
|
refactor: Replace six.UserString by collections.UserString
Takeshi KOMIYA
2018-12-15
1
-1
/
+1
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Use super() in SphinxJSONEncoder
Jon Dufresne
2018-11-13
1
-1
/
+1
|
/
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-3
/
+2
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+3
*
A happy new year!
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
*
Merge branch 'stable'
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
|
\
|
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
|
Upgrade to mypy-0.5
Takeshi KOMIYA
2017-03-03
1
-1
/
+1
*
|
Fix mypy violations
Takeshi KOMIYA
2017-02-08
1
-1
/
+10
|
/
*
Obligatory copyright update.
Georg Brandl
2016-01-14
1
-1
/
+1
*
util: pep8 fixes
Georg Brandl
2015-03-08
1
-0
/
+3
*
Merge branch 'stable'
Georg Brandl
2015-01-03
1
-1
/
+1
|
\
|
*
all: update copyright
Georg Brandl
2015-01-03
1
-1
/
+1
*
|
use six privided text_type() to replace with unicode() to support py2/py3 in ...
Takayuki Shimizukawa
2014-04-29
1
-1
/
+2
*
|
use six privided functions/classes to support py2/py3 in one source. refs #1350.
Takayuki Shimizukawa
2014-04-29
1
-2
/
+3
*
|
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
*
|
Drop python-2.5 and remove 2.4,2.5 support codes
Takayuki Shimizukawa
2013-12-15
1
-16
/
+4
|
/
*
Copyright update.
Georg Brandl
2013-01-01
1
-1
/
+1
*
merge with 1.0
Georg Brandl
2011-01-04
1
-1
/
+1
|
\
|
*
New year update.
Georg Brandl
2011-01-04
1
-1
/
+1
*
|
Docstring harmonization.
Georg Brandl
2010-08-22
1
-1
/
+1
|
/
*
#488: Fix crash when json-py is installed, which provides a ``json`` module b...
Georg Brandl
2010-08-05
1
-1
/
+3
*
Dont fail when no json impl is found.
Georg Brandl
2010-07-27
1
-2
/
+5
*
Add a custom json serializer implementation that forces translation proxies. ...
Georg Brandl
2010-07-25
1
-0
/
+43