summaryrefslogtreecommitdiff
path: root/sphinx/util/console.py
Commit message (Expand)AuthorAgeFilesLines
* Improve sphinx.util.console docstringLouis Maddox2021-07-181-1/+1
* refactor: Use PEP-526 based variable annotation (sphinx.util)Takeshi KOMIYA2021-03-101-4/+4
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-1/+1
* Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-2/+1
* Merge pull request #7289 from blueyed/fix-light-colorsTakeshi KOMIYA2020-03-151-3/+3
|\
| * Use bright colors instead of boldDaniel Hahler2020-03-101-3/+3
* | Fix mypy violations (with mypy-0.770)Takeshi KOMIYA2020-03-121-1/+1
|/
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.util.consoleTakeshi KOMIYA2019-06-031-25/+12
* refactor: Move terminal_safe() to sphinx.util.consoleTakeshi KOMIYA2019-02-111-0/+6
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/
* Fix #5036: quickstart: Typing Ctrl-U clears the whole of lineTakeshi KOMIYA2018-06-111-3/+15
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-1/+1
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-0/+5
* | Fix mypy violationsTakeshi KOMIYA2017-02-081-0/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
* | Sphinx.status_iterator() is now deprecatedTakeshi KOMIYA2017-01-071-1/+1
* | Adjust code to type annotationTakeshi KOMIYA2016-12-031-1/+1
* | Add type-check annotations to sphinx.utilTakeshi KOMIYA2016-11-161-1/+9
|/
* insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa2016-11-161-0/+1
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | fix some over-broad except: clausesGeorg Brandl2015-05-181-3/+1
|/
* util: pep8 fixesGeorg Brandl2015-03-081-0/+8
* enables flake8 E401: multiple imports on one lineshimizukawa2015-03-071-1/+3
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | merge with stableGeorg Brandl2014-09-171-0/+3
|\ \ | |/
| * Exception logs now contain the last 10 messages emitted by Sphinx.Georg Brandl2014-09-171-0/+3
* | Update documentation and `sphinx-build -N` option behavior for windows color ...Takayuki Shimizukawa2014-07-051-0/+2
* | Windows color console support. update for pull request #252.Takayuki Shimizukawa2014-07-051-6/+10
* | Added support for Windows color output using colorama (if installed)rneu312014-07-031-1/+6
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* New year update.Georg Brandl2011-01-041-1/+1
* Fix long lines.Georg Brandl2010-05-261-3/+3
* Fixed console.py function term_width_line() issue. #423Armin Ronacher2010-05-251-2/+5
* Happy new year!Georg Brandl2010-01-011-1/+1
* #159: do not fail if sys.stdout has no isatty() method.Georg Brandl2009-05-101-0/+5