summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix testcases for singledispatch are sometimes failedTakeshi KOMIYA2020-11-042-23/+39
* Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-11-012-8/+8
|\
| * C, C++, improve warnings on duplicatesJakob Lykke Andersen2020-10-242-8/+8
* | Merge pull request #8050 from keewis/preprocess-other-sectionsTakeshi KOMIYA2020-10-301-5/+83
|\ \
| * | enable preprocessing in the testsKeewis2020-08-181-2/+3
| * | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-187-41/+174
| |\ \
| * \ \ Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-073-49/+114
| |\ \ \
| * | | | make sure the roles are stripped from invalid names, tooKeewis2020-08-061-1/+19
| * | | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-041-2/+36
| |\ \ \ \
| * | | | | expect the normal raises and yields to be preprocessed, tooKeewis2020-08-041-4/+4
| * | | | | move the GoogleDocstring test to the appropriate test classKeewis2020-08-041-16/+16
| * | | | | move the return types and yield types tests to above the raises testKeewis2020-08-041-36/+45
| * | | | | move the translations to a named variableKeewis2020-08-041-6/+5
| * | | | | add test for the raises, yields and returns sectionsKeewis2020-08-041-1/+52
* | | | | | Merge pull request #8051 from keewis/fix-see_alsoTakeshi KOMIYA2020-10-301-2/+31
|\ \ \ \ \ \
| * | | | | | always use :obj: instead of searching the inventoryKeewis2020-08-071-28/+3
| * | | | | | translate the functions before attempting to find a matching roleKeewis2020-08-061-0/+32
| * | | | | | fix the tests by falling back to a empty dict on AttributeErrorKeewis2020-08-041-0/+22
| |/ / / / /
* | | | | | Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloadsTakeshi KOMIYA2020-10-282-0/+12
|\ \ \ \ \ \
| * | | | | | autodoc: Add test for single-string __slots__Matthias Geier2020-10-252-0/+12
* | | | | | | Fix #7785: autodoc_typehints=none does not effect to overloadsTakeshi KOMIYA2020-10-241-0/+48
|/ / / / / /
* | | | | | Merge pull request #8295 from tk0miya/refactor_rootTakeshi KOMIYA2020-10-243-4/+4
|\ \ \ \ \ \
| * | | | | | refactor: Remove rst_epilog from test-root/conf.pyTakeshi KOMIYA2020-10-063-4/+4
* | | | | | | Merge pull request #8303 from larsoner/tupleTakeshi KOMIYA2020-10-241-1/+9
|\ \ \ \ \ \ \
| * | | | | | | TST: Add testEric Larson2020-10-071-1/+9
| |/ / / / / /
* | | | | | | Merge branch '3.x' into 3.2.x_to_3.xTakeshi KOMIYA2020-10-2426-37/+309
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Merge pull request #8283 from tk0miya/7786_overloads_in_other_fileTakeshi KOMIYA2020-10-062-0/+21
| |\ \ \ \ \
| | * | | | | Fix #7786: autodoc: can't detect overloaded methods defined in other fileTakeshi KOMIYA2020-10-052-0/+21
| * | | | | | Fix #8255: py domain: number in defarg is changed to decimalTakeshi KOMIYA2020-10-051-0/+13
| * | | | | | pycode: ast.unparse() construct number literals using source codeTakeshi KOMIYA2020-10-051-5/+9
| |/ / / / /
| * | | | | Merge pull request #8273 from sphinx-doc/7996_man_make_section_directoryTakeshi KOMIYA2020-10-041-0/+7
| |\ \ \ \ \
| | * | | | | Close #7996: manpage: Add man_make_section_directory7996_man_make_section_directoryTakeshi KOMIYA2020-10-031-0/+7
| * | | | | | Merge pull request #8120 from tk0miya/6640_allow_to_override_system_messageTakeshi KOMIYA2020-10-041-0/+29
| |\ \ \ \ \ \
| | * | | | | | Fix #6640: i18n: Failed to override system message translationTakeshi KOMIYA2020-10-041-0/+29
| * | | | | | | Merge branch '3.x' into 7964_tuple_in_signatureTakeshi KOMIYA2020-10-0415-30/+150
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix #8157: autodoc: TypeError is raised when annotation has invalid __args__Takeshi KOMIYA2020-10-041-0/+8
| | |/ / / / /
| | * | | | | Merge pull request #8272 from francoisfreitag/strip_whitespacesTakeshi KOMIYA2020-10-039-30/+30
| | |\ \ \ \ \
| | | * | | | | Strip trailing whitespaces and normalize line endingsFrançois Freitag2020-10-039-30/+30
| | * | | | | | Merge pull request #8269 from francoisfreitag/raise-anchorTakeshi KOMIYA2020-10-033-0/+39
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Fix #8268: make linkcheck report HTTP errorsFrançois Freitag2020-10-033-0/+39
| | * | | | | | Close #6518: autodoc: Add autodoc_type_aliasesTakeshi KOMIYA2020-10-032-0/+73
| | |/ / / / /
| * | | | | | Fix #7964: autodoc: Tuple in default value is wrongly renderedTakeshi KOMIYA2020-10-031-1/+1
| |/ / / / /
| * | | | | Merge pull request #8142 from jcarrano/typing-generic-signaturesTakeshi KOMIYA2020-10-032-0/+27
| |\ \ \ \ \
| | * | | | | autodoc: blacklist typing.Generic.__new__Juan Carrano2020-08-211-1/+0
| | * | | | | autodoc: Test the signature of typing.Generic subclasses.Juan Carrano2020-08-212-0/+28
| | | |_|_|/ | | |/| | |
| * | | | | respond to review commentsRobert Cohn2020-10-011-2/+1
| * | | | | add parallel to SphinxTestAppRobert Cohn2020-09-301-0/+6
| * | | | | Merge branch '3.x' into 8190_autodoc-process-docstring-without_ending_blanklineTakeshi KOMIYA2020-09-213-1/+34
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '3.x' into 8103_cached_propertyTakeshi KOMIYA2020-09-137-38/+115
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-09-131-1/+7
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | |