summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove TODO comment: writer import with python >= 2.7 is solvedmilde2013-05-071-1/+0
* The Git clone at is currently not updated.milde2013-05-061-17/+22
* Writer comment with (currently ignored) figure alignment to the LaTeX source.milde2013-05-063-22/+20
* Add "babel" name for Serbian (cyrillic script).milde2013-05-061-4/+4
* More test for inline markup recognition (no change to the rules).milde2013-04-281-5/+18
* Literal definition of character sets with backslash escapes instead of utf8.milde2013-04-281-34/+126
* Fix broken links.milde2013-04-241-2/+2
* Fix for changes in 7650.milde2013-04-221-59/+61
* Re-calculate only if run as stand-alone module. Add verbose test output.milde2013-04-221-130/+149
* Fix [ 228 ], part II.milde2013-04-185-13/+10
* Fix [ 228 ] search docutils components first locally then globally.milde2013-04-172-2/+7
* Ticket #102: Fix citation rendering in rst2odt with --create-links optiondkuhlman2013-04-081-2/+8
* Fix NNTP link. Thanks to Patrick O Keeffemilde2013-04-061-1/+1
* Syntax highlight requires a stylesheet.milde2013-03-271-3/+5
* Always import our local copy of roman.py (report Larry Hastings).milde2013-03-252-5/+2
* Fix version nr in doc titlegrubert2013-03-231-3/+3
* Fix [ 157 ] Line block parsing does not like system message.milde2013-03-223-1/+28
* Remove trunk from ROOT urlsgrubert2013-03-221-3/+7
* change repository paths for new sfgrubert2013-03-211-4/+5
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-155-9/+14
* Treat embedded standalone hyperlinks as URI, even if ending in underscore.milde2013-03-113-11/+59
* safe check for startswith "." grubert2013-03-091-1/+1
* Fix [3607063] handle lines starting with a period.grubert2013-03-084-5/+9
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-073-4/+32
* New default for `math-output` setting: "HTML math.css".milde2013-03-047-32/+62
* Fix test under Py3k.milde2013-03-041-2/+2
* Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.milde2013-03-043-3/+26
* Test case for io.Input.decode with "unicode" data. Cf. bug [ 3606659 ].milde2013-03-041-1/+9
* Small fixes to math-output=HTML.milde2013-03-024-18/+17
* New setting `stylesheet_dirs`.milde2013-03-028-123/+255
* FIX [ docutils-Bugs-3594442 ] complex table formatting errorgrubert2013-02-212-2/+9
* docutils-Bugs-3594442 : complex table formatting errorgrubert2013-02-212-0/+54
* "Booktabs" table style for html4css1.milde2013-02-211-0/+15
* regression test for sphinx admonitiongrubert2013-02-211-0/+23
* added notes to see .txt sourcegoodger2013-02-201-2/+5
* "reStructuredText" is **ONE** word, *not two!*goodger2013-02-201-0/+2
* Support embedded aliases within hyperlink references.milde2013-02-185-26/+190
* Fix functional manpage testgrubert2013-02-181-2/+2
* Reformat config.txt (options as sub-sections).milde2013-02-171-840/+1067
* always include macro defgrubert2013-02-162-5/+9
* append macros to self.headgrubert2013-02-161-1/+1
* move comment "Man page generated from reStructuredText." to first line (always)grubert2013-02-162-12/+12
* fix manpage test grubert2013-02-161-2/+2
* Minor documentation edits.milde2013-02-162-10/+12
* Fix [ 3603246 ] Bug in option "--graphicx-option=auto".milde2013-02-132-3/+4
* manpage Fix option separating comma was bold (thanks to Bill Morris).grubert2013-02-122-1/+5
* Fix [ 3602652 ] correct syntax-highlight default value in help string.milde2013-01-301-1/+1
* Add link to the "link list" for other independent but related projects.milde2013-01-281-4/+16
* Fix TypeError: Python 3 does no implicit conversion between bytes and unicode...milde2013-01-251-1/+1
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-215-20/+429