Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-11Fix #3348: Show decorators in literalinclude and viewcode directivesRay Lehtiniemi
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-16Reduce DeprecationWarnings for regexpTakeshi KOMIYA
2017-02-08Fix mypy violationsTakeshi KOMIYA
2017-01-12Merge branch 'stable'Takeshi KOMIYA
2017-01-12Fix flake8 violationsTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.*Takeshi KOMIYA
2016-11-16Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA
2016-11-16insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa
2016-09-15Fix #2919: Drop py26 supportTakeshi KOMIYA
2016-09-10Use new style python classesTakeshi KOMIYA
2016-07-12Remove sphinx version from the filename of compiled grammar filesTakeshi KOMIYA
2016-07-12Bundle sphinx/pycode/Grammar-*.pickle (ref: #2765)Takeshi KOMIYA
2016-05-25Refactor code using ``with`` syntaxTakeshi KOMIYA
2016-01-24Merge with 'stable'shimizukawa
2016-01-20Fix #2253: ``:pyobject:`` option of ``literalinclude`` directive can't detect...shimizukawa
2016-01-15Merge branch 'stable'Georg Brandl
2016-01-15Obligatory copyright update.Georg Brandl
2015-11-10Add a test for doc on coroutine functions and general support for async/await...Alberto Berti
2015-11-10Treat async/await as anonymous token and deal with them in tokenize.pyAlberto Berti
2015-11-10Update Python3 grammar to Python3.5Alberto Berti
2015-08-20Fix Python 2.6 incompatibility introduced in 4e77027.Valentin Lorentz
2015-08-19Make grammar generation deterministic.Valentin Lorentz
2015-04-02Fix #1789 `:pyobject:` option of `literalinclude` directive includes followin...Takeshi KOMIYA
2015-03-31Fix #1789 `:pyobject:` option of `literalinclude` directive includes followin...Takeshi KOMIYA
2015-03-08final pep8 fixes; reactivate most warnings in flake8Georg Brandl
2015-03-07enables flake8 E401: multiple imports on one lineshimizukawa
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-08-28Fix: pgen2 tokenizer doesn't recognize `...` literal (Ellipsis for py3). Clos...Takayuki Shimizukawa
2014-05-01fix py2/py3 compat for 'iter.next()/next(iter)' and 'dict.values()/list(dict....Takayuki Shimizukawa
2014-04-30wrap py3 iterators with list() for each places that expect a list object. ref...Takayuki Shimizukawa
2014-04-30remove 'six' name except importing line.Takayuki Shimizukawa
2014-04-29use six privided text_type() to replace with unicode() to support py2/py3 in ...Takayuki Shimizukawa
2014-04-29provide __next__() and use native next() to support py2/py3 in one source. re...Takayuki Shimizukawa
2014-04-29wrap iterator with list() to avoid 'dictionary changed size during iteration'...Takayuki Shimizukawa
2014-04-29use six privided iteritems(),itervalues() to support py2/py3 in one source. r...Takayuki Shimizukawa
2014-04-29introduce the six module and reduce sphinx.util.pycompat implementation. refs...Takayuki Shimizukawa
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-22consistency nitsGeorg Brandl
2014-01-19Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev
2014-01-15merge headsTakayuki Shimizukawa
2014-01-12Fix new grammar files to have correct starting symbol at the top.Georg Brandl
2014-01-12Closes #1152: Fix pycode parsing errors of Python 3 code by including two gra...Georg Brandl
2014-01-11Closes #641: use Sphinx version in cache pickle filename.Georg Brandl
2013-12-15Drop python-2.5 and remove 2.4,2.5 support codesTakayuki Shimizukawa
2013-03-30Closes #1102: Support multi-context "with" statements in autodoc by updatingGeorg Brandl