summaryrefslogtreecommitdiff
path: root/docutils/utils/error_reporting.py
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingmilde2021-10-221-1/+1
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-2/+2
* Consistent Python 3 checks.milde2019-08-261-1/+1
* py3: Add aliases for removed symbolsmilde2019-08-261-3/+7
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-2/+2
* Fix [ 321 ] Import block might cause name error.milde2017-06-221-0/+2
* Fix [ 298 ] Deal with LC_CTYPE=UTF-8milde2016-07-221-5/+13
* Fix [ 130 ] support streams expectiong byte-strings in ErrorOutput.milde2016-01-131-1/+5
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* SafeString._str__ must not return a binary string with Python 3.x.milde2012-08-241-1/+5
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-0/+207