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
...
*
Use pathlib.Path in utils.find_file_in_dirs().
milde
2022-11-28
3
-23
/
+17
*
Wrap definition lists with "details" class argument in a <div>
milde
2022-11-28
5
-10
/
+23
*
Small documentation fixes and updates.
milde
2022-11-28
3
-42
/
+47
*
Add navigation links to the documentation in the "Docutils root" directory.
milde
2022-11-28
8
-2
/
+26
*
More consistent formatting in HISTORY log.
milde
2022-11-28
1
-221
/
+238
*
Revert "Use literal syntax in HISTORY"
milde
2022-11-28
1
-86
/
+84
*
Fix IndexError when running individual test modules under Python <3.9
milde
2022-11-26
135
-137
/
+139
*
Update FAQ, add TODO-list example.
milde
2022-11-25
2
-139
/
+334
*
Small cleanups and comments.
milde
2022-11-25
2
-12
/
+20
*
Fix import errors with ``python -m unittest``.
milde
2022-11-25
114
-150
/
+715
*
Use "pathlib" to simplify path manipulations. No change to behaviour.
milde
2022-11-24
8
-65
/
+66
*
Fix terminal help message under Windows.
milde
2022-11-24
1
-2
/
+3
*
Simplify/update utils.punctuation_chars and generating script.
milde
2022-11-24
2
-101
/
+97
*
Remove spurious "import unittest" from test scripts.
milde
2022-11-24
101
-101
/
+0
*
Use "pathlib.Path" for self-documenting path manipulations.
milde
2022-11-24
2
-18
/
+28
*
Make "record_dependecies" test independent of the working dir.
milde
2022-11-24
1
-57
/
+60
*
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
3
-8
/
+52
*
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
15
-15
/
+54
*
Put `first` and `second` arguments of `assertEqual` on the top line.
milde
2022-11-24
1
-6
/
+4
*
Update/Add docstrings in `docutils.io`.
milde
2022-11-21
1
-21
/
+35
*
Make component's "TransformSpec" interface optional.
milde
2022-11-21
3
-45
/
+65
*
Small documentation fixes.
milde
2022-11-21
2
-15
/
+10
*
Use `super()` for calls to `get_transforms()` from parent class.
milde
2022-11-21
8
-19
/
+16
*
Use boolean values for boolean settings.
milde
2022-11-18
1
-5
/
+5
*
Revert FutureWarnings.
milde
2022-11-18
2
-15
/
+14
*
Documentation update
milde
2022-11-18
3
-47
/
+51
*
Use a simpler algorithm to generate char lists
aa-turner
2022-11-16
1
-17
/
+8
*
Fix ``punctuation_chars`` regeneration for tests
aa-turner
2022-11-16
1
-0
/
+7
*
Fix ``.flake8`` for ``generate_punctuation_chars``
aa-turner
2022-11-16
1
-1
/
+1
*
Update `utils.punctuation_chars` (keeping backwards compatibility).
milde
2022-11-16
2
-84
/
+93
*
Fix "shebang on non-executable files".
milde
2022-11-16
4
-7
/
+3
*
Drop default settings from individual functional test files.
milde
2022-11-16
34
-886
/
+295
*
Revert [r9247] "Regenerate ``punctuation_chars``"
aa-turner
2022-11-16
1
-78
/
+57
*
Regenerate ``punctuation_chars``
aa-turner
2022-11-16
1
-57
/
+78
*
Update ``generate_punctuation_chars`` templates
aa-turner
2022-11-16
2
-26
/
+31
*
Use literal syntax in HISTORY
aa-turner
2022-11-15
1
-87
/
+89
*
Restructure HISTORY to file-based listing
aa-turner
2022-11-15
1
-29
/
+40
*
Fix: SetuptoolsDeprecationWarning: Installing '' as data is deprecated
grubert
2022-11-14
2
-0
/
+9
*
HTML5 writer: use parent `depart_document()` method.
milde
2022-11-13
2
-38
/
+15
*
More consistent HISTORY styling.
milde
2022-11-13
1
-55
/
+54
*
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
[prev]
[next]