summaryrefslogtreecommitdiff
path: root/sphinx/pycode/ast.py
Commit message (Expand)AuthorAgeFilesLines
* pycode: ast.unparse() construct number literals using source codeTakeshi KOMIYA2020-10-051-2/+9
* Fix #7964: autodoc: Tuple in default value is wrongly renderedTakeshi KOMIYA2020-10-031-2/+16
* Merge branch '3.x' into 7497Takeshi KOMIYA2020-05-071-1/+1
|\
| * refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-191-3/+3
* | refactor: Sort visitor methods of _UnparseVisitorTakeshi KOMIYA2020-05-071-62/+62
* | Group together methods that relate to a python 3.8 deprecationEric Wieser2020-04-171-13/+15
* | Rewrite unparse to use ast.NodeVisitorEric Wieser2020-04-171-90/+117
|/
* Deduplicate some code in `pycode.ast`Eric Wieser2020-04-161-22/+15
* Fix #7461: autodoc: empty tuple in type annotation is not shown correctlyTakeshi KOMIYA2020-04-121-1/+4
* Fix #7304: pycode: Support operators (BinOp, BoolOp and UnaryOp)Takeshi KOMIYA2020-03-141-1/+33
* py domain: Support lambda functions in function signatureTakeshi KOMIYA2020-02-161-1/+67
* autodoc: Support type_comment styled type annotation for variablesTakeshi KOMIYA2020-02-031-0/+2
* Add sphinx.pycode.ast.parse() and unparse()Takeshi KOMIYA2020-01-131-0/+80