summaryrefslogtreecommitdiff
path: root/test/DocutilsTestSupport.py
Commit message (Expand)AuthorAgeFilesLines
* recommonmark tests currently fail with newer versions.milde2021-04-091-0/+4
* Clean up Markdown support.milde2021-01-031-4/+0
* Add support for Markdown.milde2020-12-011-3/+35
* Remove Test support classes for the orphaned Python Module Parser.milde2020-09-301-62/+0
* Run python3 test like python2 run against source not the build/-directory.grubert2020-07-271-8/+2
* Simplify code.milde2019-08-271-7/+3
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-271-1/+1
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-3/+3
* Consistent Python 3 checks.milde2019-08-261-2/+2
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-2/+1
* py3: Replace deprecated form of raising exceptionmilde2019-08-261-17/+4
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+4
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-4/+4
* py3: Switch to print functionsmilde2019-08-261-13/+14
* py3: Use new style classesmilde2019-08-261-1/+1
* Use compatibility definitions for assertIn and assertNotIn only if required.milde2019-02-121-11/+12
* Html5 writer: Correctly sort docinfo and subtitle into "parts" dict.milde2018-06-051-22/+23
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-1/+0
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-261-2/+2
* Code cleanup and test html math output options.milde2012-10-251-4/+16
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-2/+3
* Drop support for Python 2.3.milde2012-06-221-4/+0
* Fixup: more save implementation of binary data output under Python 3.milde2012-06-131-1/+1
* Fix [ 3527842 ]. milde2012-06-041-6/+12
* python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...grubert2012-05-011-0/+4
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-7/+7
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-18/+18
* fixed issue with line endings causing test suite failures with snapshot downl...goodger2010-07-211-0/+5
* fix testing under py3kmilde2010-05-071-2/+2
* One more cleanup as we require Python 2.3 now.milde2009-10-091-2/+2
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-13/+35
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-6/+5
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-1/+1
* undo accidental commit to trunkstrank2008-07-231-1/+1
* Replace all has_key with the in operator.strank2008-07-231-1/+1
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-211-4/+4
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-211-4/+4
* removed Py21 compatibility codewiemann2006-11-131-17/+1
* merged directives branch to trunk (r4375:4666);wiemann2006-07-121-15/+25
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+3
* allow sets of tests to have different settingsgoodger2006-04-011-1/+1
* Moved template functionality from the PEP/HTML writer to the HTML writer. Exp...goodger2006-03-311-2/+8
* some cleanup:wiemann2006-01-091-4/+0
* moved clear_roles to DocutilsTestSupport.CustomTestCase so that it is used gl...wiemann2006-01-091-2/+15
* added absolute path of test root to sys.path because Py21/Py22 insert thewiemann2005-12-151-1/+2
* path fixesgoodger2005-12-151-0/+1
* added path for extra modules (roman, optparse, textwrap)goodger2005-12-141-0/+1
* set sys.path to pick up the right Docutilsgoodger2005-12-031-3/+4
* removed references to default.css;wiemann2005-10-111-4/+0
* Added support for specifying runtime settings at the suite levelgoodger2005-09-151-20/+35