Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix #9968: autodoc: ivars are not shown if __init__ has posonlyargs | Takeshi KOMIYA | 2021-12-19 | 1 | -0/+4 |
* | Improve sphinx.pycode.parser docstrings | Louis Maddox | 2021-07-18 | 1 | -9/+9 |
* | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2021-05-10 | 1 | -10/+10 |
* | refactor: Use PEP-526 based variable annotation (sphinx.pycode) | Takeshi KOMIYA | 2021-03-27 | 1 | -26/+26 |
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -2/+1 |
* | | Fix flake8 issue | François Freitag | 2020-11-07 | 1 | -1/+0 |
* | | Drop code for supporting py35 | Takeshi KOMIYA | 2020-11-06 | 1 | -7/+2 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-24 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | refactor: pycode: Use OrderedDict to store variable comments | Takeshi KOMIYA | 2020-07-19 | 1 | -1/+2 |
* | | Merge tag 'v3.1.1' | Takeshi KOMIYA | 2020-07-05 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | FIX: Fix circular import problem | Eric Larson | 2020-06-09 | 1 | -1/+2 |
* | | Merge tag 'v3.1.0' | Takeshi KOMIYA | 2020-07-05 | 1 | -0/+34 |
|\ \ | |/ | |||||
| * | pycode: Detect @overload decorators | Takeshi KOMIYA | 2020-05-31 | 1 | -0/+34 |
* | | refactor: Update type annotations | Takeshi KOMIYA | 2020-05-02 | 1 | -1/+4 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-30 | 1 | -0/+38 |
|\ \ | |/ | |||||
| * | pycode: Detect @final decorators | Takeshi KOMIYA | 2020-04-28 | 1 | -0/+38 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-28 | 1 | -35/+21 |
|\ \ | |/ | |||||
| * | refactor: pycode: visit_Import | Takeshi KOMIYA | 2020-04-26 | 1 | -8/+2 |
| * | pycode: Fix wrong type annotation | Takeshi KOMIYA | 2020-04-26 | 1 | -1/+1 |
| * | refactor: pycode: Add VariableCommentPicker.get_qualname_for() | Takeshi KOMIYA | 2020-04-26 | 1 | -26/+18 |
* | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -1/+1 |
|/ | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-02-09 | 1 | -2/+27 |
|\ | |||||
| * | autodoc: Support type_comment styled type annotation for variables | Takeshi KOMIYA | 2020-02-03 | 1 | -3/+5 |
| * | pycode: Support type annotations for variables | Takeshi KOMIYA | 2020-02-03 | 1 | -2/+25 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| * | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -1/+1 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge pull request #6906 from kpnr/patch-1 | Takeshi KOMIYA | 2019-12-22 | 1 | -1/+1 |
| |\ | |||||
| | * | Update parser.py | kpnr | 2019-12-12 | 1 | -1/+1 |
* | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-21 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix mypy violations (for mypy-0.761) | Takeshi KOMIYA | 2019-12-21 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix mypy violations (for mypy-0.750) | Takeshi KOMIYA | 2019-11-30 | 1 | -1/+1 |
* | | Fix inaccurate docstring for TokenProcessor.fetch_token() | Jon Dufresne | 2019-08-15 | 1 | -1/+1 |
|/ | |||||
* | Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574) | Takeshi KOMIYA | 2019-07-13 | 1 | -0/+16 |
* | Merge branch '2.1.3' into 2.0 | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+1 |
|\ | |||||
| * | Fix mypy violations (for mypy-0.720) | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+1 |
* | | Migrate to py3 style type annotation: sphinx.pycode.parser | Takeshi KOMIYA | 2019-07-06 | 1 | -79/+40 |
|/ | |||||
* | Fix #6451: autodoc: generates docs for "optional import"ed modules as variables | Takeshi KOMIYA | 2019-06-08 | 1 | -0/+11 |
* | Add docstring to pycode.parser | Takeshi KOMIYA | 2019-04-24 | 1 | -0/+9 |