summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* Release 0.12: set version number to 0.12grubert2014-07-061-1/+1
* Fix [258] figwidth="image" generates unitless width value.milde2014-06-242-3/+3
* Do not add newline after inline math (produces unwanted whitespace).milde2014-05-281-2/+4
* Address [ 249 ] and [ 250 ]. CSV table fails on python 2 with unicode.milde2014-03-201-4/+7
* Apply [ 116 ] by Kirill Smelkov. No hardcode \\\\large for subtitle. milde2014-02-281-1/+6
* Fix math header writing for S5 (thanks to Jose Rojas for reporting).milde2013-09-051-5/+9
* LaTeX writer: fix basic syntax highlight definitions for code role and direct...milde2013-09-051-4/+9
* Fix [ 239 ] Latex writer glues paragraphs with figure floats.milde2013-09-021-2/+2
* Apply patch by Jakub Wilk to fix bug [ 100 ].milde2013-08-211-7/+11
* Add contributed patch for danish smartquotes.milde2013-08-211-0/+2
* Simplify visit_inline code.milde2013-08-211-21/+12
* Release 0.11: set version number to 0.12grubert2013-07-221-1/+1
* Release 0.11: set __version_details__ to "repository"grubert2013-07-221-1/+1
* Release 0.11: set version number to 0.11grubert2013-07-221-1/+1
* testing on ubuntu 10.04 installation broken because of different module direc...grubert2013-07-131-1/+1
* Release 0.11: set version number to 0.11grubert2013-07-131-1/+1
* Second version of patch #108.milde2013-07-121-3/+4
* Apply (part of) patch #108: source/line information for sphinx translationmilde2013-07-031-0/+2
* Apply #106 and #107: language support for danish.milde2013-07-032-0/+175
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-0411-14/+14
* Exclude "wide" characters from the "delimiters" regexp in "narrow" builds.milde2013-05-311-15/+46
* Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.milde2013-05-161-0/+2
* Avoid repeated class declarations in html4css1 writermilde2013-05-071-11/+12
* Writer comment with (currently ignored) figure alignment to the LaTeX source.milde2013-05-061-18/+16
* Add "babel" name for Serbian (cyrillic script).milde2013-05-061-4/+4
* Literal definition of character sets with backslash escapes instead of utf8.milde2013-04-281-34/+126
* 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-184-8/+8
* Fix [ 228 ] search docutils components first locally then globally.milde2013-04-171-2/+2
* Ticket #102: Fix citation rendering in rst2odt with --create-links optiondkuhlman2013-04-081-2/+8
* Always import our local copy of roman.py (report Larry Hastings).milde2013-03-251-5/+1
* Fix [ 157 ] Line block parsing does not like system message.milde2013-03-221-1/+1
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-153-6/+1
* Treat embedded standalone hyperlinks as URI, even if ending in underscore.milde2013-03-111-1/+2
* safe check for startswith "." grubert2013-03-091-1/+1
* Fix [3607063] handle lines starting with a period.grubert2013-03-081-3/+3
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-4/+6
* New default for `math-output` setting: "HTML math.css".milde2013-03-041-7/+14
* Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.milde2013-03-041-3/+6
* Small fixes to math-output=HTML.milde2013-03-022-11/+8
* New setting `stylesheet_dirs`.milde2013-03-023-20/+56
* FIX [ docutils-Bugs-3594442 ] complex table formatting errorgrubert2013-02-211-0/+5
* "Booktabs" table style for html4css1.milde2013-02-211-0/+15
* Support embedded aliases within hyperlink references.milde2013-02-181-16/+39
* always include macro defgrubert2013-02-161-1/+1
* append macros to self.headgrubert2013-02-161-1/+1
* move comment "Man page generated from reStructuredText." to first line (always)grubert2013-02-161-3/+3
* Fix [ 3603246 ] Bug in option "--graphicx-option=auto".milde2013-02-131-3/+3
* manpage Fix option separating comma was bold (thanks to Bill Morris).grubert2013-02-121-1/+1