summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Customizable MathJax URL (based on patch by Dmitry Shachnev).milde2012-10-184-98/+49
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-161-0/+51
* New setting validators, code cleanup.milde2012-10-121-4/+5
* Fix Py3k error writing to stdout with encoding differing from default.milde2012-10-111-14/+16
* Change default of "syntax highlight" option to "long", milde2012-09-148-84/+80
* Use ``<code>`` tag for inline "code", do not drop nested inline nodes (syntax...milde2012-09-121-2/+2
* FIX : forgott tests to __import__ patchgrubert2012-08-275-0/+259
* Fix [3559988] and [3560841] __import__ local writer, reader, languages and pa...grubert2012-08-261-0/+5
* test get_writer_class failing to load local-writer from python2.7 upgrubert2012-08-222-0/+72
* Fix to attach the default page style in the body of the documentdkuhlman2012-08-193-0/+0