| Commit message (Expand) | Author | Age | Files | Lines |
| * | added docset-root directive; | wiemann | 2007-08-15 | 1 | -1/+2 |
| * | moved responsibility for applying transforms from publisher to | wiemann | 2007-06-24 | 1 | -2/+9 |
| * | reverted r5032; breaks Python 2.2 compatibility | wiemann | 2007-03-21 | 1 | -4/+4 |
| * | replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge... | wiemann | 2007-03-21 | 1 | -4/+4 |
| * | removed Py21 compatibility code | wiemann | 2006-11-13 | 1 | -17/+1 |
| * | merged directives branch to trunk (r4375:4666); | wiemann | 2006-07-12 | 1 | -15/+25 |
| * | use $Id$ instead of $Date$ and $Revision$; | wiemann | 2006-05-21 | 1 | -4/+3 |
| * | allow sets of tests to have different settings | goodger | 2006-04-01 | 1 | -1/+1 |
| * | Moved template functionality from the PEP/HTML writer to the HTML writer. Exp... | goodger | 2006-03-31 | 1 | -2/+8 |
| * | some cleanup: | wiemann | 2006-01-09 | 1 | -4/+0 |
| * | moved clear_roles to DocutilsTestSupport.CustomTestCase so that it is used gl... | wiemann | 2006-01-09 | 1 | -2/+15 |
| * | added absolute path of test root to sys.path because Py21/Py22 insert the | wiemann | 2005-12-15 | 1 | -1/+2 |
| * | path fixes | goodger | 2005-12-15 | 1 | -0/+1 |
| * | added path for extra modules (roman, optparse, textwrap) | goodger | 2005-12-14 | 1 | -0/+1 |
| * | set sys.path to pick up the right Docutils | goodger | 2005-12-03 | 1 | -3/+4 |
| * | removed references to default.css; | wiemann | 2005-10-11 | 1 | -4/+0 |
| * | Added support for specifying runtime settings at the suite level | goodger | 2005-09-15 | 1 | -20/+35 |
| * | made _stylesheet_required setting default to 0, | wiemann | 2005-08-24 | 1 | -1/+0 |
| * | moved comparison methods up to StandardTestCase | wiemann | 2005-07-06 | 1 | -23/+23 |
| * | revert docutils.writers.null.Writer.output to None, now with docutils.io.Outp... | goodger | 2005-07-02 | 1 | -7/+13 |
| * | Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty... | goodger | 2005-06-28 | 1 | -0/+1 |
| * | removed docutils.frontend._globally_deactivate_config_files (reverting much o... | goodger | 2005-06-23 | 1 | -5/+2 |
| * | issue a warning rather than an error when no stylesheet is given; | wiemann | 2005-06-21 | 1 | -1/+1 |
| * | ensure that always a stylesheet path/URL is given; | wiemann | 2005-06-20 | 1 | -0/+4 |
| * | fixed error | wiemann | 2005-06-19 | 1 | -5/+7 |
| * | simplified test code | wiemann | 2005-06-19 | 1 | -22/+13 |
| * | added deactivation of config file reading (for easier testing) | wiemann | 2005-06-19 | 1 | -12/+23 |
| * | fixed encoding/charset values in "html_prolog" & "html_head" parts, which sho... | goodger | 2005-04-27 | 1 | -8/+13 |
| * | Added ``html_prolog`` & ``html_head`` to HTML writer parts dictionary exposed... | goodger | 2005-04-26 | 1 | -2/+11 |
| * | Added ``html_body``, ``html_title``, & ``html_subtitle`` to HTML writer parts... | goodger | 2005-04-24 | 1 | -0/+1 |
| * | fixed typo | goodger | 2005-04-24 | 1 | -1/+1 |
| * | ensure we are in the correct directory; | wiemann | 2005-03-23 | 1 | -0/+3 |
| * | removed ParserTransformTestCase (it was mixing testing modes) | goodger | 2004-11-01 | 1 | -25/+0 |
| * | renamed TransitionTestCase to ParserTransformTestCase; | wiemann | 2004-10-30 | 1 | -4/+9 |
| * | added TransitionTestCase, which applies transforms | wiemann | 2004-10-30 | 1 | -0/+21 |
| * | minor output formatting improvement for failed tests | wiemann | 2004-10-24 | 1 | -1/+1 |
| * | set --strict-visitor for writer tests | goodger | 2004-10-20 | 1 | -1/+1 |
| * | backward compatibility fix | fdrake | 2004-10-05 | 1 | -1/+1 |
| * | added DocutilsTestSupport.testroot | wiemann | 2004-10-01 | 1 | -0/+3 |
| * | added close() method for DevNull | wiemann | 2004-09-29 | 1 | -0/+3 |
| * | removed floating point comparison methods | wiemann | 2004-09-13 | 1 | -35/+4 |
| * | added functions for proper multi-line string output | wiemann | 2004-09-13 | 1 | -4/+102 |
| * | removed unused code; updated docstring | goodger | 2004-09-13 | 1 | -15/+4 |
| * | added some comments, did some cleanup; David Goodger, could you review this? | wiemann | 2004-08-29 | 1 | -29/+34 |
| * | reordering so that TestCases appear before TestSuites | wiemann | 2004-08-29 | 1 | -103/+103 |
| * | simple import isn't enough -- added another requirement (testing for 2.2 was ... | goodger | 2004-07-25 | 1 | -0/+2 |
| * | Replace version number sniffing with specific features sniffing. | cben | 2004-07-25 | 1 | -2/+2 |
| * | renamed difflib to docutils_difflib | wiemann | 2004-06-22 | 1 | -2/+2 |
| * | updated | goodger | 2004-06-16 | 1 | -1/+1 |
| * | further minimization | goodger | 2004-05-09 | 1 | -0/+5 |