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
/
inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #9838: autodoc: AttributeError is raised for lru_cache
Takeshi KOMIYA
2021-11-21
1
-2
/
+11
*
Fix #9757: autodoc_inherit_docstrings does not effect to overriden classmethods
Takeshi KOMIYA
2021-10-30
1
-1
/
+3
*
Fix #9756: autodoc: Crashed if classmethod does not have __func__ attribute
Takeshi KOMIYA
2021-10-23
1
-1
/
+1
*
Fix #9607: autodoc: Incorrect base class detection
Takeshi KOMIYA
2021-09-20
1
-0
/
+15
*
Close #9639: autodoc: Support asynchronous generator functions
Takeshi KOMIYA
2021-09-17
1
-1
/
+2
*
FIX: do not try to compute the boolean value of a numpy array
Thomas A Caswell
2021-08-06
1
-2
/
+3
*
Merge branch '4.1.x' into 4.x
Takeshi KOMIYA
2021-07-23
1
-5
/
+8
|
\
|
*
Fix #9489: autodoc: Custom types using typing.NewType are broken
Takeshi KOMIYA
2021-07-23
1
-5
/
+8
*
|
Close #9445: autodoc: Support class properties
Takeshi KOMIYA
2021-07-17
1
-1
/
+12
|
/
*
Close #9272: autodoc: Render enum values for the default argument value better
Takeshi KOMIYA
2021-05-30
1
-2
/
+5
*
Fix #9250: autodoc: The inherited method not having docstring is wrongly parsed
Takeshi KOMIYA
2021-05-23
1
-8
/
+17
*
Close #8588: autodoc: autodoc_type_aliases supports dotted name
Takeshi KOMIYA
2021-05-03
1
-3
/
+84
*
Merge branch '3.x'
Takeshi KOMIYA
2021-04-11
1
-2
/
+12
|
\
|
*
Fix autodoc: Async staticmethods/ classmethods are considered as not async
Takeshi KOMIYA
2021-04-11
1
-2
/
+12
*
|
refactor: Add Optional to type annotations
Takeshi KOMIYA
2021-04-08
1
-1
/
+1
*
|
refactor: use raw Type for type annotations
Takeshi KOMIYA
2021-04-04
1
-2
/
+2
*
|
Fix #8917: autodoc: Raises a warning if function has wrong __globals__ value
Takeshi KOMIYA
2021-02-26
1
-3
/
+12
*
|
Merge branch '3.x' into master_with_merged_3.x
jfbu
2021-02-02
1
-16
/
+3
|
\
\
|
|
/
|
*
refactor: AttributeError handling for getslots() is not needed
Takeshi KOMIYA
2021-01-31
1
-1
/
+0
|
*
refactor: AttributeError handling for getall() is not needed
Takeshi KOMIYA
2021-01-31
1
-1
/
+0
|
*
refactor: AttributeError handling for getannotations() is not needed
Takeshi KOMIYA
2021-01-31
1
-4
/
+1
|
*
refactor: AttributeError handling for getmro() is not needed
Takeshi KOMIYA
2021-01-31
1
-10
/
+2
*
|
Merge branch '3.x'
Takeshi KOMIYA
2021-01-22
1
-2
/
+15
|
\
\
|
|
/
|
*
Fix #8693: autodoc: Default values for overloads are rendered as string
Takeshi KOMIYA
2021-01-17
1
-2
/
+15
*
|
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-29
1
-0
/
+1
|
\
\
|
|
/
|
*
doc: Update docstring of getslots()
Takeshi KOMIYA
2020-12-22
1
-0
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-12-20
1
-1
/
+17
|
\
\
|
|
/
|
*
refactor: Move _getmro() to sphinx.util.inspect module
Takeshi KOMIYA
2020-12-17
1
-0
/
+16
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-12-14
1
-1
/
+1
|
\
\
|
|
/
|
*
refactor: pretty change for isproperty()
Takeshi KOMIYA
2020-12-12
1
-1
/
+1
*
|
Fix importing error
Takeshi KOMIYA
2020-11-22
1
-1
/
+1
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-22
1
-0
/
+25
|
\
\
|
|
/
|
*
refactor: Move _getannotations() to sphinx.util.inspect
Takeshi KOMIYA
2020-11-22
1
-0
/
+12
|
*
Merge pull request #8465 from tk0miya/8460_NewType
Takeshi KOMIYA
2020-11-22
1
-0
/
+10
|
|
\
|
|
*
Fix #8460: autodoc: Support custom types defined by typing.NewType
Takeshi KOMIYA
2020-11-21
1
-0
/
+10
|
*
|
Handle AttributeError from getall() and getslots()
Takeshi KOMIYA
2020-11-21
1
-0
/
+3
|
|
/
*
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-21
1
-2
/
+43
|
\
\
|
|
/
|
*
refactor autodoc: Add sphinx.util.inspect.getall()
Takeshi KOMIYA
2020-11-20
1
-1
/
+17
|
*
Add sphinx.util.inspect:getslots() to get __slots__ attribute
Takeshi KOMIYA
2020-11-15
1
-0
/
+21
|
*
Merge branch '3.3.x' into 3.x
Takeshi KOMIYA
2020-11-12
1
-1
/
+5
|
|
\
|
|
*
Fix #8350: autosummary_mock_imports causes slow down builds
Takeshi KOMIYA
2020-11-12
1
-1
/
+5
*
|
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-12
1
-10
/
+3
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #8408 from francoisfreitag/isort
Takeshi KOMIYA
2020-11-12
1
-10
/
+3
|
|
\
\
|
|
*
|
Sort imports with isort
François Freitag
2020-11-11
1
-10
/
+3
*
|
|
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-10
1
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
test: Adjust type annotataions in python 3.10
Takeshi KOMIYA
2020-11-10
1
-1
/
+1
|
*
|
|
autodoc: Add Optional[t] to annotation of function and method
Takeshi KOMIYA
2020-11-10
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch '3.x'
Takeshi KOMIYA
2020-11-09
1
-10
/
+11
|
\
\
\
|
|
/
/
[next]