summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9594 from hkuno/pr/no_empty_desc_4.xTakeshi KOMIYA2021-09-111-0/+12
|\
| * Add a testcase for #9694Takeshi KOMIYA2021-09-111-0/+12
* | Merge pull request #9611 from tk0miya/9560_NewType_moduleTakeshi KOMIYA2021-09-111-2/+9
|\ \
| * | Close #9560: autodoc: Allow to refer NewType with modname in py310+Takeshi KOMIYA2021-09-051-2/+9
* | | overriddenChristian Clauss2021-09-081-1/+1
* | | Fix typos discovered by codespellChristian Clauss2021-09-0812-17/+17
|/ /
* | Merge pull request #9609 from tk0miya/9608_apidoc_pymod_definition_for_implic...Takeshi KOMIYA2021-09-051-0/+2
|\ \
| * | Fix #9608: apidoc: module is not described if implicit namespace packageTakeshi KOMIYA2021-09-041-0/+2
* | | Merge pull request #9606 from tk0miya/9600_typehints_including_commasTakeshi KOMIYA2021-09-051-1/+1
|\ \ \
| * | | Fix #9600: autosummary: Typehints including commas confuses autosummaryTakeshi KOMIYA2021-09-041-1/+1
| |/ /
* | | Fix #9576: py domain: Literal typehint was converted to a cross referenceTakeshi KOMIYA2021-09-031-0/+21
|/ /
* | Fix #9585: py:property directive does not create a hyperlink for typesTakeshi KOMIYA2021-08-311-2/+4
|/
* Merge pull request #9569 from jakelishman/fix-autosummary-sectionsTakeshi KOMIYA2021-08-291-0/+5
|\
| * Merge branch '4.x' into fix-autosummary-sectionsTakeshi KOMIYA2021-08-293-6/+82
| |\
| * | Fix #9568: autosummary: summarise overlined sectioned headings correctlyJake Lishman2021-08-201-0/+5
* | | Merge branch '4.x' into 9564-fix_highlighted_code_role_smartquotesTakeshi KOMIYA2021-08-291-4/+17
|\ \ \ | | |/ | |/|
| * | Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-08-211-4/+17
| |\ \
| | * | Fix test: Tests has been broken with pygments-2.10+Takeshi KOMIYA2021-08-191-4/+17
* | | | Check complete ancestry of text nodes for smartquotes eligibility.Justin Turner Arthur2021-08-213-0/+35
|/ / /
* | | C++, fix parsing of defaulted fp function paramsJakob Lykke Andersen2021-08-201-0/+3
* | | C, C++, parse <width> <complex/imaginary>Jakob Lykke Andersen2021-08-201-1/+2
* | | C++, update fundamental type handling a la in CJakob Lykke Andersen2021-08-201-2/+6
* | | C, add short int, and treat spaced types properlyJakob Lykke Andersen2021-08-201-7/+10
* | | C, add fract and accumJakob Lykke Andersen2021-08-201-1/+1
* | | C, update fundamental types, including GNU extsJakob Lykke Andersen2021-08-201-0/+52
| |/ |/|
* | Merge branch '4.x' into 4.xJames2021-08-0211-43/+141
|\ \
| * | Fix autodoc_docstring_signature support for __init__ and __new__Jeremy Maitin-Shepard2021-07-312-3/+58
| * | Merge branch '4.x' into 9487_typehint_for_cached_propertyTakeshi KOMIYA2021-07-232-9/+4
| |\ \
| | * \ Merge branch '4.1.x' into 4.xTakeshi KOMIYA2021-07-232-9/+4
| | |\ \ | | | |/
| | | * Merge pull request #9467 from tk0miya/9435_disable_rewrite_github_anchorTakeshi KOMIYA2021-07-202-9/+4
| | | |\
| | | | * Fix #9435: linkcheck: Failed to check anchors in github.comTakeshi KOMIYA2021-07-182-9/+4
| * | | | Fix #9487: autodoc: typehint for cached_property is not shownTakeshi KOMIYA2021-07-222-0/+16
| |/ / /
| * | | Merge pull request #9464 from Gobot1234/4.xTakeshi KOMIYA2021-07-201-0/+12
| |\ \ \
| * \ \ \ Merge pull request #9461 from tk0miya/9445_class_propertyTakeshi KOMIYA2021-07-204-9/+51
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Close #9445: autodoc: Support class propertiesTakeshi KOMIYA2021-07-173-4/+32
| | * | | Cloase #9445: :py:property: directive now supports :classmethod: optionTakeshi KOMIYA2021-07-171-5/+19
| | | |/ | | |/|
| * | | Merge pull request #9478 from tk0miya/9443Takeshi KOMIYA2021-07-203-17/+7
| |\ \ \ | | |/ / | |/| |
| | * | Fix testcases that failed in python3.10.0b4Takeshi KOMIYA2021-07-202-9/+6
| | * | Fix testcase: Enum changes were reverted in Python 3.10Karolina Surma2021-07-141-8/+1
* | | | Add some testsJames2021-08-021-2/+10
| |_|/ |/| |
* | | Respond to feedbackJames2021-07-181-0/+12
|/ /
* | Fix handling of local paths in html_logo/html_favicon directorives in conf.pySimon Hausmann2021-07-134-0/+45
|/
* Merge branch '9299' into 4.xTakeshi KOMIYA2021-07-111-0/+10
|\
| * intersphinx: Add testcase for case insensitive term match (refs: #9299)Takeshi KOMIYA2021-07-111-0/+10
* | Merge pull request #9225 from doerwalter/typehint-htmlTakeshi KOMIYA2021-07-113-0/+13
|\ \
| * | Remove configuration option html_signaturereturn_icon.Walter Doerwald2021-06-141-10/+1
| * | Add tests for html_signaturereturn_icon.Walter Doerwald2021-05-223-0/+22
* | | Merge branch '4.x' into 9427Takeshi KOMIYA2021-07-1154-209/+1061
|\ \ \
| * \ \ Merge pull request #9415 from tk0miya/9362_AttributeError_for_subclass_of_emp...Takeshi KOMIYA2021-07-091-0/+2
| |\ \ \
| | * | | Fix #9362: autodoc: AttributeError is raised for a subclass of Tuple[()]Takeshi KOMIYA2021-07-071-0/+2