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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix spelling
milde
2021-10-22
4
-7
/
+7
*
docutils-cli.py: Read settings from standard configuration files.
milde
2021-10-19
1
-11
/
+35
*
Review settings_spec.
milde
2021-05-17
1
-3
/
+3
*
Improve help and error msg for docutils-cli.
milde
2021-04-07
1
-11
/
+16
*
Fix typo.
milde
2021-03-27
1
-2
/
+2
*
Rename buildhtml.py's "html-writer" option to "writer".
milde
2021-03-26
1
-4
/
+9
*
Clean up Markdown support.
milde
2021-01-03
4
-110
/
+4
*
Rename the generic command line frontend to "docutils-cli.py"
milde
2020-12-15
1
-0
/
+0
*
New generic front end
milde
2020-12-02
1
-0
/
+67
*
Add support for Markdown.
milde
2020-12-01
3
-0
/
+106
*
Fix a docstring.
milde
2020-09-30
1
-2
/
+1
*
Fix link to 2-Clause BSD license.
milde
2020-09-04
2
-3
/
+3
*
rst2html5: fix description.
milde
2020-03-31
1
-2
/
+2
*
test_buildhtml.py: Wait for the subprocess to finish
milde
2020-03-03
1
-0
/
+1
*
test_buildhtml: Eliminate need for shell=True
milde
2020-03-03
1
-3
/
+4
*
test_buildhtml: Drop obsolete NameError handling
milde
2020-03-03
1
-11
/
+4
*
Use default encoding (utf8) for documentation in tools/editors/emacs.
milde
2020-02-06
2
-21
/
+19
*
Update and document configuration section dependencies.
milde
2019-11-06
1
-1
/
+8
*
buildhtml.py: New option "--html-writer".
milde
2019-11-04
2
-6
/
+18
*
trivial: Misc whitespace fixes
milde
2019-08-27
1
-1
/
+1
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
3
-5
/
+5
*
py3: Replace 'ur' prefix
milde
2019-08-27
1
-2
/
+8
*
Consistent Python 3 checks.
milde
2019-08-26
2
-4
/
+4
*
py3: Use 'sorted(foo)' instead of 'foo.sort()'
milde
2019-08-26
2
-6
/
+3
*
py3: Resolve some additional undefined symbols
milde
2019-08-26
1
-11
/
+0
*
py3: Add aliases for removed symbols
milde
2019-08-26
1
-5
/
+5
*
py3: Switch to print functions
milde
2019-08-26
6
-59
/
+21
*
py3: Use new style classes
milde
2019-08-26
3
-5
/
+5
*
Drop support for Python 3.3
milde
2019-08-26
1
-1
/
+1
*
Remove legacy ImportError exception handlers (patch by Stephen Finucane).
milde
2019-08-21
1
-9
/
+2
*
trailing blank
grubert
2019-08-06
1
-1
/
+1
*
Add test for __version_info__, fix output of optional __version_details__.
milde
2017-06-23
1
-4
/
+5
*
Generate the complete punctuation_chars module with the corresponding tool.
milde
2017-01-17
1
-60
/
+190
*
Debug: `rst-forward-indented-block` starts at searching at next line
smerten
2017-01-08
2
-19
/
+55
*
"Outsourcing" of development code from utils.punctuation_chars.
milde
2017-01-05
1
-0
/
+334
*
Lots of refactorings and a few minor improvements.
smerten
2017-01-03
26
-2332
/
+3844
*
Add rst2html4 front end. Update docs.
milde
2016-12-10
1
-0
/
+26
*
Major refactoring:
smerten
2016-07-31
24
-1923
/
+7280
*
Replaced macros `rst-iterate-leftmost-...` by new function
smerten
2015-12-28
2
-113
/
+625
*
Update tutorial.
smerten
2015-10-04
3
-131
/
+318
*
Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.
milde
2015-08-12
1
-35
/
+0
*
Small fixes to the writer aliases, supported formats, and front-end tools.
milde
2015-03-17
3
-7
/
+8
*
Base xhtml11 writer on html-base. Adapt and fix tests.
milde
2015-03-10
2
-6
/
+8
*
New basic HTML writer: generates polyglott HTML 5 / XHTML 1.1 (transitional)
milde
2015-03-10
1
-0
/
+35
*
Basic documentation for the xhtml11 writer and frontend.
milde
2015-02-24
1
-7
/
+1
*
New HTML writer generating `XHTML1.1`_ styled with CSS2.
milde
2015-02-21
1
-0
/
+39
*
change link to vim vst plugin (bug #242)
grubert
2014-10-21
1
-1
/
+1
*
FIX: 3598956 -- No new line in buildhtml.py "Processing directory" msg
grubert
2012-12-31
1
-1
/
+1
*
Add support for `imenu` and `which-func-mode`. Remember setting
smerten
2012-09-20
18
-396
/
+784
*
Allow running test_buildhtml.py from anywhere, also with Python 3.
milde
2012-09-03
1
-19
/
+30
[next]