summaryrefslogtreecommitdiff
path: root/sphinx/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* merge with trunkGeorg Brandl2010-01-171-0/+4
|\
| * Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` ↵Georg Brandl2010-01-171-0/+4
| | | | | | | | application API function.
* | merge with trunkGeorg Brandl2010-01-171-0/+4
|\ \ | |/
| * Improve the handling of non-Unicode strings in the configuration:Georg Brandl2010-01-121-0/+4
| | | | | | | | | | warn about non-ascii bytestrings, and give nicer messages if unicode errors occur.
* | Move getting module source to util.Georg Brandl2010-01-131-0/+8
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* #155: Fix Python 2.4 compatibility: exceptions are old-style classes there.Georg Brandl2009-05-101-2/+2
|
* #109: fix circular import problems by moving exceptions into their own module.Georg Brandl2009-02-241-0/+48