summaryrefslogtreecommitdiff
path: root/sphinx/pycode/parser.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
| |
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+1
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
|
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|
* Fix mypy violationTakeshi KOMIYA2017-10-211-1/+1
|
* Merge pull request #4157 from tk0miya/4156_parse_class_commentTakeshi KOMIYA2017-10-211-0/+1
|\ | | | | Fix #4156: failed to parse class comment
| * Fix #4156: failed to parse class commentTakeshi KOMIYA2017-10-191-0/+1
| |
* | Fix flake8 and mypy violationsTakeshi KOMIYA2017-10-191-2/+2
| |
* | Support more complex starred asssignment caseTakeshi KOMIYA2017-10-191-4/+9
| |
* | Fix #4158: pycode.parser failed to parse starred assignmentTakeshi KOMIYA2017-10-181-0/+2
|/
* Treat lists like tuples in AST function get_lvar_nameslPeter Cock2017-10-101-1/+1
|
* Report the unimplemented node_name in exceptionPeter Cock2017-10-101-1/+1
|
* pycode: Add new parser!Takeshi KOMIYA2017-07-261-0/+463