summaryrefslogtreecommitdiff
path: root/sphinx/pycode/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate to py3 style type annotation: sphinx.pycodeTakeshi KOMIYA2019-07-061-20/+10
* Fix broken code (my wrong...)Takeshi KOMIYA2019-01-131-5/+0
* Merge branch '1.8'Takeshi KOMIYA2019-01-131-1/+8
|\
| * Fix pycode could not handle egg files on windowsTakeshi KOMIYA2019-01-121-2/+4
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Merge pull request #5801 from jdufresne/modanalyzer-bytesTakeshi KOMIYA2018-12-161-3/+1
|\ \
| * | Remove unnecessary bytes type check in ModuleAnalyzer.for_string()Jon Dufresne2018-12-151-3/+1
* | | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-11/+10
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-3/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-3/+3
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-3/+3
* | Replace all six.BytesIO with io.BytesIOJon Dufresne2018-09-231-1/+2
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-3/+3
|\ \
| * \ Merge branch 'master' into drop-iteritemsTakeshi KOMIYA2018-09-221-1/+1
| |\ \ | | |/
| | * Fix mypy violationsTakeshi KOMIYA2018-09-181-1/+1
| * | Remove use of six.iteritems()Jon Dufresne2018-09-111-2/+2
| |/
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* Fix #5290: autodoc: failed to analyze source code in egg packageTakeshi KOMIYA2018-09-061-1/+18
* Merge branch '1.7'Takeshi KOMIYA2018-03-211-20/+0
|\
| * Fix #4754: sphinx/pycode/__init__.py raises AttributeErrorTakeshi KOMIYA2018-03-191-20/+0
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+3
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* | Update type annotationsTakeshi KOMIYA2018-02-041-3/+6
|/
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\