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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix #126 manpage title with spaces
grubert
2020-02-17
2
-8
/
+8
*
[ Fix #380 ] manpage commandline option problem in sphinx.
grubert
2020-02-17
2
-5
/
+5
*
Minor formatting updates.
milde
2020-02-06
1
-3
/
+3
*
Restore support for running tests stand-alone.
milde
2020-01-31
96
-105
/
+282
*
latex writer: announced changes.
milde
2020-01-30
8
-73
/
+19
*
html5: support <ins> and <del> tags.
milde
2020-01-30
1
-6
/
+6
*
html5: use semantic text-level tags
milde
2020-01-30
1
-13
/
+13
*
Use new HTML5 element <main>.
milde
2020-01-30
4
-50
/
+50
*
html5: Use semantic tags <figure> and <figcaption>.
milde
2020-01-30
2
-17
/
+139
*
html5: Use semantic tags <header>, <footer>, <section>, <aside>.
milde
2020-01-30
3
-142
/
+141
*
Fix [ 383 ] Smart quotes around opening and separator characters.
milde
2020-01-26
1
-13
/
+32
*
VersionInfo fixes
milde
2020-01-26
1
-18
/
+88
*
add error message
grubert
2020-01-12
1
-1
/
+1
*
set release 0.17b.dev
grubert
2020-01-12
15
-15
/
+15
*
set version 0.16
grubert
2020-01-12
15
-15
/
+15
*
Test localisation of admonition directives.
milde
2020-01-09
4
-53
/
+326
*
version: 0.16rc2.dev
grubert
2019-12-19
15
-15
/
+15
*
version: 0.16rc1
grubert
2019-12-19
15
-15
/
+15
*
set version: 0.16rc1.dev
grubert
2019-12-15
15
-15
/
+15
*
Fix : DeprecationWarning: Please use assertEqual
grubert
2019-12-02
1
-33
/
+33
*
FIX for BUG #287 comma after option is bold
grubert
2019-11-24
1
-0
/
+32
*
tests/functional: Set "auto_id_prefix" to "%" (expands to tag-names).
milde
2019-11-15
18
-699
/
+700
*
Fix and add test for more use cases for nodes.set_id().
milde
2019-10-30
1
-27
/
+62
*
html5 writer: prepare support of <ins> and <del> tags.
milde
2019-10-10
3
-144
/
+215
*
html5 writer: Add list of text-level tags to the functional test.
milde
2019-09-30
3
-133
/
+582
*
HTML fixes and updates.
milde
2019-09-19
6
-15
/
+17
*
LaTeX writer: Deprecation warning for ``\docutilsrole``-prefix.
milde
2019-09-17
8
-0
/
+16
*
Fix [ 339 ] don't use "alltt" in admonitions and footnotes.
milde
2019-09-14
8
-15
/
+238
*
Fix informal titles
milde
2019-09-11
3
-11
/
+9
*
Do not rely on `nodes.Node.traverse()` returning a "list" instance.
milde
2019-09-06
1
-0
/
+2
*
Add test for "strip-classes" setting.
milde
2019-09-06
1
-5
/
+5
*
trivial: Misc whitespace fixes
milde
2019-08-27
1
-1
/
+1
*
Simplify code.
milde
2019-08-27
1
-7
/
+3
*
py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'
milde
2019-08-27
4
-4
/
+4
*
Remove auxiliary Python 2/3 compatibility definition module.
milde
2019-08-27
2
-2
/
+8
*
py3: Handle 'StringIO' to 'io' transition.
milde
2019-08-27
2
-2
/
+12
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
13
-33
/
+34
*
py3: Replace 'ur' prefix
milde
2019-08-27
1
-2
/
+2
*
py3: Replace 'foo.next()' with 'next(foo)'
milde
2019-08-26
1
-1
/
+1
*
Consistent Python 3 checks.
milde
2019-08-26
9
-20
/
+20
*
Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'
milde
2019-08-26
2
-3
/
+3
*
py3: Use 'sorted(foo)' instead of 'foo.sort()'
milde
2019-08-26
3
-12
/
+6
*
py3: Use 'absolute_import' future
milde
2019-08-26
95
-104
/
+251
*
py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'.
milde
2019-08-26
1
-2
/
+2
*
py3: Replace deprecated form of raising exception
milde
2019-08-26
2
-18
/
+5
*
py3: Add aliases for removed symbols
milde
2019-08-26
8
-2
/
+35
*
py3: Switch to 'except foo as bar' syntax
milde
2019-08-26
6
-17
/
+17
*
py3: Switch to print functions
milde
2019-08-26
15
-91
/
+93
*
py3: Use new style classes
milde
2019-08-26
3
-3
/
+3
*
Drop support for Python 3.3
milde
2019-08-26
4
-22
/
+15
[prev]
[next]