summaryrefslogtreecommitdiff
path: root/tests/test_domain_py.py
Commit message (Expand)AuthorAgeFilesLines
* Test for issue #10456: removing meta-fieldsAnselm Kruis2022-05-161-0/+2
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-5/+5
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* test: Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA2022-01-031-3/+3
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* | Fix py domain: "typing" types are not hyperlinked in info-field-listTakeshi KOMIYA2021-12-271-1/+22
* | py domain: Suppress the leading "typing." module from typehintsTakeshi KOMIYA2021-12-251-2/+2
* | Fix #9194: autodoc: types in typing module are not hyperlinkedTakeshi KOMIYA2021-12-251-1/+3
* | Fix autodoc: Failed to parse Literal type in py36 and py37Takeshi KOMIYA2021-12-251-0/+9
|/
* test: Remove debug printTakeshi KOMIYA2021-12-191-1/+0
* py domain: Allow "~" prefix as a prefix of typehints in signatureTakeshi KOMIYA2021-11-301-0/+12
* Fix #9899: py domain: Allows cross-reference specifier to :type: optionTakeshi KOMIYA2021-11-291-0/+22
* Fix #9775: py domain: Literal typehint was converted to a cross referenceTakeshi KOMIYA2021-10-301-0/+36
* Merge branch '4.x' into 9697_property_with_parensTakeshi KOMIYA2021-10-091-68/+101
|\
| * js/py nodes, update arglist renderingJakob Lykke Andersen2021-10-031-3/+3
| * py nodes, isort fixJakob Lykke Andersen2021-10-021-3/+4
| * py nodes, PyObject annoJakob Lykke Andersen2021-10-021-7/+8
| * py nodes, PyProperty get_signature_prefixJakob Lykke Andersen2021-10-021-2/+4
| * py nodes, PyMethod get_signature_prefixJakob Lykke Andersen2021-10-021-8/+8
| * py nodes, PyClassLike, get_signature_prefixJakob Lykke Andersen2021-10-021-12/+15
| * py nodes, PyFunction get_signature_prefixJakob Lykke Andersen2021-10-021-1/+3
| * py nodes, PyPropertyJakob Lykke Andersen2021-10-021-2/+4
| * py nodes, PyAttribute valueJakob Lykke Andersen2021-10-021-1/+5
| * py nodes, PyAttribute typeJakob Lykke Andersen2021-10-021-3/+4
| * py nodes, PyVariable valueJakob Lykke Andersen2021-10-021-1/+6
| * py nodes, PyVariable typeJakob Lykke Andersen2021-10-021-4/+7
| * py nodes, arglistJakob Lykke Andersen2021-10-021-13/+13
| * py nodes, TupleJakob Lykke Andersen2021-10-021-7/+14
| * py nodes, ListJakob Lykke Andersen2021-10-021-1/+3
| * py nodes, BitOrJakob Lykke Andersen2021-10-021-5/+5
* | Fix #9697: An index entry with parens was registered for py:methodTakeshi KOMIYA2021-10-031-1/+1
|/
* Fix #9576: py domain: Literal typehint was converted to a cross referenceTakeshi KOMIYA2021-09-031-0/+21
* Fix #9585: py:property directive does not create a hyperlink for typesTakeshi KOMIYA2021-08-311-2/+4
* Cloase #9445: :py:property: directive now supports :classmethod: optionTakeshi KOMIYA2021-07-171-5/+19
* Merge branch '4.x' into 9427Takeshi KOMIYA2021-07-111-15/+68
|\
| * Close #9268: python_use_unqualified_type_names supports type fieldTakeshi KOMIYA2021-06-031-0/+6
| * Fix #9280: py domain: "exceptions" module is not displayedTakeshi KOMIYA2021-05-301-14/+2
| * Close #1874: py domain: Support union types using `|` in info-field-listTakeshi KOMIYA2021-05-221-0/+34
| * Fix #9224: info-field-list does not support a type containing spaceTakeshi KOMIYA2021-05-151-1/+26
* | py domain: Add testcase for empty callable (refs: #9427)Takeshi KOMIYA2021-07-111-0/+9
|/
* Fix #9205: py domain: canonical option causes xref resolution errorTakeshi KOMIYA2021-05-111-0/+11
* Fix #9121: py domain: duplicated warning for canonical and aliasTakeshi KOMIYA2021-04-231-0/+33
* Fix #8127: py domain: Ellipsis in info-field-list causes nit-picky warningTakeshi KOMIYA2021-04-171-1/+24
* py domain: Add py:property directive to describe a property (refs: #7068)Takeshi KOMIYA2021-03-111-0/+27
* Fix #7199: py domain: Add a new confval: python_use_unqualified_type_namesTakeshi KOMIYA2021-03-061-0/+19