Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop code for supporting py35 | Takeshi KOMIYA | 2020-11-06 | 4 | -47/+25 |
* | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-05 | 7 | -23/+123 |
|\ | |||||
| * | Merge pull request #8355 from sphinx-doc/7613_class__signature__ | Takeshi KOMIYA | 2020-11-05 | 3 | -0/+69 |
| |\ | |||||
| | * | Merge branch '3.x' into 7613_class__signature__ | Takeshi KOMIYA | 2020-11-03 | 5 | -8/+23 |
| | |\ | |||||
| | * | | Fix #7613: autodoc: autodoc does not respect __signature__ of the class | Takeshi KOMIYA | 2020-11-01 | 3 | -0/+69 |
| * | | | Merge branch '3.3.x' into 3.x | Takeshi KOMIYA | 2020-11-05 | 2 | -23/+39 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Fix testcases for singledispatch are sometimes failed | Takeshi KOMIYA | 2020-11-04 | 2 | -23/+39 |
| * | | | Fix #6914: Emit a detailed warning when failed to resolve :ref: | Takeshi KOMIYA | 2020-11-03 | 3 | -0/+15 |
| |/ / | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-02 | 4 | -15/+170 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '3.2.x' into 3.x | Takeshi KOMIYA | 2020-11-01 | 2 | -8/+8 |
| |\ \ | | |/ | |/| | |||||
| | * | C, C++, improve warnings on duplicates | Jakob Lykke Andersen | 2020-10-24 | 2 | -8/+8 |
| * | | Merge pull request #8050 from keewis/preprocess-other-sections | Takeshi KOMIYA | 2020-10-30 | 1 | -5/+83 |
| |\ \ | |||||
| | * | | enable preprocessing in the tests | Keewis | 2020-08-18 | 1 | -2/+3 |
| | * | | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-18 | 7 | -41/+174 |
| | |\ \ | |||||
| | * \ \ | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-07 | 3 | -49/+114 |
| | |\ \ \ | |||||
| | * | | | | make sure the roles are stripped from invalid names, too | Keewis | 2020-08-06 | 1 | -1/+19 |
| | * | | | | Merge branch '3.x' into preprocess-other-sections | Keewis | 2020-08-04 | 1 | -2/+36 |
| | |\ \ \ \ | |||||
| | * | | | | | expect the normal raises and yields to be preprocessed, too | Keewis | 2020-08-04 | 1 | -4/+4 |
| | * | | | | | move the GoogleDocstring test to the appropriate test class | Keewis | 2020-08-04 | 1 | -16/+16 |
| | * | | | | | move the return types and yield types tests to above the raises test | Keewis | 2020-08-04 | 1 | -36/+45 |
| | * | | | | | move the translations to a named variable | Keewis | 2020-08-04 | 1 | -6/+5 |
| | * | | | | | add test for the raises, yields and returns sections | Keewis | 2020-08-04 | 1 | -1/+52 |
| * | | | | | | Merge pull request #8051 from keewis/fix-see_also | Takeshi KOMIYA | 2020-10-30 | 1 | -2/+31 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | always use :obj: instead of searching the inventory | Keewis | 2020-08-07 | 1 | -28/+3 |
| | * | | | | | | translate the functions before attempting to find a matching role | Keewis | 2020-08-06 | 1 | -0/+32 |
| | * | | | | | | fix the tests by falling back to a empty dict on AttributeError | Keewis | 2020-08-04 | 1 | -0/+22 |
| | |/ / / / / | |||||
| * | | | | | | Merge branch '3.x' into 7785_autodoc_typehints_none_for_overloads | Takeshi KOMIYA | 2020-10-28 | 2 | -0/+12 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Fix #7785: autodoc_typehints=none does not effect to overloads | Takeshi KOMIYA | 2020-10-24 | 1 | -0/+48 |
* | | | | | | | | Merge pull request #8284 from tk0miya/7996_man_make_section_directory_by_default | Takeshi KOMIYA | 2020-10-28 | 2 | -8/+8 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Close #7996: manpage: Make a section directory on build manpage by default | Takeshi KOMIYA | 2020-10-28 | 2 | -8/+8 |
* | | | | | | | | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-28 | 5 | -4/+16 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | / / / / / / | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | autodoc: Add test for single-string __slots__ | Matthias Geier | 2020-10-25 | 2 | -0/+12 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #8295 from tk0miya/refactor_root | Takeshi KOMIYA | 2020-10-24 | 3 | -4/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | refactor: Remove rst_epilog from test-root/conf.py | Takeshi KOMIYA | 2020-10-06 | 3 | -4/+4 |
* | | | | | | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-10-24 | 7 | -13/+117 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge pull request #8303 from larsoner/tuple | Takeshi KOMIYA | 2020-10-24 | 1 | -1/+9 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | TST: Add test | Eric Larson | 2020-10-07 | 1 | -1/+9 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge branch '3.x' into 3.2.x_to_3.x | Takeshi KOMIYA | 2020-10-24 | 26 | -37/+309 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | / | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Merge pull request #8283 from tk0miya/7786_overloads_in_other_file | Takeshi KOMIYA | 2020-10-06 | 2 | -0/+21 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Fix #7786: autodoc: can't detect overloaded methods defined in other file | Takeshi KOMIYA | 2020-10-05 | 2 | -0/+21 |
| | * | | | | | | Fix #8255: py domain: number in defarg is changed to decimal | Takeshi KOMIYA | 2020-10-05 | 1 | -0/+13 |
| | * | | | | | | pycode: ast.unparse() construct number literals using source code | Takeshi KOMIYA | 2020-10-05 | 1 | -5/+9 |
| | |/ / / / / | |||||
| * | | | | | | C, fix links to function parameters | Jakob Lykke Andersen | 2020-10-13 | 2 | -0/+39 |
| * | | | | | | C++, properly reject functions as duplicates | Jakob Lykke Andersen | 2020-10-03 | 1 | -0/+15 |
| * | | | | | | C, fix names in get_objects() | Jakob Lykke Andersen | 2020-09-14 | 1 | -7/+11 |
* | | | | | | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-04 | 18 | -31/+187 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge pull request #8273 from sphinx-doc/7996_man_make_section_directory | Takeshi KOMIYA | 2020-10-04 | 1 | -0/+7 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Close #7996: manpage: Add man_make_section_directory7996_man_make_section_directory | Takeshi KOMIYA | 2020-10-03 | 1 | -0/+7 |
| * | | | | | | | Merge pull request #8120 from tk0miya/6640_allow_to_override_system_message | Takeshi KOMIYA | 2020-10-04 | 1 | -0/+29 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fix #6640: i18n: Failed to override system message translation | Takeshi KOMIYA | 2020-10-04 | 1 | -0/+29 |