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
*
Prepare switch from optparse to argparse.
milde
2022-03-17
1
-8
/
+4
*
Remove unused imports.
milde
2022-03-05
1
-4
/
+4
*
Avoid line break after binary operator.
milde
2022-03-05
1
-3
/
+3
*
Do not use bare 'except'.
milde
2022-03-05
1
-1
/
+1
*
Avoid too long lines.
milde
2022-03-05
1
-4
/
+4
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-0
/
+2
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
1
-3
/
+3
*
Fix missing whitespace around operator.
milde
2022-03-03
1
-4
/
+4
*
New style classes no longer need to inherit from `object`.
milde
2022-01-26
1
-1
/
+1
*
Remove unused imports
milde
2022-01-26
1
-1
/
+0
*
Small fixes and clean-ups by Adam Turner.
milde
2022-01-26
1
-8
/
+4
*
Change http://docutils.sourceforge.net -> https://docutils.sourceforge.io
milde
2022-01-20
1
-1
/
+1
*
Skip "recommonmark" tests instead of silently ignoring.
milde
2022-01-12
1
-23
/
+23
*
Document incompatibility with "pytest" and "nosetest". Update.
milde
2022-01-12
1
-16
/
+20
*
Update recommonmark wrapper and tests.
milde
2022-01-11
1
-21
/
+24
*
Fix/silence DeprecationWarnings and RessourceWarnings.
milde
2022-01-06
1
-2
/
+0
*
Drop special-casing for Python 2.x in tests and tools.
milde
2022-01-03
1
-19
/
+8
*
Remove 2.7-compatibility __future__ imports.
milde
2022-01-03
1
-1
/
+0
*
More detailled system-message for include directive with missing parser.
milde
2021-12-23
1
-5
/
+9
*
Special-casing for Python 3.11: Null char valid in CSV.
milde
2021-11-27
1
-0
/
+1
*
Minor cleanup in DocutilsTestSupport.
milde
2021-11-05
1
-3
/
+4
*
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
[next]