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
/
search
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch '3.x' into 3.2.x_to_3.x
Takeshi KOMIYA
2020-10-24
15
-30
/
+30
|
\
|
*
Strip trailing whitespaces and normalize line endings
François Freitag
2020-10-03
15
-30
/
+30
*
|
Fix mypy violations (with mypy-0.790)
Takeshi KOMIYA
2020-10-24
1
-5
/
+5
|
/
*
Allow searching for things like serials, phone numbers, etc
Joris Beckers
2020-07-22
1
-1
/
+1
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-2
/
+2
*
Merge branch '3.0.x' into 3.x
Takeshi KOMIYA
2020-06-03
1
-5
/
+5
|
\
|
*
Fix mypy violations (with mypy-0.780)
Takeshi KOMIYA
2020-06-03
1
-5
/
+5
*
|
Deprecate sphinx.util:rpartition()
Takeshi KOMIYA
2020-05-09
1
-2
/
+2
*
|
Add stacklevel parameter to warnings.warn() call
Takeshi KOMIYA
2020-05-03
1
-1
/
+1
|
/
*
Close #7293: html search: Allow to override JavaScript splitter
Takeshi KOMIYA
2020-03-15
1
-1
/
+15
*
Merge branch '2.0'
Takeshi KOMIYA
2020-01-01
5
-5
/
+5
|
\
|
*
A happy new year!
Takeshi KOMIYA
2020-01-01
5
-5
/
+5
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-12-25
18
-228
/
+116
|
\
\
|
|
/
|
*
Migrate to py3 style type annotation: sphinx.search
Takeshi KOMIYA
2019-12-25
18
-228
/
+116
*
|
Merge branch '2.0'
Takeshi KOMIYA
2019-08-19
1
-2
/
+2
|
\
\
|
|
/
|
*
Switch uses of __import__ to importlib.get_module()
Jon Dufresne
2019-08-17
1
-2
/
+2
*
|
Merge branch '2.0'
jfbu
2019-08-01
1
-1
/
+2
|
\
\
|
|
/
|
*
Fix type annotation for python 3.5.1
Takeshi KOMIYA
2019-07-13
1
-1
/
+2
*
|
Drop features and APIs deprecated in 1.8
Takeshi KOMIYA
2019-03-30
1
-15
/
+1
|
/
*
Python-3-only clean ups discovered by pyupgrade
Jon Dufresne
2019-03-17
2
-7
/
+6
*
Fix import order
Takeshi KOMIYA
2019-02-11
1
-1
/
+1
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
5
-5
/
+5
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
5
-5
/
+5
*
|
Merge branch '1.8'
jfbu
2018-12-28
1
-2
/
+16
|
\
\
|
|
/
|
*
#5605 fix Chinese search index (#5611)
Timotheus Kampik
2018-12-25
1
-2
/
+16
*
|
Replace use of six.text_type with str
Jon Dufresne
2018-12-18
1
-4
/
+2
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
19
-19
/
+0
*
|
refactor: Remove u-prefix from strings
Takeshi KOMIYA
2018-12-16
18
-312
/
+312
*
|
Merge pull request #5803 from jdufresne/encoding-utf8
Takeshi KOMIYA
2018-12-16
1
-1
/
+1
|
\
\
|
*
|
Avoid respecifying default encoding for .encode()/.decode() calls
Jon Dufresne
2018-12-15
1
-1
/
+1
*
|
|
Merge pull request #5796 from jdufresne/super
Takeshi KOMIYA
2018-12-16
2
-3
/
+3
|
\
\
\
|
*
|
|
Use Python 3 super() argument-less syntax
Jon Dufresne
2018-12-15
2
-3
/
+3
|
|
/
/
*
|
|
Replace pycompat.htmlescape() by html.escape()
Takeshi KOMIYA
2018-12-16
1
-3
/
+3
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
18
-84
/
+66
*
|
Refactor sphinx.search
Takeshi KOMIYA
2018-11-30
1
-22
/
+25
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
18
-0
/
+18
*
|
Replace six.string_types with native str
Jon Dufresne
2018-11-21
1
-3
/
+3
*
|
Always prefer dict literals over calls to dict()
Jon Dufresne
2018-11-13
1
-6
/
+6
*
|
Use super() to call parent class's method
Jon Dufresne
2018-11-11
1
-1
/
+1
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-11-01
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix #5471: Show appropriate warning for deprecated APIs
Takeshi KOMIYA
2018-10-17
1
-1
/
+1
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-10-16
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix mypy violations
Takeshi KOMIYA
2018-10-16
1
-1
/
+1
*
|
Replace all six.itervalues()/.iteritems() with .values()/.items()
Jon Dufresne
2018-09-23
1
-3
/
+3
*
|
Remove uses of six.moves that did not cause any type errors
Jon Dufresne
2018-09-23
1
-1
/
+1
*
|
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
2
-16
/
+10
|
\
\
|
*
\
Merge branch 'master' into drop-iteritems
Takeshi KOMIYA
2018-09-22
1
-8
/
+2
|
|
\
\
|
|
*
|
refactoring: Drop PY2 and PY3 flags
Takeshi KOMIYA
2018-09-22
1
-7
/
+3
|
|
|
/
|
*
|
Remove use of six.iteritems()
Jon Dufresne
2018-09-11
2
-9
/
+9
|
|
/
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
2
-4
/
+4
|
/
[next]