summaryrefslogtreecommitdiff
path: root/sphinx/pycode/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pycode could not handle egg files on windowsTakeshi KOMIYA2019-01-121-2/+4
* A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* Fix mypy violationsTakeshi KOMIYA2018-10-161-3/+3
* Fix mypy violationsTakeshi KOMIYA2018-09-181-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
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Fix ResourceWarning on pycodeTakeshi KOMIYA2017-12-151-3/+3
* | Improve exception when parsing a Python file fails.Peter Cock2017-10-131-1/+1
* | Remove unused regexpTakeshi KOMIYA2017-07-261-4/+0
* | pycode: Replace pgen2 by own parserTakeshi KOMIYA2017-07-261-272/+39
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Fix #3348: Show decorators in literalinclude and viewcode directivesRay Lehtiniemi2017-03-101-1/+6
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-1/+1
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-17/+21
|/
* 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
* | Use new style python classesTakeshi KOMIYA2016-09-101-1/+1
|/
* Fix #2253: ``:pyobject:`` option of ``literalinclude`` directive can't detect...shimizukawa2016-01-201-1/+1
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Fix #1789 `:pyobject:` option of `literalinclude` directive includes followin...Takeshi KOMIYA2015-04-021-3/+14
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-081-17/+20
* enables flake8 E401: multiple imports on one lineshimizukawa2015-03-071-1/+2
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | remove 'six' name except importing line.Takayuki Shimizukawa2014-04-301-4/+3
* | use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa2014-04-291-3/+3
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa2014-04-291-3/+4
* | introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa2014-04-291-3/+5
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-5/+6
* | merge headsTakayuki Shimizukawa2014-01-151-1/+1
|\ \ | |/ |/|
| * Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa2013-12-151-1/+1
* | Closes #1152: Fix pycode parsing errors of Python 3 code by including two gra...Georg Brandl2014-01-121-1/+3
|/
* Closes #1127: Fix traceback when autodoc tries to tokenize a non-Python file.Georg Brandl2013-03-301-1/+4
* Copyright update.Georg Brandl2013-01-011-1/+1
* Closes #796: use package_dir everywhere instead of __file__.Georg Brandl2011-11-011-1/+2
* Activate the viewcode extension in the automatically generated apidoc project.Georg Brandl2011-10-071-0/+1