Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove traces of Python 2 and 3.5 (#10560) | Adam Turner | 2022-06-16 | 1 | -16/+8 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | overridden | Christian Clauss | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | Fix typos discovered by codespell | Christian Clauss | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | | Fix flake8 violations | Takeshi KOMIYA | 2020-11-21 | 1 | -4/+0 |
| | | |||||
* | | Drop code for supporting py35 | Takeshi KOMIYA | 2020-11-06 | 1 | -2/+1 |
|/ | |||||
* | pycode: Detect @overload decorators | Takeshi KOMIYA | 2020-05-31 | 1 | -0/+78 |
| | |||||
* | pycode: Detect @final decorators | Takeshi KOMIYA | 2020-04-28 | 1 | -0/+78 |
| | |||||
* | 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 |