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
*
`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
*
Backwards-compatible fix for system-exit on IOError.
milde
2012-03-19
1
-5
/
+23
*
Revert "io.FileInput/io.FileOutput: No system-exit on IOError."
milde
2012-01-27
1
-14
/
+2
*
io.FileInput/io.FileOutput: No system-exit on IOError.
milde
2012-01-26
1
-2
/
+14
*
Cleanup: Use True/False for boolean values
milde
2012-01-19
1
-9
/
+9
*
argv_encoding != sys.stdin.encoding
milde
2011-12-05
1
-3
/
+2
*
Fix command line parsing with Python 3.
milde
2011-07-05
1
-4
/
+6
*
New sub-module and test suite for error reporting.
milde
2011-05-19
1
-4
/
+6
*
fix and re-organize error printing to sys.stderr
milde
2011-05-10
1
-13
/
+16
*
More robust guess of input/output encoding.
milde
2011-05-04
1
-7
/
+2
*
Decode command line arguments with the locales preferred encoding.
milde
2010-11-29
1
-1
/
+7
*
Streamline code after the dropping of 2.2 support.
milde
2010-03-26
1
-14
/
+9
*
Prevent misleading error report with UnicodeDecodeError
milde
2009-09-09
1
-1
/
+1
*
Misc updates after initial checkin
dkuhlman
2009-01-07
1
-0
/
+33
*
Prepare for python 3.0: minimize "types" module where possible (gbrandl).
grubert
2008-11-30
1
-2
/
+1
*
fixed & improved assertion; thanks to Hans Ulrich Niedermann
goodger
2008-03-27
1
-3
/
+5
*
reverted r5032; breaks Python 2.2 compatibility
wiemann
2007-03-21
1
-1
/
+1
*
replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...
wiemann
2007-03-21
1
-1
/
+1
*
fixed docstring of publish_from_doctree;
wiemann
2006-05-25
1
-3
/
+3
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
1
-4
/
+2
*
added link to config.html to --help output;
wiemann
2006-02-28
1
-1
/
+3
[next]