summaryrefslogtreecommitdiff
path: root/docutils/utils/error_reporting.py
Commit message (Expand)AuthorAgeFilesLines
* Rename `io.locale_encoding` to mark it as internal.milde2022-06-171-2/+1
* Ensure locale_encoding is lower case.milde2022-06-151-26/+2
* Avoid line break after binary operator.milde2022-03-051-4/+4
* Do not use bare 'except'.milde2022-03-051-1/+1
* Avoid too long lines.milde2022-03-051-1/+0
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Remove excess blank lines.milde2022-03-041-1/+0
* Fix multiple spaces after keywordmilde2022-03-041-1/+1
* Fix code indentationmilde2022-01-291-6/+9
* Fix trailing whitespace (flake warning W291).milde2022-01-291-2/+2
* New style classes no longer need to inherit from `object`.milde2022-01-261-2/+2
* Drop string prefix "u".milde2022-01-261-1/+1
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Change removal warnings to "minor + 2" where appropriate.milde2022-01-141-2/+2
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-071-5/+18
* Remove "coding:" slugmilde2022-01-031-3/+1
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-0/+5
* 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