| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | 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 |
* | | Fix #9697: An index entry with parens was registered for py:method | Takeshi KOMIYA | 2021-10-03 | 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 |
* | Cloase #9445: :py:property: directive now supports :classmethod: option | Takeshi KOMIYA | 2021-07-17 | 1 | -5/+19 |
* | Merge branch '4.x' into 9427 | Takeshi KOMIYA | 2021-07-11 | 1 | -15/+68 |
|\ |
|
| * | Close #9268: python_use_unqualified_type_names supports type field | Takeshi KOMIYA | 2021-06-03 | 1 | -0/+6 |
| * | Fix #9280: py domain: "exceptions" module is not displayed | Takeshi KOMIYA | 2021-05-30 | 1 | -14/+2 |
| * | Close #1874: py domain: Support union types using `|` in info-field-list | Takeshi KOMIYA | 2021-05-22 | 1 | -0/+34 |
| * | Fix #9224: info-field-list does not support a type containing space | Takeshi KOMIYA | 2021-05-15 | 1 | -1/+26 |
* | | py domain: Add testcase for empty callable (refs: #9427) | Takeshi KOMIYA | 2021-07-11 | 1 | -0/+9 |
|/ |
|
* | Fix #9205: py domain: canonical option causes xref resolution error | Takeshi KOMIYA | 2021-05-11 | 1 | -0/+11 |
* | Fix #9121: py domain: duplicated warning for canonical and alias | Takeshi KOMIYA | 2021-04-23 | 1 | -0/+33 |
* | Fix #8127: py domain: Ellipsis in info-field-list causes nit-picky warning | Takeshi KOMIYA | 2021-04-17 | 1 | -1/+24 |
* | py domain: Add py:property directive to describe a property (refs: #7068) | Takeshi KOMIYA | 2021-03-11 | 1 | -0/+27 |
* | Fix #7199: py domain: Add a new confval: python_use_unqualified_type_names | Takeshi KOMIYA | 2021-03-06 | 1 | -0/+19 |