summaryrefslogtreecommitdiff
path: root/docutils/frontend.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* added OptionParser.set_defaults_from_dict to allow for Unicode keys (**kwargs...goodger2006-05-091-2/+5
* updated for UTF-8 config files & Unicode settingsgoodger2006-05-091-2/+2
* require UTF-8 encoding for config filesgoodger2006-05-091-2/+17
* added link to config.html to --help output;wiemann2006-02-281-72/+41
* Added the universal.StripComments transform, the "strip_comments" setting, an...goodger2005-12-121-0/+9
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-081-2/+6
* Added support for specifying runtime settings at the suite levelgoodger2005-09-151-0/+4
* made _stylesheet_required setting default to 0,wiemann2005-08-241-2/+1
* Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty...goodger2005-06-281-1/+2
* removed docutils.frontend._globally_deactivate_config_files (reverting much o...goodger2005-06-231-7/+0
* also support "optik" instead of optparse; thanks to patch of Debian packagewiemann2005-06-231-2/+6
* removed usage of "copy" module; test suite runs 1.6 seconds faster nowwiemann2005-06-221-1/+0
* added docs about using _disable_configwiemann2005-06-201-1/+3
* added deactivation of config file reading (for easier testing)wiemann2005-06-191-0/+5
* added "title" directivegoodger2005-06-091-1/+4
* docutils.__version_details__ renamed from .__version_suffix__goodger2005-06-011-2/+2
* added version suffix for snapshotswiemann2005-05-291-1/+2