| Commit message (Expand) | Author | Age | Files | Lines |
| * | enable --dump-* options when --traceback specified; allows for easier debugging | goodger | 2005-02-26 | 1 | -0/+3 |
| * | re-re-fixed encoding error message, cleanup | wiemann | 2004-07-25 | 1 | -39/+30 |
| * | Replace version number sniffing with specific features sniffing. | cben | 2004-07-25 | 1 | -7/+19 |
| * | xmlcharrefreplace backport | wiemann | 2004-07-24 | 1 | -10/+10 |
| * | extracted ``publish_programmatically`` settings code to ``Publisher.process_p... | goodger | 2004-06-27 | 1 | -63/+129 |
| * | Extracted common code from publish_file, publish_string, and publish_parts, i... | goodger | 2004-06-25 | 1 | -116/+72 |
| * | return encoded string results from publish_* convenience functions | goodger | 2004-06-21 | 1 | -7/+11 |
| * | Enabled traceback (exception propagation) by default in programmatic convenie... | goodger | 2004-06-03 | 1 | -1/+7 |
| * | Renamed "enable_exit" parameter of convenience functions to "enable_exit_status" | goodger | 2004-06-03 | 1 | -15/+17 |
| * | refactored: simplified Publisher.publish (exception handling & debug dumps) | goodger | 2004-06-01 | 1 | -31/+27 |
| * | change to UnicodeError, which exists in Python 2.1 & 2.2 (UnicodeEncodeError ... | goodger | 2004-05-17 | 1 | -3/+3 |
| * | Added special error handling & advice for UnicodeEncodeError. | goodger | 2004-05-12 | 1 | -10/+52 |
| * | update publish_parts: docstring, and destination class (direct output is thro... | goodger | 2004-04-03 | 1 | -9/+6 |
| * | Added funtionality to keep track of individual parts of a document and store | reggie | 2004-03-23 | 1 | -0/+64 |
| * | Added "config_section" parameter to several methods and functions, allowing f... | goodger | 2003-09-01 | 1 | -17/+36 |
| * | Reordered components for OptionParser; application comes last. | goodger | 2003-08-27 | 1 | -3/+2 |
| * | Catch exceptions during processing, report and exit without tracebacks, excep... | goodger | 2003-06-30 | 1 | -7/+24 |
| * | remove unused import | goodger | 2003-06-29 | 1 | -1/+1 |
| * | catch system messages to stop tracebacks from parsing errors | goodger | 2003-06-29 | 1 | -4/+11 |
| * | Added support for exit status ("exit_level" setting & ``enable_exit`` paramet... | goodger | 2003-06-16 | 1 | -7/+16 |
| * | updated | goodger | 2003-06-08 | 1 | -1/+2 |
| * | Moved config file processing to docutils/frontend.py. | goodger | 2003-06-03 | 1 | -7/+1 |
| * | updated | goodger | 2003-03-29 | 1 | -1/+7 |
| * | updated | goodger | 2002-11-28 | 1 | -4/+5 |
| * | Added ``Publisher.set_components()`` method; support for ``publish_*()`` conv... | goodger | 2002-11-02 | 1 | -17/+18 |
| * | minor updates & fixes | goodger | 2002-10-24 | 1 | -2/+2 |
| * | Added ``Publisher.apply_transforms()`` method. Added support for "--dump-pse... | goodger | 2002-10-24 | 1 | -0/+21 |
| * | Rearranged the parameters of ``publish_cmdline()`` and improved its docstring... | goodger | 2002-10-18 | 1 | -17/+150 |
| * | Refactored names (options -> settings; .transform() -> .apply(); etc.); updated. | goodger | 2002-10-18 | 1 | -40/+49 |
| * | Generalized ``Publisher.set_io``. | goodger | 2002-10-17 | 1 | -5/+7 |
| * | changed docstring field lists into comments | goodger | 2002-10-09 | 1 | -7/+5 |
| * | updated | goodger | 2002-09-07 | 1 | -1/+1 |
| * | updated | goodger | 2002-08-24 | 1 | -4/+5 |
| * | Made ``publish()`` a bit more convenient. | goodger | 2002-08-23 | 1 | -2/+2 |
| * | updated | goodger | 2002-08-09 | 1 | -4/+4 |
| * | Updated config file & command-line processing. | goodger | 2002-07-31 | 1 | -14/+10 |
| * | Source & destination paths now returned inside option values object. | goodger | 2002-07-28 | 1 | -3/+4 |
| * | Added default usage message and description. | goodger | 2002-07-25 | 1 | -3/+8 |
| * | - Added support for configuration files (/etc/docutils.conf, | goodger | 2002-07-20 | 1 | -9/+28 |
| * | Updated ``Publisher.set_options()``; now returns option values object. | goodger | 2002-07-19 | 1 | -3/+4 |
| * | updated | goodger | 2002-07-04 | 1 | -3/+3 |
| * | - Added support for the ``docutils.io.IO`` class & subclasses. | goodger | 2002-06-28 | 1 | -18/+35 |
| * | - Added ``option_spec`` parameter to ``publish()`` etc. | goodger | 2002-06-27 | 1 | -8/+13 |
| * | Updated for new Optik option group functionality. | goodger | 2002-06-13 | 1 | -6/+7 |
| * | Removed temporary testing code. | goodger | 2002-06-01 | 1 | -8/+0 |
| * | docstring | goodger | 2002-05-31 | 1 | -1/+2 |
| * | - Removed many keyword parameters to ``Publisher.__init__()`` and | goodger | 2002-05-30 | 1 | -37/+72 |
| * | - Changed names of Reporter's thresholds: warning_level -> report_level; er... | goodger | 2002-05-24 | 1 | -4/+4 |
| * | docstring fix | goodger | 2002-05-18 | 1 | -4/+3 |
| * | refactored; improved compound names | goodger | 2002-05-05 | 1 | -30/+33 |