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
/
ext
/
intersphinx.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Somewhat more efficient fix.
Tom Oinn
2021-06-04
1
-10
/
+19
*
Fix for sphinx-doc/sphinx#9291
Tom Oinn
2021-06-04
1
-3
/
+13
*
refactor: reduce calls of find_pending_xref_conditions (refs: #9240)
Takeshi KOMIYA
2021-05-22
1
-13
/
+2
*
refactor: Use PEP-526 based variable annotation (sphinx.ext)
Takeshi KOMIYA
2021-03-15
1
-2
/
+2
*
intersphinx: Support pending_xref_condition
Takeshi KOMIYA
2021-03-06
1
-5
/
+18
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
Sort imports with isort
François Freitag
2020-11-11
1
-3
/
+2
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-1
/
+1
*
Fix #7409: Convert configuration values on late config-inited event
Takeshi KOMIYA
2020-04-05
1
-1
/
+1
*
put comma between sentences
Rafael Fontenelle
2020-03-08
1
-1
/
+1
*
Fix #7183: intersphinx: ``:attr:`` reference to property is broken
Takeshi KOMIYA
2020-02-22
1
-0
/
+3
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Replace `a and b or c` by the more legible `b if a or c`.
Antony Lee
2019-12-21
1
-2
/
+2
*
Fetch inventories concurrently
Zac-HD
2019-11-15
1
-15
/
+26
*
Close #1331: Change default User-Agent header
Takeshi KOMIYA
2019-10-27
1
-0
/
+1
*
Fix mypy violations (for mypy-0.730)
Takeshi KOMIYA
2019-10-06
1
-2
/
+2
*
Merge branch '2.1.3' into 2.0
Takeshi KOMIYA
2019-07-13
1
-1
/
+1
|
\
|
*
Fix mypy violations (for mypy-0.720)
Takeshi KOMIYA
2019-07-13
1
-1
/
+1
*
|
Migrate to py3 style type annotation: sphinx.ext.intersphinx
Takeshi KOMIYA
2019-07-01
1
-37
/
+22
|
/
*
Python-3-only clean ups discovered by pyupgrade
Jon Dufresne
2019-03-17
1
-2
/
+2
*
Merge branch '1.8' into 2.0
Takeshi KOMIYA
2019-03-09
1
-5
/
+4
|
\
|
*
Fixed a bug in intersphinx failure reporting
Luc Saffre
2019-03-08
1
-5
/
+4
|
*
Fix mypy violations
Takeshi KOMIYA
2019-01-17
1
-1
/
+1
*
|
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+1
*
|
Make info messages more translatable
Takeshi KOMIYA
2019-01-09
1
-4
/
+4
*
|
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
*
Fix #5471: Show appropriate warning for deprecated APIs
Takeshi KOMIYA
2018-10-17
1
-1
/
+1
*
|
intersphinx: Normalize mapping on config-inited
Takeshi KOMIYA
2018-12-17
1
-23
/
+28
*
|
Merge pull request #5817 from jdufresne/inventory-typing
Takeshi KOMIYA
2018-12-17
1
-3
/
+1
|
\
\
|
*
|
Define a common Inventory type for reuse across modules
Jon Dufresne
2018-12-16
1
-3
/
+1
*
|
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-14
/
+13
*
|
Remove print_function feature
Takeshi KOMIYA
2018-12-15
1
-2
/
+0
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-2
/
+2
*
|
Fix annotations for extensions
Takeshi KOMIYA
2018-12-01
1
-3
/
+5
*
|
Fix annotaions for extensions
Takeshi KOMIYA
2018-11-28
1
-1
/
+1
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Replace six.string_types with native str
Jon Dufresne
2018-11-21
1
-2
/
+2
*
|
Remove use six.move module
Takeshi KOMIYA
2018-11-12
1
-1
/
+1
*
|
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
1
-8
/
+5
|
\
\
|
*
\
Merge branch 'master' into drop-iteritems
Takeshi KOMIYA
2018-09-22
1
-6
/
+3
|
|
\
\
|
|
*
|
refactoring: Drop PY2 and PY3 flags
Takeshi KOMIYA
2018-09-22
1
-5
/
+2
|
|
*
|
Merge branch '1.8'
Takeshi KOMIYA
2018-09-20
1
-1
/
+1
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Fix mypy violations
Takeshi KOMIYA
2018-09-18
1
-1
/
+1
|
*
|
|
Remove use of six.iteritems()
Jon Dufresne
2018-09-11
1
-3
/
+3
|
|
/
/
*
|
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-3
/
+3
|
/
/
*
|
Drop APIs deprecated in 2.0
Takeshi KOMIYA
2018-09-03
1
-11
/
+0
|
/
*
Merge branch '1.7' into 1.8
Takeshi KOMIYA
2018-08-25
1
-8
/
+13
|
\
|
*
Fix #5320: intersphinx: crashed if invalid url given
Takeshi KOMIYA
2018-08-22
1
-8
/
+13
[next]