summaryrefslogtreecommitdiff
path: root/docutils/io.py
Commit message (Expand)AuthorAgeFilesLines
* Revert addition of `io.OutString` and the "auto_encode" argument.milde2023-05-021-85/+10
* Make `io.FileOutput.write()` work with bytes also on Windows.milde2023-04-261-4/+13
* Raise ValueError if StringOutput.write() gets data of unsupported typemilde2023-04-171-17/+27
* Revert introduction of `core.publish_bytes()` and `io.BytesOutput`.milde2023-04-081-20/+0
* Add "auto_encode" argument to `publish_string()`milde2023-04-061-4/+80
* `locale.getdefaultlocale()` is deprecated in Python 0.11milde2023-01-101-2/+5
* Fix an f-string in `docutils.io`aa-turner2022-12-021-1/+1
* Update/Add docstrings in `docutils.io`.milde2022-11-211-21/+35
* Small documentation fixes.milde2022-11-211-13/+8
* Revert FutureWarnings.milde2022-11-181-13/+14
* Update/clarify documentation/docstrings.milde2022-11-071-5/+5
* Partially revert r9167aa-turner2022-11-021-4/+8
* Simplify ``CustomTestCase.compare_output``aa-turner2022-10-211-0/+24
* Detail planned input-encoding changes.milde2022-07-081-1/+13
* Document planned changes to input encoding handling.milde2022-07-041-2/+6
* Fix handling of UTF-16 encoded source without trailing newline.milde2022-07-041-5/+3
* Don't use on Pythons default encoding if "input_encoding" setting is None.milde2022-07-041-1/+1
* Minor code cleanup in `docutils.io`.milde2022-06-221-11/+18
* Rename `io.locale_encoding` to mark it as internal.milde2022-06-171-11/+11
* Fix [r9074]: ensure backwards-compatible value for `io.locale_encoding`.milde2022-06-171-3/+5
* Ensure locale_encoding is lower case.milde2022-06-151-3/+7
* Postpone deprecations to Docutils 2.0milde2022-05-301-1/+1
* core.Publisher.publish(): Prompt when waiting for input from a terminal.milde2022-03-111-0/+12
* Remove unused local variablesmilde2022-03-051-1/+1
* Avoid line break after binary operator.milde2022-03-051-2/+2
* Do not use bare 'except'.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Ensure at least two spaces before inline comment.milde2022-03-041-5/+6
* Fix code indentationmilde2022-01-291-9/+11
* Fix trailing whitespace (flake warning W291).milde2022-01-291-1/+1
* Update IO error handling.milde2022-01-271-4/+4
* New style classes no longer need to inherit from `object`.milde2022-01-261-1/+1
* Drop string prefix "u".milde2022-01-261-2/+2
* Remove redundant parenthesesmilde2022-01-261-1/+1
* Update docstring for ``FileInput.__init__``.milde2022-01-261-2/+1
* Use generator expressions with functions expecting a sequence.milde2022-01-261-1/+1
* Update URLs in the docs.milde2022-01-211-1/+1
* Module "locale" is supported by Jython since version 2.7.2.milde2022-01-111-8/+5
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-071-5/+114
* Drop (most) special-casing for Python 2.x.milde2022-01-031-33/+23
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-1/+0
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-3/+8
* Minor code and documentation cleanup.milde2021-04-081-2/+2
* Remove the `handle_io_errors` option from io.FileInput/Output.milde2019-09-181-13/+2
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-9/+9
* Consistent Python 3 checks.milde2019-08-261-2/+2
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+3
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-6/+6
* py3: Switch to print functionsmilde2019-08-261-3/+4
* Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been deprec...grubert2018-09-091-2/+3