summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesdocutils-0.12milde2017-05-301-1/+1
* Do not add newline after inline math (produces unwanted whitespace).milde2014-05-284-97/+48
* Apply [ 115 ] mind for fixed 2to3 string literal conversion behavior.milde2014-02-281-1/+1
* Apply [ 116 ] by Kirill Smelkov. No hardcode \\\\large for subtitle. milde2014-02-283-3/+13
* Fix [ 223 ] by removing redundant tests we do not have control over.milde2013-09-281-14/+2
* LaTeX writer: fix basic syntax highlight definitions for code role and direct...milde2013-09-053-14/+35
* Fix [ 239 ] Latex writer glues paragraphs with figure floats.milde2013-09-022-0/+10
* Simplify visit_inline code.milde2013-08-212-2/+2
* Release 0.11: set version number to 0.12grubert2013-07-2212-12/+12
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-047-7/+7
* Error string change backborted to 2.7.4 and 3.2.4.milde2013-05-171-1/+2
* Fix [ 235 ] Python 2.3.3 uses repr when printing unknown url type in urlopen.milde2013-05-161-4/+8
* Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.milde2013-05-161-5/+9
* Remove TODO comment: writer import with python >= 2.7 is solvedmilde2013-05-071-1/+0
* Writer comment with (currently ignored) figure alignment to the LaTeX source.milde2013-05-062-4/+4
* More test for inline markup recognition (no change to the rules).milde2013-04-281-5/+18
* Fix [ 157 ] Line block parsing does not like system message.milde2013-03-221-0/+23
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-152-3/+13
* Treat embedded standalone hyperlinks as URI, even if ending in underscore.milde2013-03-111-1/+40
* Fix [3607063] handle lines starting with a period.grubert2013-03-082-2/+5
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-0/+22
* New default for `math-output` setting: "HTML math.css".milde2013-03-043-10/+22
* Fix test under Py3k.milde2013-03-041-2/+2
* Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.milde2013-03-041-0/+16
* 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-022-7/+9
* New setting `stylesheet_dirs`.milde2013-03-022-15/+78
* FIX [ docutils-Bugs-3594442 ] complex table formatting errorgrubert2013-02-211-2/+4
* docutils-Bugs-3594442 : complex table formatting errorgrubert2013-02-212-0/+54
* regression test for sphinx admonitiongrubert2013-02-211-0/+23
* Support embedded aliases within hyperlink references.milde2013-02-182-0/+121
* Fix functional manpage testgrubert2013-02-181-2/+2
* always include macro defgrubert2013-02-161-4/+8
* move comment "Man page generated from reStructuredText." to first line (always)grubert2013-02-161-9/+9
* fix manpage test grubert2013-02-161-2/+2
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-212-1/+146
* Fix [ 3601607 ] node.__repr__() must return `str` instance.milde2013-01-211-4/+45
* remove trailing whitespacemilde2013-01-201-3/+1
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-1711-47/+160
* latex2e: Drop the simple algorithm replacing straight double quotes.milde2013-01-056-167/+130
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-041-2/+14
* Unify/simplify type testing in "validate_*_list".milde2013-01-011-4/+9
* Fix: 3598893 --stylesheet and --stylesheet-path options broken, patch partial...grubert2012-12-311-1/+1
* Add tests for frontend.validate_comma_separated_list and frontend.validate_co...grubert2012-12-311-0/+25
* Release 0.10: set version number to 0.11grubert2012-12-1612-12/+12
* SmartQuotes transform: language-depended quote characters.milde2012-11-261-6/+77
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-265-14/+14
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-231-4/+7
* Smartquotes: correct "educating" of quotes around inline markup.milde2012-11-181-2/+81
* Code cleanup and test html math output options.milde2012-10-252-7/+72