| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -5/+5 |
| * | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -2/+2 |
| * | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -11/+11 |
| * | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| * | Shrink 'any-generics' whitelist for the `pycode` module (#10868) | danieleades | 2022-09-28 | 1 | -7/+7 |
| * | Remove deprecated code for Sphinx 5.0 | Adam Turner | 2022-04-17 | 1 | -8/+0 |
| * | 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 |
| * | refactor: Add Optional to type annotations | Takeshi KOMIYA | 2021-05-10 | 1 | -7/+7 |
| * | refactor: Use PEP-526 based variable annotation (sphinx.pycode) | Takeshi KOMIYA | 2021-03-27 | 1 | -7/+7 |
| * | 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-12-14 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Fix pycode becomes slow | Takeshi KOMIYA | 2020-11-26 | 1 | -1/+1 |
| * | | 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 |
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Merge pull request #8408 from francoisfreitag/isort | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+1 |
| * | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-10 | 1 | -6/+7 |
| |\ \ \ | |/ / | |||||
| | * | | Fix #8372: autodoc: autoclass directive became slower than Sphinx-3.2 | Takeshi KOMIYA | 2020-11-08 | 1 | -6/+7 |
| | |/ | |||||
| * | | 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 branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -5/+5 |
| |\ \ | |/ | |||||
| | * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -5/+5 |
| * | | Merge tag 'v3.1.0' | Takeshi KOMIYA | 2020-07-05 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | pycode: Detect @overload decorators | Takeshi KOMIYA | 2020-05-31 | 1 | -0/+3 |
| | * | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -2/+2 |
| * | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-30 | 1 | -0/+2 |
| |\ \ | |/ | |||||
| | * | pycode: Detect @final decorators | Takeshi KOMIYA | 2020-04-28 | 1 | -0/+2 |
| * | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -22/+5 |
| |/ | |||||
| * | pycode: Support type annotations for variables | Takeshi KOMIYA | 2020-02-03 | 1 | -3/+5 |
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| * | Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encoding | Takeshi KOMIYA | 2019-12-27 | 1 | -7/+17 |
| * | Fix flake8 violations | Takeshi KOMIYA | 2019-12-27 | 1 | -2/+2 |
| * | refactor: pycode: do not call endswith twice | Takeshi KOMIYA | 2019-12-27 | 1 | -3/+2 |
| * | Fix flake8 violations | Takeshi KOMIYA | 2019-12-27 | 1 | -6/+6 |
| * | Old get_module_source API restored, new version moved to ModuleAnalyzer class... | hkm | 2019-12-25 | 1 | -2/+52 |
| * | Added test case for non ASCII & non UTF8 encoding Windows-1251 in test_pycode... | hkm | 2019-12-15 | 1 | -1/+1 |
| * | lost reference to source file name fixed. Test suit updated | hkm | 2019-12-15 | 1 | -4/+4 |
| * | Migrate to py3 style type annotation: sphinx.pycode | Takeshi KOMIYA | 2019-07-06 | 1 | -20/+10 |
| * | Fix broken code (my wrong...) | Takeshi KOMIYA | 2019-01-13 | 1 | -5/+0 |
| * | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-13 | 1 | -1/+8 |
| |\ | |||||
| | * | Fix pycode could not handle egg files on windows | Takeshi KOMIYA | 2019-01-12 | 1 | -2/+4 |
| * | | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| |\ \ | |/ | |||||
