summaryrefslogtreecommitdiff
path: root/docutils/frontend.py
Commit message (Expand)AuthorAgeFilesLines
* docutils-cli.py: Read settings from standard configuration files.milde2021-10-191-3/+3
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-1/+1
* Minor code and documentation cleanup.milde2021-04-081-1/+1
* Provide fallbacks for parser config settings.milde2021-04-071-1/+8
* Documentation update.milde2020-12-011-4/+4
* Call correct version of 'getcwd(u)'milde2019-12-131-1/+1
* trivial: Misc whitespace fixesmilde2019-08-271-1/+1
* py3: Handle 'os.getcwdu' to 'os.getcwd' renamemilde2019-08-271-1/+3
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-3/+3
* Handle 'ConfigParser' to 'configparser' rename.milde2019-08-261-5/+9
* Consistent Python 3 checks.milde2019-08-261-2/+2
* py3: Replace deprecated form of raising exceptionmilde2019-08-261-15/+10
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+3
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-4/+4
* Drop support for Python 3.3milde2019-08-261-1/+1
* Add test for __version_info__, fix output of optional __version_details__.milde2017-06-231-2/+4
* Add "smartquotes-locales" setting.milde2017-05-081-3/+39
* Unify/simplify type testing in "validate_*_list".milde2013-01-011-11/+6
* Fix: 3598893 --stylesheet and --stylesheet-path options broken, patch partial...grubert2012-12-311-7/+5
* TODO for BUG: 3598893 --stylesheet/path brokengrubert2012-12-311-0/+6
* fix typogrubert2012-12-311-1/+1
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-261-7/+5
* New setting validators, code cleanup.milde2012-10-121-19/+55
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* Fix [ 3481980 ] Use os.getcwdu() in make_paths_absolute().milde2012-02-031-3/+3
* Fix parsing of lists from config files.milde2011-11-221-4/+6
* Work around encoding problems in Py3k. Fixes [ 3395948 ]milde2011-10-201-1/+1
* Fix deprecation warning with Python 3.2milde2011-07-051-1/+4
* New sub-module and test suite for error reporting.milde2011-05-191-6/+7
* fix and re-organize error printing to sys.stderrmilde2011-05-101-20/+7
* Fix 3149845 (patch by Toshio Kuratomi)milde2011-05-061-5/+5
* Fix: failsafe encoding of unicode strings before writing to sys.stderrmilde2011-05-061-1/+3
* More robust guess of input/output encoding.milde2011-05-041-4/+17
* Code cleanup (removing pre 2.3 compatibility code)milde2011-05-041-6/+0
* Handle language codes according to BCP 47 milde2010-09-171-1/+1
* fix typomilde2009-11-301-2/+2
* filter_settings_spec() now also allows to replace option specificationsmilde2009-11-131-9/+20
* New function filte_settings_spec milde2009-11-111-6/+20
* Drop extras/optparse.py and extras/textwrap.py (stdlib modules since 2.3).milde2009-10-051-6/+2
* Fix [ 2821266 ] --strict option works now like --halt=info.milde2009-09-171-1/+1
* Fix [ 2781629 ] support non-ASCII chars in file names.milde2009-09-101-7/+14
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-5/+4
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-4/+4
* added warking on --strip-* optionsgoodger2008-01-141-1/+3
* added Python version infogoodger2008-01-141-2/+3
* Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...goodger2007-02-121-2/+27
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-121-4/+2
* record paths of applied configuration files in _config_files runtime settinggoodger2006-11-061-2/+18
* Added a kludge to allow publishing from within mod_python.blais2006-06-251-1/+13
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2