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
/
docutils
/
test
/
test_parsers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert addition of `io.OutString` and the "auto_encode" argument.
milde
2023-05-02
2
-21
/
+17
*
Test syntax highlight: Make pygments version parsing more robust.
milde
2023-04-17
3
-21
/
+10
*
Support Pygments 2.14 and newer in tests
milde
2023-04-17
3
-0
/
+278
*
Fix regex to match multiline message "requires ... recommonmark"
grubert
2023-04-13
1
-1
/
+2
*
Set "auto_encode=False" to skip en-/decoding output in tests.
milde
2023-04-11
2
-10
/
+11
*
Update test documentation. Set executable bit on test scripts.
milde
2022-12-13
2
-0
/
+0
*
Simplify error message if recommonmark is missing.
milde
2022-12-02
1
-1
/
+1
*
Skip test_recommonmark/ directory if recommonmark is missing.
milde
2022-12-02
14
-74
/
+18
*
Fix IndexError when running individual test modules under Python <3.9
milde
2022-11-26
81
-82
/
+82
*
Fix import errors with ``python -m unittest``.
milde
2022-11-25
64
-73
/
+388
*
Remove spurious "import unittest" from test scripts.
milde
2022-11-24
63
-63
/
+0
*
Fix failure when "pygments" is not installed.
milde
2022-11-24
1
-5
/
+10
*
Reset not only `_roles` but also `_directives` cache dictionary.
milde
2022-11-24
2
-5
/
+43
*
Skip individual "recommonmark" tests if "recommonmark" is missing.
milde
2022-11-24
14
-56
/
+156
*
Fix running of individual test (first batch).
milde
2022-11-24
10
-7
/
+23
*
Make the tests agnostic to the working directory
aa-turner
2022-11-10
6
-54
/
+77
*
Make ``test_include`` independent of the CWD
aa-turner
2022-11-09
1
-267
/
+268
*
Inline ``exception_data``
aa-turner
2022-11-09
5
-21
/
+68
*
Inline ``ParserTestSuite``
aa-turner
2022-11-09
61
-389
/
+1262
*
Inline ``TransformTestSuite``
aa-turner
2022-11-09
1
-11
/
+27
*
Inline ``GridTableParserTestSuite``
aa-turner
2022-11-08
1
-6
/
+35
*
Inline ``SimpleTableParserTestSuite``
aa-turner
2022-11-08
1
-6
/
+19
*
Inline ``RecommonmarkParserTestSuite``
aa-turner
2022-11-08
15
-98
/
+274
*
Simplify and expand tests for handling the encoding of included files.
milde
2022-11-07
3
-26
/
+114
*
Partially revert r9167
aa-turner
2022-11-02
2
-7
/
+13
*
Normalise all test section names
aa-turner
2022-10-28
14
-25
/
+25
*
Fix newline problems, further simplify ``compare_output``
aa-turner
2022-10-21
6
-7
/
+13
*
Simplify ``CustomTestCase.compare_output``
aa-turner
2022-10-21
2
-13
/
+13
*
Use ``docutils.utils`` over ``DocutilsTestSupport.utils``
aa-turner
2022-10-21
3
-6
/
+10
*
Subclass directly from ``unittest.TestCase``
aa-turner
2022-10-21
2
-6
/
+4
*
Remove all ``import __init__`` statements, as part of the
aa-turner
2022-10-21
78
-156
/
+0
*
Import ``DocutilsTestSupport`` from ``test``
aa-turner
2022-10-21
82
-134
/
+78
*
Resolve flake8 ``E275`` error
aa-turner
2022-10-20
3
-4
/
+4
*
Code style fixes.
milde
2022-09-13
2
-2
/
+3
*
Rename `io.locale_encoding` to mark it as internal.
milde
2022-06-17
1
-2
/
+2
*
Ensure locale_encoding is lower case.
milde
2022-06-15
1
-1
/
+1
*
Unify naming of the "utf-8" codec.
milde
2022-06-13
1
-3
/
+4
*
New wrapper module for "CommonMark" parsers.
milde
2022-03-29
1
-9
/
+9
*
Prepare switch from optparse to argparse.
milde
2022-03-17
1
-2
/
+2
*
Update PEP base URL and template.
milde
2022-03-13
1
-1
/
+1
*
Remove unused local variables
milde
2022-03-05
1
-2
/
+3
*
Remove unused imports.
milde
2022-03-05
85
-98
/
+85
*
Fix invalid escape sequences.
milde
2022-03-05
1
-6
/
+4
*
Do not use bare 'except'.
milde
2022-03-05
1
-1
/
+1
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
79
-0
/
+108
*
Remove excess blank lines.
milde
2022-03-04
1
-1
/
+0
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
7
-9
/
+9
*
Fix missing whitespace after ',' or ':'.
milde
2022-03-03
4
-4
/
+7
*
Fix whitespace before/after delimiters and colon.
milde
2022-03-03
1
-3
/
+3
*
Simplify/modernise tests for exceptions and warnings.
milde
2022-02-21
2
-9
/
+6
[next]