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
/
core.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert addition of `io.OutString` and the "auto_encode" argument.
milde
2023-05-02
1
-29
/
+15
*
Add output encoding error handler to the parts provided by all writers.
milde
2023-04-28
1
-1
/
+1
*
Documentation fix/update.
milde
2023-04-26
1
-5
/
+8
*
Raise ValueError if StringOutput.write() gets data of unsupported type
milde
2023-04-17
1
-5
/
+0
*
Do not decode OpenDocument zip packages with `publish_string()`.
milde
2023-04-13
1
-2
/
+8
*
Update Publisher API documentation. Add links.
milde
2023-04-12
1
-6
/
+6
*
Add "auto_encode" argument to `core.publish_from_doctree()`.
milde
2023-04-12
1
-19
/
+16
*
Revert introduction of `core.publish_bytes()` and `io.BytesOutput`.
milde
2023-04-08
1
-37
/
+0
*
Add "auto_encode" argument to `publish_string()`
milde
2023-04-06
1
-15
/
+21
*
New general setting "output".
milde
2023-02-07
1
-4
/
+11
*
New functions for use as `rst2*` "console_scripts entry points".
milde
2023-02-06
1
-1
/
+59
*
Use self documenting name for `core.Publisher` instances.
milde
2023-01-16
1
-30
/
+31
*
Fix terminal help message under Windows.
milde
2022-11-24
1
-2
/
+3
*
Revert FutureWarnings.
milde
2022-11-18
1
-2
/
+0
*
Fix/complement publisher documentation and tests.
milde
2022-11-10
1
-16
/
+33
*
Update/clarify documentation/docstrings.
milde
2022-11-07
1
-30
/
+18
*
Partially revert r9167
aa-turner
2022-11-02
1
-1
/
+13
*
Implement ``publish_doctree`` using ``publish_programmatically``
aa-turner
2022-10-27
1
-10
/
+11
*
Fix flake8 errors ``E127`` and ``F401``
aa-turner
2022-10-21
1
-6
/
+6
*
Simplify ``CustomTestCase.compare_output``
aa-turner
2022-10-21
1
-8
/
+35
*
`core.Publisher` ignored "input_encoding_error_handler" setting.
milde
2022-06-22
1
-1
/
+2
*
Command line "entry point" to the docutils package. Part 2/2.
milde
2022-05-30
1
-4
/
+12
*
Explicitly import `docutils.readers.doctree` sub-module.
milde
2022-04-14
1
-1
/
+2
*
Prepare switch from optparse to argparse.
milde
2022-03-17
1
-9
/
+23
*
Small cleanups.
milde
2022-03-17
1
-12
/
+10
*
core.Publisher.publish(): Prompt when waiting for input from a terminal.
milde
2022-03-11
1
-0
/
+23
*
Remove unused local variables
milde
2022-03-05
1
-1
/
+1
*
Remove unused imports.
milde
2022-03-05
1
-3
/
+2
*
Avoid line break after binary operator.
milde
2022-03-05
1
-2
/
+2
*
Avoid too long lines.
milde
2022-03-05
1
-5
/
+7
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-0
/
+10
*
Ensure comments start with '# '
milde
2022-03-04
1
-1
/
+1
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
1
-1
/
+1
*
Small fixes, mostly documentation. Test more "list" settings.
milde
2022-02-05
1
-3
/
+5
*
Fix code indentation
milde
2022-01-29
1
-10
/
+14
*
Update IO error handling.
milde
2022-01-27
1
-10
/
+3
*
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
-5
/
+5
*
More changes to https://sourceforge.net
milde
2022-01-20
1
-2
/
+2
*
Change http://docutils.sf.net -> https://docutils.sourceforge.io
milde
2022-01-20
1
-3
/
+3
*
Drop use of utils.error_reporting module and deprecate it.
milde
2022-01-07
1
-6
/
+5
*
Drop (most) special-casing for Python 2.x.
milde
2022-01-03
1
-5
/
+0
*
Remove 2.7-compatibility __future__ imports.
milde
2022-01-03
1
-1
/
+0
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-1
/
+1
*
py3: Switch to 'except foo as bar' syntax
milde
2019-08-26
1
-2
/
+2
*
py3: Switch to print functions
milde
2019-08-26
1
-18
/
+19
*
py3: Use new style classes
milde
2019-08-26
1
-1
/
+1
*
Add test for __version_info__, fix output of optional __version_details__.
milde
2017-06-23
1
-2
/
+4
*
io.FileInput/io.FileOutput: no system-exit on IOError.
milde
2012-06-25
1
-5
/
+1
*
math, error_reporting, and urischemes moved to the utils package.
milde
2012-06-25
1
-1
/
+1
[next]