summaryrefslogtreecommitdiff
path: root/sphinx/pycode
Commit message (Expand)AuthorAgeFilesLines
* Fix mypy violations (for mypy-0.750)Takeshi KOMIYA2019-12-011-1/+1
* Fix autodoc: autodoc_member_order_does not refer order of imports (refs: #6574)Takeshi KOMIYA2019-07-131-0/+16
* Merge branch '2.1.3' into 2.0Takeshi KOMIYA2019-07-131-1/+1
|\
| * Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-1/+1
* | Migrate to py3 style type annotation: sphinx.pycode.parserTakeshi KOMIYA2019-07-061-79/+40
* | Migrate to py3 style type annotation: sphinx.pycodeTakeshi KOMIYA2019-07-061-20/+10
|/
* Fix #6451: autodoc: generates docs for "optional import"ed modules as variablesTakeshi KOMIYA2019-06-081-0/+11
* Add docstring to pycode.parserTakeshi KOMIYA2019-04-241-0/+9
* pycode: Support "async" syntaxTakeshi KOMIYA2019-04-231-0/+4
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+1
* 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-022-2/+2
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-022-2/+2
* | Replace use of six.text_type with strJon Dufresne2018-12-181-3/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-162-2/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-3/+3
* | 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
* | | Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA2018-12-162-2/+2
|\ \ \
| * | | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-152-2/+2
| |/ /
* | | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-4/+4
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-152-37/+35
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-3/+1
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-5/+5
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-242-1/+3
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-3/+3
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-3/+3
* | Merge pull request #5483 from jdufresne/bytesioTakeshi KOMIYA2018-09-251-1/+2
|\ \
| * | Replace all six.BytesIO with io.BytesIOJon Dufresne2018-09-231-1/+2
* | | Remove unnecessary __ne__ definitionsJon Dufresne2018-09-231-4/+0
|/ /
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-222-8/+5
|\ \
| * \ Merge branch 'master' into drop-iteritemsTakeshi KOMIYA2018-09-222-6/+3
| |\ \
| | * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-5/+2
| | |/
| | * 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-112-4/+4
|/
* Fix #5290: autodoc: failed to analyze source code in egg packageTakeshi KOMIYA2018-09-061-1/+18
* Merge branch '1.7'Takeshi KOMIYA2018-06-161-1/+6
|\
| * Fix #5019: autodoc: crashed by Form Feed CharacterTakeshi KOMIYA2018-06-101-1/+6
* | Merge branch 1.7shimizukawa2018-05-251-4/+5
|\ \ | |/
| * Fix #4914: autodoc: Parsing error when using dataclasses without default valuesTakeshi KOMIYA2018-05-211-4/+5
* | Merge branch '1.7'Takeshi KOMIYA2018-04-141-3/+26
|\ \ | |/
| * Fix #4812: autodoc ignores type annotated variablesTakeshi KOMIYA2018-04-081-3/+26
* | 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-182-5/+4
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-132-5/+4