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
/
docfields.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
DocFields, small fixes
Jakob Lykke Andersen
2021-06-03
1
-8
/
+5
*
fields, call roles instead of making a pending_xref
Jakob Lykke Andersen
2021-06-03
1
-24
/
+55
*
Fix #9224: info-field-list does not support a type containing space
Takeshi KOMIYA
2021-05-15
1
-1
/
+1
*
refactor: Add Optional to type annotations
Takeshi KOMIYA
2021-05-03
1
-1
/
+1
*
Merge branch 'master' into refactor_type_annotation2
Takeshi KOMIYA
2021-04-08
1
-6
/
+6
|
\
|
*
refactor: Lazy loading is not needed for type annotations
Takeshi KOMIYA
2021-04-04
1
-6
/
+6
*
|
refactor: use raw Type for type annotations
Takeshi KOMIYA
2021-04-04
1
-2
/
+2
|
/
*
refactor: Use PEP-526 based variable annotation (sphinx.util)
Takeshi KOMIYA
2021-03-10
1
-6
/
+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
-0
/
+1
|
\
\
|
|
/
|
*
Fix #8365: py domain: :type: and :rtype: gives false ambiguous warnings
Takeshi KOMIYA
2020-12-19
1
-0
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-12
1
-3
/
+2
|
\
\
|
|
/
|
*
Sort imports with isort
François Freitag
2020-11-11
1
-3
/
+3
|
*
Add stacklevel parameter to warnings.warn() call
Takeshi KOMIYA
2020-05-03
1
-2
/
+2
*
|
Remove deprecated features marked as RemovedInSphinx40Warning
Takeshi KOMIYA
2020-04-29
1
-22
/
+1
*
|
Hello TYPE_CHECKING!
Takeshi KOMIYA
2020-03-07
1
-3
/
+2
*
|
Deprecate codes for python 3.5
Takeshi KOMIYA
2020-03-07
1
-2
/
+1
|
/
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Fix #6474: ``DocFieldTransformer`` raises AttributeError
Takeshi KOMIYA
2019-08-02
1
-1
/
+8
*
Fix type annotation for python 3.5.1
Takeshi KOMIYA
2019-07-13
1
-3
/
+4
*
Migrate to py3 style type annotation: sphinx.util.docfields
Takeshi KOMIYA
2019-06-03
1
-67
/
+32
*
Add ObjectDescription.get_field_type_map()
Takeshi KOMIYA
2019-03-23
1
-5
/
+7
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+0
*
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
-1
/
+0
|
\
\
|
*
|
py3: Remove (most) __future__ imports
Stephen Finucane
2018-12-17
1
-1
/
+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
-2
/
+2
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-22
/
+22
*
|
Fix annotaions for docfields
Takeshi KOMIYA
2018-12-12
1
-15
/
+15
*
|
Merge pull request #5740 from tk0miya/fix_typehints_for_TextlikeNode
Takeshi KOMIYA
2018-12-10
1
-3
/
+3
|
\
\
|
*
|
Add TextlikeNode type for docfields
Takeshi KOMIYA
2018-12-10
1
-3
/
+3
*
|
|
Fix annotations
Takeshi KOMIYA
2018-12-10
1
-1
/
+1
|
/
/
*
|
Fix annotations for cpp domain
Takeshi KOMIYA
2018-12-04
1
-1
/
+1
*
|
Fix annotations for util
Takeshi KOMIYA
2018-11-30
1
-34
/
+43
*
|
Fix annotations for minor methods and functions
Takeshi KOMIYA
2018-11-30
1
-3
/
+3
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
*
|
Use super() to call parent class's method
Jon Dufresne
2018-11-11
1
-2
/
+2
*
|
Merge branch 'master' into HEAD
Takeshi KOMIYA
2018-09-22
1
-2
/
+4
|
\
\
|
|
/
|
*
Merge branch '1.8' into 5426_TypeError_for_class_attributes
Takeshi KOMIYA
2018-09-22
1
-1
/
+2
|
|
\
|
|
*
Fix #5432: py domain: :type: field can't process :term: references
Takeshi KOMIYA
2018-09-22
1
-1
/
+2
|
*
|
Fix py domain: TypeError has been raised for class attribute (ref: #5426)
Takeshi KOMIYA
2018-09-22
1
-1
/
+2
|
|
/
*
|
Remove unnecessary object from class definitions
Jon Dufresne
2018-09-11
1
-2
/
+2
|
/
*
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
1
-3
/
+2
|
\
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-3
/
+2
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-02-18
1
-2
/
+3
|
\
\
|
|
/
|
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+3
*
|
Merge pull request #4047 from AWhetter/fix_2979_2
Rob Ruana
2018-02-03
1
-6
/
+23
|
\
\
|
|
/
|
/
|
[next]