summaryrefslogtreecommitdiff
path: root/docutils/core.py
Commit message (Expand)AuthorAgeFilesLines
* `core.Publisher` ignored "input_encoding_error_handler" setting.milde2022-06-221-1/+2
* Command line "entry point" to the docutils package. Part 2/2.milde2022-05-301-4/+12
* Explicitly import `docutils.readers.doctree` sub-module.milde2022-04-141-1/+2
* Prepare switch from optparse to argparse.milde2022-03-171-9/+23
* Small cleanups.milde2022-03-171-12/+10
* core.Publisher.publish(): Prompt when waiting for input from a terminal.milde2022-03-111-0/+23
* Remove unused local variablesmilde2022-03-051-1/+1
* Remove unused imports.milde2022-03-051-3/+2
* Avoid line break after binary operator.milde2022-03-051-2/+2
* Avoid too long lines.milde2022-03-051-5/+7
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+10
* Ensure comments start with '# 'milde2022-03-041-1/+1
* Ensure at least two spaces before inline comment.milde2022-03-041-1/+1
* Small fixes, mostly documentation. Test more "list" settings.milde2022-02-051-3/+5
* Fix code indentationmilde2022-01-291-10/+14
* Update IO error handling.milde2022-01-271-10/+3
* New style classes no longer need to inherit from `object`.milde2022-01-261-1/+1
* Drop string prefix "u".milde2022-01-261-5/+5
* More changes to https://sourceforge.netmilde2022-01-201-2/+2
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-201-3/+3
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-071-6/+5
* Drop (most) special-casing for Python 2.x.milde2022-01-031-5/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-1/+0
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-1/+1
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-2/+2
* py3: Switch to print functionsmilde2019-08-261-18/+19
* py3: Use new style classesmilde2019-08-261-1/+1
* Add test for __version_info__, fix output of optional __version_details__.milde2017-06-231-2/+4
* io.FileInput/io.FileOutput: no system-exit on IOError.milde2012-06-251-5/+1
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* Backwards-compatible fix for system-exit on IOError.milde2012-03-191-5/+23
* Revert "io.FileInput/io.FileOutput: No system-exit on IOError."milde2012-01-271-14/+2
* io.FileInput/io.FileOutput: No system-exit on IOError.milde2012-01-261-2/+14
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-9/+9
* argv_encoding != sys.stdin.encodingmilde2011-12-051-3/+2
* Fix command line parsing with Python 3.milde2011-07-051-4/+6
* New sub-module and test suite for error reporting.milde2011-05-191-4/+6
* fix and re-organize error printing to sys.stderrmilde2011-05-101-13/+16
* More robust guess of input/output encoding.milde2011-05-041-7/+2
* Decode command line arguments with the locales preferred encoding.milde2010-11-291-1/+7
* Streamline code after the dropping of 2.2 support.milde2010-03-261-14/+9
* Prevent misleading error report with UnicodeDecodeErrormilde2009-09-091-1/+1
* Misc updates after initial checkindkuhlman2009-01-071-0/+33
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-2/+1
* fixed & improved assertion; thanks to Hans Ulrich Niedermanngoodger2008-03-271-3/+5
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-211-1/+1
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-211-1/+1
* fixed docstring of publish_from_doctree;wiemann2006-05-251-3/+3
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* added link to config.html to --help output;wiemann2006-02-281-1/+3