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
2019-06-03Migrate to py3 style type annotation: sphinx.util.consoleTakeshi KOMIYA
2019-02-11refactor: Move terminal_safe() to sphinx.util.consoleTakeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-06-11Fix #5036: quickstart: Typing Ctrl-U clears the whole of lineTakeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-08Fix mypy violationsTakeshi KOMIYA
2017-01-12Merge branch 'stable'Takeshi KOMIYA
2017-01-12Fix flake8 violationsTakeshi KOMIYA
2017-01-07Sphinx.status_iterator() is now deprecatedTakeshi KOMIYA
2016-12-03Adjust code to type annotationTakeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.utilTakeshi KOMIYA
2016-11-16insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa
2016-01-15Merge branch 'stable'Georg Brandl
2016-01-15Obligatory copyright update.Georg Brandl
2015-05-18fix some over-broad except: clausesGeorg Brandl
2015-03-08util: pep8 fixesGeorg 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-09-17merge with stableGeorg Brandl
2014-09-17Exception logs now contain the last 10 messages emitted by Sphinx.Georg Brandl
2014-07-04Update documentation and `sphinx-build -N` option behavior for windows color ...Takayuki Shimizukawa
2014-07-04Windows color console support. update for pull request #252.Takayuki Shimizukawa
2014-07-04Added support for Windows color output using colorama (if installed)rneu31
2014-03-01Update copyright year.Georg Brandl
2013-01-02Copyright update.Georg Brandl
2011-01-04New year update.Georg Brandl
2010-05-26Fix long lines.Georg Brandl
2010-05-25Fixed console.py function term_width_line() issue. #423Armin Ronacher
2010-01-01Happy new year!Georg Brandl
2009-05-10#159: do not fail if sys.stdout has no isatty() method.Georg Brandl
2009-05-02Enable colors in the linux console.Georg Brandl
2009-03-08Use a new progress indicator with percents.Georg Brandl
2009-01-03Switch copyright and license tags to single style. Add contributorGeorg Brandl
2008-10-17Only do colors on terminals that support them. #4102.Georg Brandl
2008-07-19Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...Georg Brandl
2008-01-27More refactoring:Georg Brandl
2008-01-11Update copyright years and change license to BSD.Georg Brandl
2007-07-24Move utils to separate package, add coding document.Georg Brandl