| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow multi-line object description signatures (#11011) | TLouf | 2023-05-11 | 1 | -0/+303 |
* | Add an option for displaying short ``Literal`` types (#11109) | Adam Turner | 2023-04-05 | 1 | -0/+67 |
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -6/+6 |
* | Add ``content_offset`` parameter to ``nested_parse_with_titles`` (#11147) | Jeremy Maitin-Shepard | 2023-02-15 | 1 | -0/+12 |
* | Adopt ``profile = "black"`` for ``isort`` | Adam Turner | 2023-01-07 | 1 | -8/+27 |
* | Use PEP 604 display for ``typing.Optional`` and ``typing.Union`` (#11072) | Adam Turner | 2023-01-02 | 1 | -4/+5 |
* | Drop Python 3.7 | Adam Turner | 2022-09-27 | 1 | -34/+27 |
* | Clean up after dropping Python 3.6 | Adam Turner | 2022-09-27 | 1 | -3/+3 |
* | Merge branch '5.x' | Adam Turner | 2022-09-09 | 1 | -4/+4 |
|\ |
|
| * | Remove unneeded `noqa` lint suppression comments (#10772) | danieleades | 2022-08-28 | 1 | -4/+4 |
* | | Merge branch '5.x' | Jean-François B | 2022-08-06 | 1 | -0/+72 |
|\ \
| |/ |
|
| * | Properly support `of` in docstring type specifiers (#10738) | ProGamerGov | 2022-08-02 | 1 | -0/+72 |
* | | Merge branch '5.x' into master | Jean-François B | 2022-06-30 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | Ensure ObjectDescription signature nodes include line numbers (#10249) | Jeremy Maitin-Shepard | 2022-06-23 | 1 | -0/+14 |
* | | Remove more deprecated items in Sphinx 6.0 (#10562) | Adam Turner | 2022-06-26 | 1 | -21/+8 |
|/ |
|
* | Show the repr of the value in some warnings (#10439) | Ezio Melotti | 2022-06-16 | 1 | -3/+3 |
* | Special case `**` | Adam Turner | 2022-06-15 | 1 | -0/+9 |
* | Add higher level test | Adam Turner | 2022-06-15 | 1 | -0/+18 |
* | Test for issue #10456: removing meta-fields | Anselm Kruis | 2022-05-16 | 1 | -0/+2 |
* | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -5/+5 |
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
* | test: Migrate to Node.findall() from Node.traverse() | Takeshi KOMIYA | 2022-01-03 | 1 | -3/+3 |
* | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
|\ |
|
| * | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | | Fix py domain: "typing" types are not hyperlinked in info-field-list | Takeshi KOMIYA | 2021-12-27 | 1 | -1/+22 |
* | | py domain: Suppress the leading "typing." module from typehints | Takeshi KOMIYA | 2021-12-25 | 1 | -2/+2 |
* | | Fix #9194: autodoc: types in typing module are not hyperlinked | Takeshi KOMIYA | 2021-12-25 | 1 | -1/+3 |
* | | Fix autodoc: Failed to parse Literal type in py36 and py37 | Takeshi KOMIYA | 2021-12-25 | 1 | -0/+9 |
|/ |
|
* | test: Remove debug print | Takeshi KOMIYA | 2021-12-19 | 1 | -1/+0 |
* | py domain: Allow "~" prefix as a prefix of typehints in signature | Takeshi KOMIYA | 2021-11-30 | 1 | -0/+12 |
* | Fix #9899: py domain: Allows cross-reference specifier to :type: option | Takeshi KOMIYA | 2021-11-29 | 1 | -0/+22 |
* | Fix #9775: py domain: Literal typehint was converted to a cross reference | Takeshi KOMIYA | 2021-10-30 | 1 | -0/+36 |
* | Merge branch '4.x' into 9697_property_with_parens | Takeshi KOMIYA | 2021-10-09 | 1 | -68/+101 |
|\ |
|
| * | js/py nodes, update arglist rendering | Jakob Lykke Andersen | 2021-10-03 | 1 | -3/+3 |
| * | 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 |