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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Inline ``_standalone_rst_defaults`` in functional tests
aa-turner
2022-10-27
11
-36
/
+70
*
Use the Docutils Python API in ``dev/hacking``.
aa-turner
2022-10-27
1
-6
/
+14
*
Remove ``bdist_rpm`` settings in ``setup.cfg``
aa-turner
2022-10-27
1
-11
/
+0
*
Implement ``publish_doctree`` using ``publish_programmatically``
aa-turner
2022-10-27
1
-10
/
+11
*
Fix flake8 errors ``E127`` and ``F401``
aa-turner
2022-10-21
2
-7
/
+6
*
Standardise test case enumeration
aa-turner
2022-10-21
1
-20
/
+14
*
Inline ``dictname`` argument
aa-turner
2022-10-21
1
-16
/
+15
*
Simplify ``ConfigFileTests.compare_output``
aa-turner
2022-10-21
1
-17
/
+6
*
Use ``assertEqual`` directly
aa-turner
2022-10-21
1
-13
/
+9
*
Fix newline problems, further simplify ``compare_output``
aa-turner
2022-10-21
10
-16
/
+21
*
Use ``.rstrip()`` instead
aa-turner
2022-10-21
1
-3
/
+2
*
Simplify ``CustomTestCase.compare_output``
aa-turner
2022-10-21
10
-40
/
+89
*
Remove ``run_in_debugger``
aa-turner
2022-10-21
1
-87
/
+17
*
Simplify ``CustomTestCase``
aa-turner
2022-10-21
1
-32
/
+16
*
Use ``docutils.utils`` over ``DocutilsTestSupport.utils``
aa-turner
2022-10-21
3
-6
/
+10
*
Inline ``suite()`` in alltests
aa-turner
2022-10-21
1
-7
/
+1
*
Use f-strings in alltests
aa-turner
2022-10-21
1
-9
/
+8
*
Remove unused function
aa-turner
2022-10-21
1
-17
/
+0
*
Merge ``package_unittest`` into ``alltests.py``
aa-turner
2022-10-21
2
-83
/
+59
*
Clean up ``record.txt`` after tests
aa-turner
2022-10-21
1
-0
/
+3
*
Resolve flake8 ``F401`` error in ``DocutilsTestSupport``
aa-turner
2022-10-21
1
-1
/
+0
*
Fix flake8 ``E501`` error in ``recommonmark_wrapper``
aa-turner
2022-10-21
1
-2
/
+2
*
Change handling of ``suite_settings``
aa-turner
2022-10-21
1
-11
/
+7
*
Improve missing handling Sphinx in ``recommonmark_wrapper``
aa-turner
2022-10-21
1
-13
/
+25
*
Use new-style ``super()``
aa-turner
2022-10-21
1
-4
/
+4
*
Simplify ``package_unittest.loadTestModules``
aa-turner
2022-10-21
2
-26
/
+15
*
Inline ``package_unittest.main()``
aa-turner
2022-10-21
2
-17
/
+2
*
``package_unittest.debug`` is always ``False``
aa-turner
2022-10-21
1
-4
/
+4
*
Remove arguments from ``package_unittest``
aa-turner
2022-10-21
1
-57
/
+3
*
Use ``importlib.import_module`` from the standard library
aa-turner
2022-10-21
1
-9
/
+1
*
Subclass directly from ``unittest.TestCase``
aa-turner
2022-10-21
11
-40
/
+34
*
Normalise imports in ``DocutilsTestSupport``
aa-turner
2022-10-21
1
-13
/
+7
*
Import from the ``docutils`` package
aa-turner
2022-10-21
4
-6
/
+8
*
Remove now unused ``_format_str`` function
aa-turner
2022-10-21
1
-40
/
+0
*
Change working directory once for all tests
aa-turner
2022-10-21
3
-5
/
+6
*
Remove method redefinitions in ``StandardTestCase``
aa-turner
2022-10-21
1
-23
/
+1
*
Removed ``test/coverage.sh``, recommend coverage.py
aa-turner
2022-10-21
2
-49
/
+4
*
Remove all ``import __init__`` statements, as part of the
aa-turner
2022-10-21
117
-234
/
+0
*
Import ``DocutilsTestSupport`` from ``test``
aa-turner
2022-10-21
125
-229
/
+117
*
Provide an example incantation to get the version
aa-turner
2022-10-21
1
-1
/
+3
*
Change to Unix line endings in ``docutils/.flake8``
aa-turner
2022-10-21
1
-74
/
+74
*
Resolve flake8 ``E261`` errors in ``math2html``
aa-turner
2022-10-20
2
-37
/
+37
*
Resolve flake8 ``E261`` errors in ``latex2mathml``
aa-turner
2022-10-20
2
-188
/
+199
*
Resolve flake8 ``E261`` errors in ``tex2unichar``
aa-turner
2022-10-20
2
-685
/
+685
*
Tighten flake8 rules for ``math2html``
aa-turner
2022-10-20
1
-1
/
+1
*
Use 4 space indentation in ``math2html`` per PEP 8
aa-turner
2022-10-20
1
-2767
/
+2767
*
Synchronise ``.flake8`` with ``docutils/.flake8``
aa-turner
2022-10-20
1
-3
/
+7
*
Move all flake8 configuration to ``.flake8`` files
aa-turner
2022-10-20
2
-71
/
+70
*
Resolve flake8 ``E501`` error in ``docutils.frontend``
aa-turner
2022-10-20
1
-1
/
+3
*
Ignore flake8 ``E262`` error in ``tex2unichar.py``
aa-turner
2022-10-20
1
-1
/
+1
[prev]
[next]