summaryrefslogtreecommitdiff
path: root/docutils/core.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* corrected r4199goodger2005-12-141-5/+6
* always propagate exceptions when in doubt (when self.settings couldn't be ini...wiemann2005-12-131-2/+2
* don't catch SystemExit exceptionsgoodger2005-12-071-1/+5
* in ``Publisher.publish()``, expanded the generic top-level exception catchinggoodger2005-12-061-6/+7
* Merged "transforms" branch into trunk.wiemann2005-09-201-15/+3
* made _stylesheet_required setting default to 0,wiemann2005-08-241-6/+0
* moved document refurbishing logic to doctree reader;wiemann2005-07-081-16/+11
* do not return parts dictionary in publish_from_doctree;wiemann2005-07-081-2/+1
* separated default (universal) transforms into two stages so that nowiemann2005-07-071-21/+34
* better wrappinggoodger2005-07-031-2/+2
* deactivated _stylesheet_required for programmatic use; improved documentationwiemann2005-06-301-0/+6
* Fixed bug with setting the writer in the publisher from doctree.blais2005-06-301-1/+2
* docstring update & parameter indent fixgoodger2005-06-291-9/+12
* updated to support changes in revisions 3626-; revised ``publish_from_doctree...goodger2005-06-291-18/+14
* do not double apply default transforms in publish_from_doctree;wiemann2005-06-271-0/+2
* Pythonicized kwargs; further beautified --dump-transformsgoodger2005-06-271-1/+6
* added assert to get a helpful error message when passing thingswiemann2005-06-271-0/+6
* beautified --dump-transforms outputwiemann2005-06-271-1/+1
* moved Dummy reader and parser to readers/dummy.py and parsers/dummy.py, resp.;wiemann2005-06-271-38/+8
* in DummyReader.read: restore doctree.reporter if necessary;wiemann2005-06-271-0/+4
* fixed some docstringswiemann2005-06-271-2/+2
* do not set reporter=None -- pickling is not the only use case;wiemann2005-06-271-18/+7
* make sure the Writer transforms get applied when calling publish_from_doctree;wiemann2005-06-271-17/+22
* publish_doctree now returns only the doctree, not an empty (useless)wiemann2005-06-261-49/+45
* oh, publish_doctree was not a duplicate... 8-)wiemann2005-06-261-6/+49
* removed duplicate publish_doctree method;wiemann2005-06-261-54/+10
* removed unused "document" class variable of standalone and dummy readerwiemann2005-06-261-2/+0
* polishedwiemann2005-06-261-28/+14