Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop OrderedDict | Adam Turner | 2023-03-05 | 1 | -2/+1 |
| | | | | Since Python 3.7, dicts maintain insertion order. | ||||
* | Resolve ``flake8-return`` errors | Adam Turner | 2023-02-18 | 1 | -3/+3 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | Resolve Ruff SIM114 violations | Adam Turner | 2023-02-15 | 1 | -1/+1 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -2/+1 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -15/+15 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -31/+31 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | remove blanket 'noqas' | Daniel Eades | 2022-12-16 | 1 | -2/+7 |
| | |||||
* | Update typing ignores for mypy 0.990 | Adam Turner | 2022-11-13 | 1 | -2/+2 |
| | |||||
* | Use ``ast.parse`` from the standard library | Adam Turner | 2022-10-17 | 1 | -2/+1 |
| | |||||
* | Merge branch '5.x' | Adam Turner | 2022-09-30 | 1 | -1/+1 |
|\ | | | | | | | | | # Conflicts: # sphinx/locale/__init__.py | ||||
| * | Shrink 'any-generics' whitelist for the `pycode` module (#10868) | danieleades | 2022-09-28 | 1 | -1/+1 |
| | | |||||
* | | Drop Python 3.7 | Adam Turner | 2022-09-27 | 1 | -12/+11 |
|/ | |||||
* | Fix some static typing errors (#10745) | danieleades | 2022-08-14 | 1 | -2/+2 |
| | |||||
* | 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 |
| | | | | | | | | | | | | | | .. 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 |
| | |