Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated ``sphinx.pycode.ast.parse()`` (#11371) | Adam Turner | 2023-04-27 | 1 | -17/+0 |
| | |||||
* | Drop OrderedDict | Adam Turner | 2023-03-05 | 2 | -4/+2 |
| | | | | Since Python 3.7, dicts maintain insertion order. | ||||
* | Remove ``.egg`` support from pycode ``ModuleAnalyser`` | Adam Turner | 2023-03-05 | 1 | -22/+1 |
| | | | | Python eggs are a now-obsolete binary distribution format. | ||||
* | Resolve ``flake8-return`` errors | Adam Turner | 2023-02-18 | 2 | -4/+4 |
| | |||||
* | Fix COM812 | Adam Turner | 2023-02-18 | 3 | -3/+3 |
| | |||||
* | Resolve Ruff SIM114 violations | Adam Turner | 2023-02-15 | 1 | -1/+1 |
| | |||||
* | Fix various Ruff errors | Adam Turner | 2023-01-31 | 1 | -2/+4 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 3 | -18/+17 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 3 | -22/+22 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 3 | -47/+47 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 3 | -0/+6 |
| | |||||
* | 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 |
| | |||||
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -1/+1 |
| | |||||
* | Use ``ast.parse`` from the standard library | Adam Turner | 2022-10-17 | 2 | -2/+8 |
| | |||||
* | Merge branch '5.x' | Adam Turner | 2022-09-30 | 2 | -8/+8 |
|\ | | | | | | | | | # Conflicts: # sphinx/locale/__init__.py | ||||
| * | Shrink 'any-generics' whitelist for the `pycode` module (#10868) | danieleades | 2022-09-28 | 2 | -8/+8 |
| | | |||||
* | | Drop Python 3.7 | Adam Turner | 2022-09-27 | 2 | -63/+24 |
| | | |||||
* | | Clean up after dropping Python 3.6 | Adam Turner | 2022-09-27 | 1 | -3/+3 |
|/ | |||||
* | Fix some static typing errors (#10745) | danieleades | 2022-08-14 | 1 | -2/+2 |
| | |||||
* | Typo | Adam Turner | 2022-06-15 | 1 | -1/+1 |
| | |||||
* | Special case `**` | Adam Turner | 2022-06-15 | 1 | -0/+3 |
| | |||||
* | Expand comment | Adam Turner | 2022-06-15 | 1 | -1/+2 |
| | |||||
* | Switch check | Adam Turner | 2022-06-14 | 1 | -3/+3 |
| | |||||
* | Add a comment | Adam Turner | 2022-06-14 | 1 | -0/+1 |
| | |||||
* | Remove extra space from the unparser | Adam Turner | 2022-06-14 | 1 | -0/+2 |
| | |||||
* | Remove deprecated code for Sphinx 5.0 | Adam Turner | 2022-04-17 | 1 | -8/+0 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 3 | -6/+3 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 3 | -9/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 3 | -6/+6 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 3 | -6/+3 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 3 | -9/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 3 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Improve sphinx.pycode.ast docstrings | Louis Maddox | 2021-07-18 | 1 | -1/+1 |
| | |||||
* | Fix #9364: autodoc: 1-element tuple on the defarg is wrongly rendered | Takeshi KOMIYA | 2021-06-21 | 1 | -3/+5 |
| | |||||
* | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2021-05-10 | 2 | -17/+17 |
| | |||||
* | refactor: Use PEP-526 based variable annotation (sphinx.pycode) | Takeshi KOMIYA | 2021-03-27 | 3 | -38/+38 |
| | |||||
* | Update type annotations | Takeshi KOMIYA | 2021-02-09 | 1 | -2/+2 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-16 | 1 | -0/+4 |
|\ | |||||
| * | Fix #8652: autodoc: variable comments are ignored if invalid type comments found | Takeshi KOMIYA | 2021-01-10 | 1 | -0/+4 |
| | | | | | | | | | | | | To avoid the crash of ModuleAnalyzer from invalid type comments, this start to retry parsing without type_comments=False when `ast.parse()` raises SyntaxError. | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 3 | -3/+3 |
|\ \ | |/ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 3 | -3/+3 |
| | | | | | | | | | | | | | | .. 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-12-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix pycode becomes slow | Takeshi KOMIYA | 2020-11-26 | 1 | -1/+1 |
| | | | | | | | | On the renaming ModuleAnalyzer.parse(), I overlooked renaming a flag. | ||||
* | | Fix flake8 warnings | Takeshi KOMIYA | 2020-11-25 | 1 | -0/+1 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-22 | 1 | -5/+12 |
|\ \ | |/ | |||||
| * | Rename ModuleAnalyzer.parse() to analyze() | Takeshi KOMIYA | 2020-11-22 | 1 | -6/+12 |
| | | | | | | | | | | The word "analyze" is much appropriate for "ModuleAnalyzer" instead of "parse". | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 3 | -5/+3 |
|\ \ | |/ |