summaryrefslogtreecommitdiff
path: root/sphinx/util/inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #9838: autodoc: AttributeError is raised for lru_cacheTakeshi KOMIYA2021-11-211-2/+11
* Fix #9757: autodoc_inherit_docstrings does not effect to overriden classmethodsTakeshi KOMIYA2021-10-301-1/+3
* Fix #9756: autodoc: Crashed if classmethod does not have __func__ attributeTakeshi KOMIYA2021-10-231-1/+1
* Fix #9607: autodoc: Incorrect base class detectionTakeshi KOMIYA2021-09-201-0/+15
* Close #9639: autodoc: Support asynchronous generator functionsTakeshi KOMIYA2021-09-171-1/+2
* FIX: do not try to compute the boolean value of a numpy arrayThomas A Caswell2021-08-061-2/+3
* Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-07-231-5/+8
|\
| * Fix #9489: autodoc: Custom types using typing.NewType are brokenTakeshi KOMIYA2021-07-231-5/+8
* | Close #9445: autodoc: Support class propertiesTakeshi KOMIYA2021-07-171-1/+12
|/
* Close #9272: autodoc: Render enum values for the default argument value betterTakeshi KOMIYA2021-05-301-2/+5
* Fix #9250: autodoc: The inherited method not having docstring is wrongly parsedTakeshi KOMIYA2021-05-231-8/+17
* Close #8588: autodoc: autodoc_type_aliases supports dotted nameTakeshi KOMIYA2021-05-031-3/+84
* Merge branch '3.x'Takeshi KOMIYA2021-04-111-2/+12
|\
| * Fix autodoc: Async staticmethods/ classmethods are considered as not asyncTakeshi KOMIYA2021-04-111-2/+12
* | refactor: Add Optional to type annotationsTakeshi KOMIYA2021-04-081-1/+1
* | refactor: use raw Type for type annotationsTakeshi KOMIYA2021-04-041-2/+2
* | Fix #8917: autodoc: Raises a warning if function has wrong __globals__ valueTakeshi KOMIYA2021-02-261-3/+12
* | Merge branch '3.x' into master_with_merged_3.xjfbu2021-02-021-16/+3
|\ \ | |/
| * refactor: AttributeError handling for getslots() is not neededTakeshi KOMIYA2021-01-311-1/+0
| * refactor: AttributeError handling for getall() is not neededTakeshi KOMIYA2021-01-311-1/+0
| * refactor: AttributeError handling for getannotations() is not neededTakeshi KOMIYA2021-01-311-4/+1
| * refactor: AttributeError handling for getmro() is not neededTakeshi KOMIYA2021-01-311-10/+2
* | Merge branch '3.x'Takeshi KOMIYA2021-01-221-2/+15
|\ \ | |/
| * Fix #8693: autodoc: Default values for overloads are rendered as stringTakeshi KOMIYA2021-01-171-2/+15
* | Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-12-291-0/+1
|\ \ | |/
| * doc: Update docstring of getslots()Takeshi KOMIYA2020-12-221-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-12-201-1/+17
|\ \ | |/
| * refactor: Move _getmro() to sphinx.util.inspect moduleTakeshi KOMIYA2020-12-171-0/+16
* | Merge branch '3.x'Takeshi KOMIYA2020-12-141-1/+1
|\ \ | |/
| * refactor: pretty change for isproperty()Takeshi KOMIYA2020-12-121-1/+1
* | Fix importing errorTakeshi KOMIYA2020-11-221-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-221-0/+25
|\ \ | |/
| * refactor: Move _getannotations() to sphinx.util.inspectTakeshi KOMIYA2020-11-221-0/+12
| * Merge pull request #8465 from tk0miya/8460_NewTypeTakeshi KOMIYA2020-11-221-0/+10
| |\
| | * Fix #8460: autodoc: Support custom types defined by typing.NewTypeTakeshi KOMIYA2020-11-211-0/+10
| * | Handle AttributeError from getall() and getslots()Takeshi KOMIYA2020-11-211-0/+3
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-11-211-2/+43
|\ \ | |/
| * refactor autodoc: Add sphinx.util.inspect.getall()Takeshi KOMIYA2020-11-201-1/+17
| * Add sphinx.util.inspect:getslots() to get __slots__ attributeTakeshi KOMIYA2020-11-151-0/+21
| * Merge branch '3.3.x' into 3.xTakeshi KOMIYA2020-11-121-1/+5
| |\
| | * Fix #8350: autosummary_mock_imports causes slow down buildsTakeshi KOMIYA2020-11-121-1/+5
* | | Merge branch '3.x'Takeshi KOMIYA2020-11-121-10/+3
|\ \ \ | |/ /
| * | Merge pull request #8408 from francoisfreitag/isortTakeshi KOMIYA2020-11-121-10/+3
| |\ \
| | * | Sort imports with isortFrançois Freitag2020-11-111-10/+3
* | | | Merge branch '3.x'Takeshi KOMIYA2020-11-101-2/+2
|\ \ \ \ | |/ / /
| * | | test: Adjust type annotataions in python 3.10Takeshi KOMIYA2020-11-101-1/+1
| * | | autodoc: Add Optional[t] to annotation of function and methodTakeshi KOMIYA2020-11-101-2/+2
| |/ /
* | | Merge branch '3.x'Takeshi KOMIYA2020-11-091-10/+11
|\ \ \ | |/ /