| Commit message (Expand) | Author | Age | Files | Lines |
| * | js/py nodes, update arglist rendering | Jakob Lykke Andersen | 2021-10-03 | 2 | -5/+5 |
| * | js nodes, update name rendering | Jakob Lykke Andersen | 2021-10-03 | 1 | -5/+5 |
| * | js nodes, update display_prefix | Jakob Lykke Andersen | 2021-10-03 | 1 | -2/+4 |
| * | py nodes, isort fix | Jakob Lykke Andersen | 2021-10-02 | 1 | -3/+4 |
| * | py nodes, PyObject anno | Jakob Lykke Andersen | 2021-10-02 | 1 | -7/+8 |
| * | py nodes, PyProperty get_signature_prefix | Jakob Lykke Andersen | 2021-10-02 | 1 | -2/+4 |
| * | py nodes, PyMethod get_signature_prefix | Jakob Lykke Andersen | 2021-10-02 | 1 | -8/+8 |
| * | py nodes, PyClassLike, get_signature_prefix | Jakob Lykke Andersen | 2021-10-02 | 1 | -12/+15 |
| * | py nodes, PyFunction get_signature_prefix | Jakob Lykke Andersen | 2021-10-02 | 1 | -1/+3 |
| * | py nodes, PyProperty | Jakob Lykke Andersen | 2021-10-02 | 1 | -2/+4 |
| * | py nodes, PyAttribute value | Jakob Lykke Andersen | 2021-10-02 | 1 | -1/+5 |
| * | py nodes, PyAttribute type | Jakob Lykke Andersen | 2021-10-02 | 1 | -3/+4 |
| * | py nodes, PyVariable value | Jakob Lykke Andersen | 2021-10-02 | 1 | -1/+6 |
| * | py nodes, PyVariable type | Jakob Lykke Andersen | 2021-10-02 | 1 | -4/+7 |
| * | py nodes, arglist | Jakob Lykke Andersen | 2021-10-02 | 1 | -13/+13 |
| * | py nodes, Tuple | Jakob Lykke Andersen | 2021-10-02 | 1 | -7/+14 |
| * | py nodes, List | Jakob Lykke Andersen | 2021-10-02 | 1 | -1/+3 |
| * | py nodes, BitOr | Jakob Lykke Andersen | 2021-10-02 | 1 | -5/+5 |
| * | don't print file extension twice in linkcheck warnings | oleg.hoefling | 2021-09-27 | 1 | -1/+1 |
| * | Merge branch '4.x' into 9607_incorrect_orig_bases | Takeshi KOMIYA | 2021-09-27 | 6 | -56/+102 |
| |\ |
|
| | * | Merge branch '4.x' into 9657_qualname_of_mock | Takeshi KOMIYA | 2021-09-27 | 6 | -56/+89 |
| | |\ |
|
| | | * | Merge pull request #9673 from tk0miya/9651_autodoc_typehints_description_target | Takeshi KOMIYA | 2021-09-27 | 1 | -0/+12 |
| | | |\ |
|
| | | | * | Fix #9651: autodoc_typehints_description_target was confused by :returns: | Takeshi KOMIYA | 2021-09-26 | 1 | -0/+12 |
| | | * | | Merge pull request #9649 from jakobandersen/searchindex_fix | Takeshi KOMIYA | 2021-09-27 | 1 | -56/+69 |
| | | |\ \
| | | |/
| | |/| |
|
| | | | * | search, store objects as array to retain all | Jakob Lykke Andersen | 2021-09-25 | 1 | -2/+7 |
| | | | * | search, test update | Jakob Lykke Andersen | 2021-09-25 | 1 | -55/+63 |
| | | * | | Merge pull request #9665 from tk0miya/9664_autodoc_process_bases_injection | Takeshi KOMIYA | 2021-09-26 | 1 | -0/+1 |
| | | |\ \
| | | |/
| | |/| |
|
| | | | * | Close #9664: autodoc: autodoc-process-bases supports reST snippet | Takeshi KOMIYA | 2021-09-23 | 1 | -0/+1 |
| | | * | | Merge pull request #9670 from jonppe/fix-download-file-with-special-characters | Takeshi KOMIYA | 2021-09-25 | 3 | -0/+7 |
| | | |\ \
| | | |/
| | |/| |
|
| | | | * | Add test for encoding local file links with special characters | Johannes Aalto | 2021-09-24 | 3 | -0/+7 |
| | * | | | Fix #9657: autodoc: basecls for a subclass of mocked object is incorrect | Takeshi KOMIYA | 2021-09-21 | 1 | -0/+13 |
| | |/ / |
|
| * | | | Fix #9607: autodoc: Incorrect base class detection | Takeshi KOMIYA | 2021-09-20 | 2 | -0/+19 |
| |/ / |
|
| * | | Merge pull request #9640 from tk0miya/9639_support_asyncgenfunction | Takeshi KOMIYA | 2021-09-18 | 5 | -53/+85 |
| |\ \ |
|
| | * | | Close #9639: autodoc: Support asynchronous generator functions | Takeshi KOMIYA | 2021-09-17 | 5 | -53/+85 |
| | |/ |
|
| * | | Fix #9630: autodoc: Failed to build xrefs if primary_domain is not 'py' | Takeshi KOMIYA | 2021-09-14 | 5 | -83/+89 |
| |/ |
|
| * | Merge pull request #9594 from hkuno/pr/no_empty_desc_4.x | Takeshi KOMIYA | 2021-09-11 | 1 | -0/+12 |
| |\ |
|
| | * | Add a testcase for #9694 | Takeshi KOMIYA | 2021-09-11 | 1 | -0/+12 |
| * | | Merge pull request #9611 from tk0miya/9560_NewType_module | Takeshi KOMIYA | 2021-09-11 | 1 | -2/+9 |
| |\ \ |
|
| | * | | Close #9560: autodoc: Allow to refer NewType with modname in py310+ | Takeshi KOMIYA | 2021-09-05 | 1 | -2/+9 |
| * | | | overridden | Christian Clauss | 2021-09-08 | 1 | -1/+1 |
| * | | | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 12 | -17/+17 |
| |/ / |
|
| * | | Merge pull request #9609 from tk0miya/9608_apidoc_pymod_definition_for_implic... | Takeshi KOMIYA | 2021-09-05 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Fix #9608: apidoc: module is not described if implicit namespace package | Takeshi KOMIYA | 2021-09-04 | 1 | -0/+2 |
| * | | | Merge pull request #9606 from tk0miya/9600_typehints_including_commas | Takeshi KOMIYA | 2021-09-05 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Fix #9600: autosummary: Typehints including commas confuses autosummary | Takeshi KOMIYA | 2021-09-04 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Fix #9576: py domain: Literal typehint was converted to a cross reference | Takeshi KOMIYA | 2021-09-03 | 1 | -0/+21 |
| |/ / |
|
| * | | Fix #9585: py:property directive does not create a hyperlink for types | Takeshi KOMIYA | 2021-08-31 | 1 | -2/+4 |
| |/ |
|
| * | Merge pull request #9569 from jakelishman/fix-autosummary-sections | Takeshi KOMIYA | 2021-08-29 | 1 | -0/+5 |
| |\ |
|
| | * | Merge branch '4.x' into fix-autosummary-sections | Takeshi KOMIYA | 2021-08-29 | 3 | -6/+82 |
| | |\ |
|
| | * | | Fix #9568: autosummary: summarise overlined sectioned headings correctly | Jake Lishman | 2021-08-20 | 1 | -0/+5 |