summaryrefslogtreecommitdiff
path: root/sphinx/pycode
Commit message (Expand)AuthorAgeFilesLines
...
* | 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 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
* | 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
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-122-3/+3
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-166-50/+70
|/
* Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-161-0/+2
|\
| * insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa2016-11-161-0/+2
* | Fix #2919: Drop py26 supportTakeshi KOMIYA2016-09-151-4/+1
* | Use new style python classesTakeshi KOMIYA2016-09-101-1/+1
* | Remove sphinx version from the filename of compiled grammar filesTakeshi KOMIYA2016-07-121-2/+1
* | Bundle sphinx/pycode/Grammar-*.pickle (ref: #2765)Takeshi KOMIYA2016-07-121-16/+26
* | Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-4/+1
|/
* Merge with 'stable'shimizukawa2016-01-241-1/+1
|\
| * Fix #2253: ``:pyobject:`` option of ``literalinclude`` directive can't detect...shimizukawa2016-01-201-1/+1
* | Merge branch 'stable'Georg Brandl2016-01-142-2/+2
|\ \ | |/
| * Obligatory copyright update.Georg Brandl2016-01-142-2/+2
| * Fix #1789 `:pyobject:` option of `literalinclude` directive includes followin...Takeshi KOMIYA2015-04-021-3/+14
* | Add a test for doc on coroutine functions and general support for async/await...Alberto Berti2015-11-101-2/+1
* | Treat async/await as anonymous token and deal with them in tokenize.pyAlberto Berti2015-11-092-2/+14
* | Update Python3 grammar to Python3.5Alberto Berti2015-11-093-20/+44
* | Fix Python 2.6 incompatibility introduced in 4e77027.Valentin Lorentz2015-08-201-1/+4
* | Make grammar generation deterministic.Valentin Lorentz2015-08-191-4/+11