summaryrefslogtreecommitdiff
path: root/test/test_transforms
Commit message (Expand)AuthorAgeFilesLines
* Limit length of input lines and substitution expansion.milde2020-09-141-0/+71
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
* Restore support for running tests stand-alone.milde2020-01-3119-19/+55
* Fix [ 383 ] Smart quotes around opening and separator characters.milde2020-01-261-13/+32
* Do not rely on `nodes.Node.traverse()` returning a "list" instance.milde2019-09-061-0/+2
* Add test for "strip-classes" setting.milde2019-09-061-5/+5
* py3: Use 'absolute_import' futuremilde2019-08-2619-22/+44
* py3: Switch to print functionsmilde2019-08-262-6/+6
* Fix py38 SyntaxWarning: invalid escape sequence \grubert2019-08-119-90/+90
* Fix #332 and #342 (smartquotes problems).milde2019-07-241-9/+116
* Unescape null-escaped content in nodes.Text.astext().milde2019-07-221-43/+43
* Revert the fix for backslash escaping in transforms.milde2018-11-211-109/+8
* smartquotes: Use single backslashes for escaping.milde2018-11-201-8/+109
* DocInfo transform must not use "rawsource" attribute for escaping.milde2018-11-201-48/+48
* Fix a typo.milde2018-01-141-10/+10
* Add <target> to one more testcase (see r8206).milde2017-12-191-1/+1
* Add tagname to "illegal element" substitution definition error message.milde2017-12-181-1/+1
* Ignore backslash-escaped separators when extracting authors from a paragraph.milde2017-11-041-0/+43
* smartquotes: Fix bug #332.milde2017-10-251-6/+36
* Add field name as class argument to generic docinfo fields unconditionally.milde2017-10-061-9/+9
* Fix [ 320 ] Russian docinfo fields not recognized.milde2017-06-181-1/+96
* Add "smartquotes-locales" setting.milde2017-05-081-0/+22
* unroll problematic refs to their origin in document when reporting errorsmilde2017-05-041-1/+1
* Fix [ 317 ] Extra space inserted with French smartquotes .milde2017-04-241-0/+66
* Do not add a second ID to problematic references.milde2017-04-061-2/+2
* Update smartquotes: milde2017-03-311-5/+7
* Fix [ 313 ] differentiate apostrophe from single quote (if possible).milde2017-03-191-19/+31
* Update and add smartquote definitions for some languages.milde2017-01-171-2/+2
* Test update.milde2016-05-241-0/+11
* Add name of generic bibliographic fields as a "classes" attribute valuemilde2015-05-291-2/+2
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* Treat embedded standalone hyperlinks as URI, even if ending in underscore.milde2013-03-111-1/+40
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-0/+22
* Support embedded aliases within hyperlink references.milde2013-02-181-0/+36
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-211-1/+35
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-041-2/+14
* SmartQuotes transform: language-depended quote characters.milde2012-11-261-6/+77
* Smartquotes: correct "educating" of quotes around inline markup.milde2012-11-181-2/+81
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-161-0/+51
* Unit test of the strip_elements_with_classes config setting.milde2012-08-161-0/+61
* Copy the "rawsource" attribute as well when doing node.copy() or node.deepcop...gbrandl2010-07-031-0/+1
* adjusted name and email addresswiemann2007-05-313-3/+3
* added writer_aux.Admonitions transform;wiemann2006-08-161-0/+33
* merged directives branch to trunk (r4375:4666);wiemann2006-07-121-2/+8
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-2117-68/+34
* Fixed bug with circular substitution definitions that put Docutils into an in...goodger2005-12-281-0/+84
* Added the universal.StripComments transform, the "strip_comments" setting, an...goodger2005-12-121-0/+49
* keep "Authors" field name, no matter how many authors listedgoodger2005-12-111-4/+6
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-081-0/+84
* corrected order of importsgoodger2005-12-034-3/+4