summaryrefslogtreecommitdiff
path: root/docutils/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-021-59/+0
* Add "auto_encode" argument to `publish_string()`milde2023-04-061-0/+59
* Avoid ambiguous module name `io`.milde2023-02-071-49/+50
* Allow empty string as encoding value (to re-activate default).milde2022-12-021-1/+3
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix import errors with ``python -m unittest``.milde2022-11-251-0/+6
* Make the tests agnostic to the working directoryaa-turner2022-11-101-7/+18
* Update test after the fix in [r9098].milde2022-07-101-4/+0
* Detail planned input-encoding changes.milde2022-07-081-6/+5
* Test decoding result instead of "successful_encoding" variable value.milde2022-07-061-6/+6
* Test input file encoding auto-detection.milde2022-07-041-0/+47
* Rename `io.locale_encoding` to mark it as internal.milde2022-06-171-2/+2
* Documentation updatemilde2022-06-171-2/+2
* Ensure locale_encoding is lower case.milde2022-06-151-1/+1
* Unify naming of the "utf-8" codec.milde2022-06-131-8/+9
* Remove unused local variablesmilde2022-03-051-5/+4
* Remove unused imports.milde2022-03-051-1/+0
* Remove excess blank lines.milde2022-03-041-2/+0
* Ensure at least two spaces before inline comment.milde2022-03-041-5/+6
* Fix missing whitespace around operator.milde2022-03-031-1/+1
* Simplify/modernise tests for exceptions and warnings.milde2022-02-211-5/+2
* Fix code indentationmilde2022-01-291-4/+4
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-2/+2
* Various small fixes.milde2022-01-291-1/+1
* Drop string prefix "u".milde2022-01-261-18/+18
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-3/+3
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-071-3/+74
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-43/+26
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-1/+11
* Deprecation warning updates.milde2021-11-051-18/+0
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-4/+4
* py3: Switch to print functionsmilde2019-08-261-2/+2
* comment test_deprecation_warning grubert2019-07-221-0/+3
* Apply patch #157: In test/test_io.py method test_deprecation_warning ...grubert2019-07-221-1/+1
* Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been deprec...grubert2018-09-091-0/+15
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-10/+9
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-1/+1
* Fix [ 318 ] false positive in test_heuristics_no_utf8.milde2017-05-311-3/+10
* Fix test under Py3k.milde2013-03-041-2/+2
* Test case for io.Input.decode with "unicode" data. Cf. bug [ 3606659 ].milde2013-03-041-1/+9
* Fix Py3k error writing to stdout with encoding differing from default.milde2012-10-111-14/+16
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* Drop support for Python 2.3.milde2012-06-221-4/+0
* Fixup: more save implementation of binary data output under Python 3.milde2012-06-131-6/+100
* python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...grubert2012-05-011-0/+4
* Fix false positive with non-UTF8, non-latin1 locale encodings.milde2011-12-061-4/+9
* Tests for encoding problemsmilde2011-11-081-8/+27
* New sub-module and test suite for error reporting.milde2011-05-191-153/+0
* in Python 3, the name for the exception instance is local to the except clausemilde2011-05-161-8/+8