Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autodoc: Support type_comment styled type annotation for variables | Takeshi KOMIYA | 2020-02-03 | 1 | -3/+7 |
| | |||||
* | pycode: Support type annotations for variables | Takeshi KOMIYA | 2020-02-03 | 1 | -0/+3 |
| | |||||
* | Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574) | Takeshi KOMIYA | 2019-07-13 | 1 | -0/+16 |
| | |||||
* | Fix #6451: autodoc: generates docs for "optional import"ed modules as variables | Takeshi KOMIYA | 2019-06-08 | 1 | -0/+15 |
| | |||||
* | pycode: Support "async" syntax | Takeshi KOMIYA | 2019-04-23 | 1 | -0/+15 |
| | |||||
* | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | refactoring: Drop PY2 and PY3 flags | Takeshi KOMIYA | 2018-09-22 | 1 | -2/+0 |
| | |||||
* | Fix #5019: autodoc: crashed by Form Feed Character | Takeshi KOMIYA | 2018-06-10 | 1 | -0/+9 |
| | |||||
* | Fix #4914: autodoc: Parsing error when using dataclasses without default values | Takeshi KOMIYA | 2018-05-21 | 1 | -2/+4 |
| | |||||
* | Fix #4812: autodoc ignores type annotated variables | Takeshi KOMIYA | 2018-04-08 | 1 | -0/+14 |
| | |||||
* | Merge pull request #4157 from tk0miya/4156_parse_class_comment | Takeshi KOMIYA | 2017-10-21 | 1 | -0/+12 |
|\ | | | | | Fix #4156: failed to parse class comment | ||||
| * | Fix #4156: failed to parse class comment | Takeshi KOMIYA | 2017-10-19 | 1 | -0/+12 |
| | | |||||
* | | Support more complex starred asssignment case | Takeshi KOMIYA | 2017-10-19 | 1 | -1/+6 |
| | | |||||
* | | Fix #4158: pycode.parser failed to parse starred assignment | Takeshi KOMIYA | 2017-10-18 | 1 | -0/+15 |
|/ | |||||
* | pycode tests for multiple assignment via tuple/list | Peter Cock | 2017-10-13 | 1 | -2/+10 |
| | |||||
* | pycode: Add new parser! | Takeshi KOMIYA | 2017-07-26 | 1 | -0/+261 |