summaryrefslogtreecommitdiff
path: root/sphinx/pycode/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Drop OrderedDictAdam Turner2023-03-051-2/+1
* Remove ``.egg`` support from pycode ``ModuleAnalyser``Adam Turner2023-03-051-22/+1
* Resolve ``flake8-return`` errorsAdam Turner2023-02-181-1/+1
* Fix COM812Adam Turner2023-02-181-1/+1
* Fix various Ruff errorsAdam Turner2023-01-311-2/+4
* Run pyupgrade (#11070)Adam Turner2023-01-021-5/+5
* Use PEP 604 typesAdam Turner2023-01-011-2/+2
* Use PEP 595 typesAdam Turner2023-01-011-11/+11
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Shrink 'any-generics' whitelist for the `pycode` module (#10868)danieleades2022-09-281-7/+7
* Remove deprecated code for Sphinx 5.0Adam Turner2022-04-171-8/+0
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* refactor: Add Optional to type annotationsTakeshi KOMIYA2021-05-101-7/+7
* refactor: Use PEP-526 based variable annotation (sphinx.pycode)Takeshi KOMIYA2021-03-271-7/+7
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-12-141-1/+1
|\ \ | |/
| * Fix pycode becomes slowTakeshi KOMIYA2020-11-261-1/+1
* | Fix flake8 warningsTakeshi KOMIYA2020-11-251-0/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-221-5/+12
|\ \ | |/
| * Rename ModuleAnalyzer.parse() to analyze()Takeshi KOMIYA2020-11-221-6/+12
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-1/+1
|\ \ | |/
| * Merge pull request #8408 from francoisfreitag/isortTakeshi KOMIYA2020-11-121-1/+1
| |\
| | * Sort imports with isortFrançois Freitag2020-11-111-1/+1
* | | Merge branch '3.x'Takeshi KOMIYA2020-11-101-6/+7
|\ \ \ | |/ /
| * | Fix #8372: autodoc: autoclass directive became slower than Sphinx-3.2Takeshi KOMIYA2020-11-081-6/+7
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-07-241-1/+2
|\ \ | |/
| * refactor: pycode: Use OrderedDict to store variable commentsTakeshi KOMIYA2020-07-191-1/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-5/+5
|\ \ | |/
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-5/+5
* | Merge tag 'v3.1.0'Takeshi KOMIYA2020-07-051-0/+3
|\ \ | |/
| * pycode: Detect @overload decoratorsTakeshi KOMIYA2020-05-311-0/+3
| * Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-2/+2
* | Merge branch '3.x'Takeshi KOMIYA2020-04-301-0/+2
|\ \ | |/
| * pycode: Detect @final decoratorsTakeshi KOMIYA2020-04-281-0/+2
* | Remove deprecated features marked as RemovedInSphinx40WarningTakeshi KOMIYA2020-04-291-22/+5
|/
* pycode: Support type annotations for variablesTakeshi KOMIYA2020-02-031-3/+5
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encodingTakeshi KOMIYA2019-12-271-7/+17
* Fix flake8 violationsTakeshi KOMIYA2019-12-271-2/+2
* refactor: pycode: do not call endswith twiceTakeshi KOMIYA2019-12-271-3/+2
* Fix flake8 violationsTakeshi KOMIYA2019-12-271-6/+6
* Old get_module_source API restored, new version moved to ModuleAnalyzer class...hkm2019-12-251-2/+52
* Added test case for non ASCII & non UTF8 encoding Windows-1251 in test_pycode...hkm2019-12-151-1/+1
* lost reference to source file name fixed. Test suit updatedhkm2019-12-151-4/+4