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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor HTMLTranslator initialization and parts setup.
milde
2022-11-13
28
-142
/
+127
*
New function utils.xml_declaration()
milde
2022-11-13
4
-11
/
+37
*
Remove "fixltx2e.sty" package call from "titlepage.tex" LaTeX template.
milde
2022-11-11
2
-1
/
+5
*
Add support for ``pytest``
aa-turner
2022-11-10
4
-6
/
+33
*
Make the tests agnostic to the working directory
aa-turner
2022-11-10
19
-128
/
+243
*
Fix/complement publisher documentation and tests.
milde
2022-11-10
3
-24
/
+76
*
Inline ``DocutilsTestSupport.testroot``
aa-turner
2022-11-09
4
-22
/
+16
*
Make ``test_include`` independent of the CWD
aa-turner
2022-11-09
1
-267
/
+268
*
Inline ``exception_data``
aa-turner
2022-11-09
6
-34
/
+68
*
Remove unused classes from ``DocutilsTestSupport``
aa-turner
2022-11-09
1
-157
/
+0
*
Inline ``ParserTestSuite``
aa-turner
2022-11-09
62
-448
/
+1262
*
Inline ``TransformTestSuite``
aa-turner
2022-11-09
24
-381
/
+724
*
Inline ``WriterPublishTestCase``
aa-turner
2022-11-08
3
-114
/
+47
*
Inline ``PublishTestSuite``
aa-turner
2022-11-08
8
-117
/
+329
*
Remove unused imports in ``DocutilsTestSupport``
aa-turner
2022-11-08
1
-4
/
+2
*
Inline ``PEPParserTestSuite``
aa-turner
2022-11-08
3
-34
/
+43
*
Inline ``GridTableParserTestSuite``
aa-turner
2022-11-08
2
-63
/
+35
*
Inline ``SimpleTableParserTestSuite``
aa-turner
2022-11-08
2
-34
/
+19
*
Inline ``RecommonmarkParserTestSuite``
aa-turner
2022-11-08
16
-138
/
+274
*
Update/clarify documentation/docstrings.
milde
2022-11-07
3
-35
/
+27
*
Simplify and expand tests for handling the encoding of included files.
milde
2022-11-07
3
-26
/
+114
*
Simplify/fix LaTeX character encoding handling.
milde
2022-11-06
16
-29
/
+15
*
Don't use pseudo-encoding "unicode" for test_publish().
milde
2022-11-06
1
-2
/
+6
*
Revert use of ``open`` for "include", "raw" and "csv-table" directives.
milde
2022-11-04
2
-32
/
+39
*
Support `pandoc` as an external LaTeX to MathML converter.
milde
2022-11-04
4
-2
/
+48
*
MathML: Small fixes for external latex -> MathML converters.
milde
2022-11-04
1
-7
/
+7
*
MathML: Use (re)generated version of tex2unichar.py.
milde
2022-11-04
3
-23
/
+49
*
MathML: support "mod" notation for modulo operation/arithmetic.
milde
2022-11-04
3
-25
/
+93
*
Update HISTORY, format COPYING.
milde
2022-11-04
2
-28
/
+37
*
Remove unused import of ``docutils.io``
aa-turner
2022-11-03
1
-1
/
+1
*
Use the built-in ``open`` instead of ``FileOutput``
aa-turner
2022-11-03
1
-13
/
+12
*
Use the built-in ``open`` instead of ``StringInput``
aa-turner
2022-11-03
2
-19
/
+13
*
Use the built-in ``open`` instead of ``FileInput``
aa-turner
2022-11-03
5
-40
/
+36
*
Update HISTORY with recent changes
aa-turner
2022-11-03
1
-1
/
+24
*
Resolve linting warnings from flake8
aa-turner
2022-11-03
5
-14
/
+14
*
test_manpage: add docinfo to man header
grubert
2022-11-03
1
-0
/
+28
*
remove version control Id line
grubert
2022-11-03
1
-1
/
+0
*
Fix: testoutput for optional 5th .TH argument
grubert
2022-11-03
1
-9
/
+9
*
Partially revert r9167
aa-turner
2022-11-02
17
-30
/
+95
*
Move ``quicktest`` to ``tools/dev``
aa-turner
2022-11-02
4
-57
/
+25
*
Do not output empty "manual" in ``.TH``
grubert
2022-11-02
17
-17
/
+17
*
manpage writer: Do not output empty "manual" in ``.TH``
grubert
2022-11-02
2
-4
/
+11
*
add python 3.11 to setup.py and tox.ini. Patch by hugovk.
grubert
2022-11-02
3
-1
/
+4
*
Minor refinements to the reposurgeon conversion procedure
aa-turner
2022-11-01
4
-20
/
+5
*
Refine common part of the reposurgeon conversion procedure
aa-turner
2022-11-01
7
-149
/
+318
*
Separate HTML 5 test definitions from HTML 4
aa-turner
2022-10-28
3
-84
/
+118
*
Use f-strings in the ``PublishPartsTestCase`` classes
aa-turner
2022-10-28
2
-8
/
+6
*
Normalise all test section names
aa-turner
2022-10-28
18
-34
/
+34
*
Compare dictionaries directly
aa-turner
2022-10-28
3
-266
/
+208
*
Use f-strings in HTML 4 and HTML 5 template tests
aa-turner
2022-10-28
3
-38
/
+39
[prev]
[next]