index
:
delta/python-packages/docutils.git
abolish-userstring
abolish-userstring-haskey
abolish-userstring-haskey@5608
abolish-userstring@5603
address-rendering
address-rendering@4309
adjacent-citations
adjacent-citations@5042
ax
better-emacs
blais_interrupt_render
blais_interruptus
blais_interruptus@3512
directives
docutils-0.4
docutils-0.4@4265
goodger
include-after-until
include-after-until@4999
index-bug
index-bug@5586
lossless-rst-writer
lossless-rst-writer@5513
master
multiple-ids
nesting
plugins
plugins@4951
rel-0.15
reporter-categories
reporter-categories@3161
s5
s5@4010
subdocs
subdocs@5264
tibs
todo
todo2
todo2@3743
todo@3675
transforms
vendor
svn.code.sf.net: p/docutils/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docutils
/
io.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert addition of `io.OutString` and the "auto_encode" argument.
milde
2023-05-02
1
-85
/
+10
*
Make `io.FileOutput.write()` work with bytes also on Windows.
milde
2023-04-26
1
-4
/
+13
*
Raise ValueError if StringOutput.write() gets data of unsupported type
milde
2023-04-17
1
-17
/
+27
*
Revert introduction of `core.publish_bytes()` and `io.BytesOutput`.
milde
2023-04-08
1
-20
/
+0
*
Add "auto_encode" argument to `publish_string()`
milde
2023-04-06
1
-4
/
+80
*
`locale.getdefaultlocale()` is deprecated in Python 0.11
milde
2023-01-10
1
-2
/
+5
*
Fix an f-string in `docutils.io`
aa-turner
2022-12-02
1
-1
/
+1
*
Update/Add docstrings in `docutils.io`.
milde
2022-11-21
1
-21
/
+35
*
Small documentation fixes.
milde
2022-11-21
1
-13
/
+8
*
Revert FutureWarnings.
milde
2022-11-18
1
-13
/
+14
*
Update/clarify documentation/docstrings.
milde
2022-11-07
1
-5
/
+5
*
Partially revert r9167
aa-turner
2022-11-02
1
-4
/
+8
*
Simplify ``CustomTestCase.compare_output``
aa-turner
2022-10-21
1
-0
/
+24
*
Detail planned input-encoding changes.
milde
2022-07-08
1
-1
/
+13
*
Document planned changes to input encoding handling.
milde
2022-07-04
1
-2
/
+6
*
Fix handling of UTF-16 encoded source without trailing newline.
milde
2022-07-04
1
-5
/
+3
*
Don't use on Pythons default encoding if "input_encoding" setting is None.
milde
2022-07-04
1
-1
/
+1
*
Minor code cleanup in `docutils.io`.
milde
2022-06-22
1
-11
/
+18
*
Rename `io.locale_encoding` to mark it as internal.
milde
2022-06-17
1
-11
/
+11
*
Fix [r9074]: ensure backwards-compatible value for `io.locale_encoding`.
milde
2022-06-17
1
-3
/
+5
*
Ensure locale_encoding is lower case.
milde
2022-06-15
1
-3
/
+7
*
Postpone deprecations to Docutils 2.0
milde
2022-05-30
1
-1
/
+1
*
core.Publisher.publish(): Prompt when waiting for input from a terminal.
milde
2022-03-11
1
-0
/
+12
*
Remove unused local variables
milde
2022-03-05
1
-1
/
+1
*
Avoid line break after binary operator.
milde
2022-03-05
1
-2
/
+2
*
Do not use bare 'except'.
milde
2022-03-05
1
-1
/
+1
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-0
/
+1
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
1
-5
/
+6
*
Fix code indentation
milde
2022-01-29
1
-9
/
+11
*
Fix trailing whitespace (flake warning W291).
milde
2022-01-29
1
-1
/
+1
*
Update IO error handling.
milde
2022-01-27
1
-4
/
+4
*
New style classes no longer need to inherit from `object`.
milde
2022-01-26
1
-1
/
+1
*
Drop string prefix "u".
milde
2022-01-26
1
-2
/
+2
*
Remove redundant parentheses
milde
2022-01-26
1
-1
/
+1
*
Update docstring for ``FileInput.__init__``.
milde
2022-01-26
1
-2
/
+1
*
Use generator expressions with functions expecting a sequence.
milde
2022-01-26
1
-1
/
+1
*
Update URLs in the docs.
milde
2022-01-21
1
-1
/
+1
*
Module "locale" is supported by Jython since version 2.7.2.
milde
2022-01-11
1
-8
/
+5
*
Drop use of utils.error_reporting module and deprecate it.
milde
2022-01-07
1
-5
/
+114
*
Drop (most) special-casing for Python 2.x.
milde
2022-01-03
1
-33
/
+23
*
Remove 2.7-compatibility __future__ imports.
milde
2022-01-03
1
-1
/
+0
*
Add DeprecationWarnings and FutureWarnings for planned changes.
milde
2021-11-05
1
-3
/
+8
*
Minor code and documentation cleanup.
milde
2021-04-08
1
-2
/
+2
*
Remove the `handle_io_errors` option from io.FileInput/Output.
milde
2019-09-18
1
-13
/
+2
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-9
/
+9
*
Consistent Python 3 checks.
milde
2019-08-26
1
-2
/
+2
*
py3: Add aliases for removed symbols
milde
2019-08-26
1
-0
/
+3
*
py3: Switch to 'except foo as bar' syntax
milde
2019-08-26
1
-6
/
+6
*
py3: Switch to print functions
milde
2019-08-26
1
-3
/
+4
*
Fix [ 348 ] Since Python 3.4, the 'U' universal newlines mode has been deprec...
grubert
2018-09-09
1
-2
/
+3
[next]