Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | merge with stable | Georg Brandl | 2014-09-17 | 1 | -0/+3 | |
|\ \ | |/ | ||||||
| * | Exception logs now contain the last 10 messages emitted by Sphinx. | Georg Brandl | 2014-09-17 | 1 | -0/+3 | |
| | | ||||||
* | | Update documentation and `sphinx-build -N` option behavior for windows color ↵ | Takayuki Shimizukawa | 2014-07-05 | 1 | -0/+2 | |
| | | | | | | | | console support. closes #1291. | |||||
* | | Windows color console support. update for pull request #252. | Takayuki Shimizukawa | 2014-07-05 | 1 | -6/+10 | |
| | | ||||||
* | | Added support for Windows color output using colorama (if installed) | rneu31 | 2014-07-03 | 1 | -1/+6 | |
|/ | ||||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 | |
| | ||||||
* | Fix long lines. | Georg Brandl | 2010-05-26 | 1 | -3/+3 | |
| | ||||||
* | Fixed console.py function term_width_line() issue. #423 | Armin Ronacher | 2010-05-25 | 1 | -2/+5 | |
| | ||||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 | |
| | ||||||
* | #159: do not fail if sys.stdout has no isatty() method. | Georg Brandl | 2009-05-10 | 1 | -0/+5 | |
| | ||||||
* | Enable colors in the linux console. | Georg Brandl | 2009-05-02 | 1 | -1/+1 | |
| | ||||||
* | Use a new progress indicator with percents. | Georg Brandl | 2009-03-08 | 1 | -7/+8 | |
| | ||||||
* | Switch copyright and license tags to single style. Add contributor | Georg Brandl | 2009-01-03 | 1 | -2/+2 | |
| | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE. | |||||
* | Only do colors on terminals that support them. #4102. | Georg Brandl | 2008-10-16 | 1 | -0/+10 | |
| | ||||||
* | Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via ↵ | Georg Brandl | 2008-07-18 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64808 | georg.brandl | 2008-07-08 21:39:33 +0200 (Tue, 08 Jul 2008) | 2 lines Allow relocation of source and doctree dir. ........ r65013 | georg.brandl | 2008-07-16 15:25:30 +0200 (Wed, 16 Jul 2008) | 2 lines Remove curious quote. ........ r65076 | georg.brandl | 2008-07-17 22:43:01 +0200 (Thu, 17 Jul 2008) | 2 lines Add a test for sphinx.quickstart. ........ r65100 | georg.brandl | 2008-07-18 14:41:54 +0200 (Fri, 18 Jul 2008) | 2 lines Fix phony targets. ........ r65101 | georg.brandl | 2008-07-18 14:55:03 +0200 (Fri, 18 Jul 2008) | 2 lines Fix problems in "make check". ........ r65119 | georg.brandl | 2008-07-18 23:06:42 +0200 (Fri, 18 Jul 2008) | 2 lines Emit a more precise error message in autodoc. ........ r65121 | georg.brandl | 2008-07-18 23:41:35 +0200 (Fri, 18 Jul 2008) | 2 lines Warn if a toctree-included document doesn't contain a title. ........ r65122 | georg.brandl | 2008-07-18 23:51:28 +0200 (Fri, 18 Jul 2008) | 2 lines Don't use \samp{} for code with whitespaces, only for :samp:`code`. ........ r65123 | georg.brandl | 2008-07-19 00:49:46 +0200 (Sat, 19 Jul 2008) | 2 lines Put inheritance info always on its own line. ........ | |||||
* | More refactoring: | Georg Brandl | 2008-01-27 | 1 | -4/+28 | |
| | | | | | | | * Move refcounting into an addon module. * Rename the extension manager to Application and use it throughout. * Fix some bugs found by pylint. * Add "ifconfig" addon. | |||||
* | Update copyright years and change license to BSD. | Georg Brandl | 2008-01-11 | 1 | -2/+2 | |
| | ||||||
* | Move utils to separate package, add coding document. | Georg Brandl | 2007-07-24 | 1 | -0/+53 | |