summaryrefslogtreecommitdiff
path: root/docutils/frontend.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* added --id-prefix and --auto-id-prefix optionswiemann2005-05-211-0/+3
* added the "field_name_limit" setting, test & docsgoodger2005-04-041-0/+7
* made --verbose do what it's supposed to dowiemann2004-12-251-2/+2
* added --strict-visitor optiongoodger2004-10-191-1/+3
* fixed last fixgoodger2004-09-301-1/+2
* fixed "record_dependencies" defaultgoodger2004-09-301-4/+5
* removed OptionParser.validator and OptionParser.overrides dictionaries;wiemann2004-09-271-24/+12
* added function to get option by destinationwiemann2004-09-271-0/+13
* changed --dependency-file to --record-dependencieswiemann2004-09-251-9/+16
* Added config file support for "overrides" setting parameter.goodger2004-09-211-1/+14