summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc_autofunction.py
Commit message (Expand)AuthorAgeFilesLines
* Drop python 3.6 support (#10468)Takeshi KOMIYA2022-06-161-27/+12
* Fix a testcase for py36Takeshi KOMIYA2022-04-051-12/+27
* Fix a testcaseTakeshi KOMIYA2022-04-041-0/+1
* Merge branch '4.x'Takeshi KOMIYA2022-03-191-8/+3
|\
| * Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
| * Conform to PEP 257 summary line conventionsAdam Turner2022-02-201-2/+4
| * Fix module docstring indentationAdam Turner2022-02-201-3/+3
| * Fix module docstring first lineAdam Turner2022-02-201-2/+1
| * Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* | autodoc: The default of autodoc_typehints_format becomes to 'smart'Takeshi KOMIYA2022-01-021-1/+1
|/
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | Fix #9194: autodoc: Prepend the "typing" module name on the signatureTakeshi KOMIYA2021-12-261-1/+1
|/
* Close #9639: autodoc: Support asynchronous generator functionsTakeshi KOMIYA2021-09-171-0/+35
* Fix #8872: autodoc: stacked singledispatches are wrongly renderedTakeshi KOMIYA2021-05-031-0/+1
* 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-11-221-1/+2
|\ \ | |/
| * Make tests/ a Python packageFrançois Freitag2020-11-201-1/+2
* | Fix flake8 violationsTakeshi KOMIYA2020-11-211-2/+0
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-1/+0
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-1/+0
* | Drop code for supporting py35Takeshi KOMIYA2020-11-061-17/+10
|/
* Merge pull request #8355 from sphinx-doc/7613_class__signature__Takeshi KOMIYA2020-11-051-0/+8
|\
| * Fix #7613: autodoc: autodoc does not respect __signature__ of the classTakeshi KOMIYA2020-11-011-0/+8
* | Fix testcases for singledispatch are sometimes failedTakeshi KOMIYA2020-11-041-10/+19
|/
* autodoc: the signature of base function will be shown for decorated functionsTakeshi KOMIYA2020-07-051-1/+1
* Fix #7812: autodoc: crashed when given name is conflictedTakeshi KOMIYA2020-07-041-2/+2
* Fix #7807: autodoc: wrong signature is shown for the function using contextma...Takeshi KOMIYA2020-06-141-0/+13
* refactor: test: Separate tests for autofunctionTakeshi KOMIYA2020-05-221-0/+148