summaryrefslogtreecommitdiff
path: root/tests/test_pycode_ast.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #7461: autodoc: empty tuple in type annotation is not shown correctlyTakeshi KOMIYA2020-04-121-0/+1
* Fix #7304: pycode: Support operators (BinOp, BoolOp and UnaryOp)Takeshi KOMIYA2020-03-141-0/+22
* py domain: Support lambda functions in function signatureTakeshi KOMIYA2020-02-161-1/+11
* Add sphinx.pycode.ast.parse() and unparse()Takeshi KOMIYA2020-01-131-0/+40