index
:
delta/python-packages/docutils.git
abolish-userstring
abolish-userstring-haskey
abolish-userstring-haskey@5608
abolish-userstring@5603
address-rendering
address-rendering@4309
adjacent-citations
adjacent-citations@5042
ax
better-emacs
blais_interrupt_render
blais_interruptus
blais_interruptus@3512
directives
docutils-0.4
docutils-0.4@4265
goodger
include-after-until
include-after-until@4999
index-bug
index-bug@5586
lossless-rst-writer
lossless-rst-writer@5513
master
multiple-ids
nesting
plugins
plugins@4951
rel-0.15
reporter-categories
reporter-categories@3161
s5
s5@4010
subdocs
subdocs@5264
tibs
todo
todo2
todo2@3743
todo@3675
transforms
vendor
svn.code.sf.net: p/docutils/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
DocutilsTestSupport.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
recommonmark tests currently fail with newer versions.
milde
2021-04-09
1
-0
/
+4
*
Clean up Markdown support.
milde
2021-01-03
1
-4
/
+0
*
Add support for Markdown.
milde
2020-12-01
1
-3
/
+35
*
Remove Test support classes for the orphaned Python Module Parser.
milde
2020-09-30
1
-62
/
+0
*
Run python3 test like python2 run against source not the build/-directory.
grubert
2020-07-27
1
-8
/
+2
*
Simplify code.
milde
2019-08-27
1
-7
/
+3
*
py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'
milde
2019-08-27
1
-1
/
+1
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-3
/
+3
*
Consistent Python 3 checks.
milde
2019-08-26
1
-2
/
+2
*
py3: Use 'sorted(foo)' instead of 'foo.sort()'
milde
2019-08-26
1
-2
/
+1
*
py3: Replace deprecated form of raising exception
milde
2019-08-26
1
-17
/
+4
*
py3: Add aliases for removed symbols
milde
2019-08-26
1
-0
/
+4
*
py3: Switch to 'except foo as bar' syntax
milde
2019-08-26
1
-4
/
+4
*
py3: Switch to print functions
milde
2019-08-26
1
-13
/
+14
*
py3: Use new style classes
milde
2019-08-26
1
-1
/
+1
*
Use compatibility definitions for assertIn and assertNotIn only if required.
milde
2019-02-12
1
-11
/
+12
*
Html5 writer: Correctly sort docinfo and subtitle into "parts" dict.
milde
2018-06-05
1
-22
/
+23
*
Drop compatibility code for Python 2.4 and 2.5.
milde
2017-08-11
1
-1
/
+0
*
Use True/False for booleans. frontend.validate_ternary() returns True/False o...
milde
2012-11-26
1
-2
/
+2
*
Code cleanup and test html math output options.
milde
2012-10-25
1
-4
/
+16
*
math, error_reporting, and urischemes moved to the utils package.
milde
2012-06-25
1
-2
/
+3
*
Drop support for Python 2.3.
milde
2012-06-22
1
-4
/
+0
*
Fixup: more save implementation of binary data output under Python 3.
milde
2012-06-13
1
-1
/
+1
*
Fix [ 3527842 ].
milde
2012-06-04
1
-6
/
+12
*
python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...
grubert
2012-05-01
1
-0
/
+4
*
Replace deprecated aliases for assert methods with correct names.
milde
2012-02-03
1
-7
/
+7
*
Cleanup: Use True/False for boolean values
milde
2012-01-19
1
-18
/
+18
*
fixed issue with line endings causing test suite failures with snapshot downl...
goodger
2010-07-21
1
-0
/
+5
*
fix testing under py3k
milde
2010-05-07
1
-2
/
+2
*
One more cleanup as we require Python 2.3 now.
milde
2009-10-09
1
-2
/
+2
*
Convert docutils to Python 3 (at least so that it runs the test suite.)
gbrandl
2009-04-01
1
-13
/
+35
*
Prepare for python 3.0: minimize "types" module where possible (gbrandl).
grubert
2008-11-30
1
-6
/
+5
*
Merged abolish-userstring-haskey r5609:5616 to trunk.
strank
2008-07-28
1
-1
/
+1
*
undo accidental commit to trunk
strank
2008-07-23
1
-1
/
+1
*
Replace all has_key with the in operator.
strank
2008-07-23
1
-1
/
+1
*
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
[next]