summaryrefslogtreecommitdiff
path: root/sphinx/util/console.py
Commit message (Expand)AuthorAgeFilesLines
* 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 ...shimizukawa2014-07-051-0/+2
* | Windows color console support. update for pull request #252.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. #423mitsuhiko2010-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
* Enable colors in the linux console.Georg Brandl2009-05-021-1/+1
* Use a new progress indicator with percents.Georg Brandl2009-03-081-7/+8
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* Only do colors on terminals that support them. #4102.georg.brandl2008-10-161-0/+10
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...georg.brandl2008-07-181-0/+5
* More refactoring:georg.brandl2008-01-271-4/+28
* Update copyright years and change license to BSD.georg.brandl2008-01-111-2/+2
* Move utils to separate package, add coding document.georg.brandl2007-07-241-0/+53