summaryrefslogtreecommitdiff
path: root/sphinx/pycode
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Replace all six.BytesIO with io.BytesIOJon Dufresne2018-09-231-1/+2
| | |
* | | Remove unnecessary __ne__ definitionsJon Dufresne2018-09-231-4/+0
|/ / | | | | | | | | | | | | | | | | In Python 3, __ne__ defaults to the inverse of __eq__. From https://docs.python.org/3/reference/datamodel.html#object.__ne__ > By default, __ne__() delegates to __eq__() and inverts the result > unless it is NotImplemented.
* | 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
| |/ | | | | | | In Python 3, dict.items() is always an iterator.
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-112-4/+4
|/ | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary.
* 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
| | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* | Merge branch '1.7'Takeshi KOMIYA2018-02-182-4/+5
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-142-4/+5
| |
* | Update type annotationsTakeshi KOMIYA2018-02-042-3/+7
|/
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
|
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-012-2/+2
| |
| * Fix mypy violationsTakeshi KOMIYA2017-12-161-1/+1
| |
* | Fix ResourceWarning on pycodeTakeshi KOMIYA2017-12-151-3/+3
| |
* | Fix mypy violationTakeshi KOMIYA2017-10-211-1/+1
| |
* | Merge pull request #4157 from tk0miya/4156_parse_class_commentTakeshi KOMIYA2017-10-211-0/+1
|\ \ | | | | | | Fix #4156: failed to parse class comment
| * | Fix #4156: failed to parse class commentTakeshi KOMIYA2017-10-191-0/+1
| | |
* | | Fix flake8 and mypy violationsTakeshi KOMIYA2017-10-191-2/+2
| | |
* | | Support more complex starred asssignment caseTakeshi KOMIYA2017-10-191-4/+9
| | |
* | | Fix #4158: pycode.parser failed to parse starred assignmentTakeshi KOMIYA2017-10-181-0/+2
|/ /
* | Improve exception when parsing a Python file fails.Peter Cock2017-10-131-1/+1
| |
* | Treat lists like tuples in AST function get_lvar_nameslPeter Cock2017-10-101-1/+1
| |
* | Report the unimplemented node_name in exceptionPeter Cock2017-10-101-1/+1
| |
* | Remove unused regexpTakeshi KOMIYA2017-07-261-4/+0
| |
* | pycode: Replace pgen2 by own parserTakeshi KOMIYA2017-07-2614-7042/+39
| |
* | pycode: Add new parser!Takeshi KOMIYA2017-07-261-0/+463
| |
* | Use `with` on file write to ensure closureRobin Neatherway2017-07-191-3/+2
| |
* | Mark unused loop iteration variable as suchRobin Neatherway2017-07-191-1/+1
|/
* Fix mypy violationsTakeshi KOMIYA2017-07-151-1/+1
|
* Merge branch 'stable'Takeshi KOMIYA2017-03-262-2/+2
|\
| * Year++Takeshi KOMIYA2017-03-262-2/+2
| |
* | Fix #3348: Show decorators in literalinclude and viewcode directivesRay Lehtiniemi2017-03-101-1/+6
| | | | | | | | Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-036-5/+13
| |
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-1/+1
| |
* | Fix mypy violationsTakeshi KOMIYA2017-02-082-3/+3
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-122-3/+3
|\ \ | |/