Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | | | .. 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 | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | | 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 |
| | | | | | | | | | | | | It is worthy to keep the order of analyzer.attr_docs to generate document in reproducible. So this uses OrderedDict explicitly to do that. It also helps python3.5 environment. | ||||
* | | 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 | ||||
| | * | Update parser.py | kpnr | 2019-12-12 | 1 | -1/+1 |
| | | | | | | | | | encoding damages non-ASCII characters | ||||
* | | | 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 |
| | |||||
* | pycode: Support "async" syntax | Takeshi KOMIYA | 2019-04-23 | 1 | -0/+4 |
| | |||||
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Replace use of six.text_type with str | Jon Dufresne | 2018-12-18 | 1 | -3/+1 |
| | | | | | | | | | | This removes the last use of the six package allowing Sphinx to remove it as a dependency. |