summaryrefslogtreecommitdiff
path: root/test/test_transforms
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports.milde2022-03-0523-32/+29
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-0418-0/+22
* Remove excess blank lines.milde2022-03-041-1/+0
* Ensure at least two spaces before inline comment.milde2022-03-046-7/+7
* Fix missing whitespace after ',' or ':'.milde2022-03-031-2/+4
* Fix whitespace before/after delimiters and colon.milde2022-03-031-1/+1
* Fix FilterMessages transform [bug:#435].milde2022-02-031-0/+75
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-293-6/+6
* Fix trailing whitespace (flake warning W291).milde2022-01-294-12/+12
* Drop string prefix "u".milde2022-01-265-35/+35
* Fix/silence DeprecationWarnings and RessourceWarnings.milde2022-01-061-28/+0
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-1/+1
* Remove "coding:" slugmilde2022-01-032-5/+1
* Remove 2.7-compatibility __future__ imports.milde2022-01-0321-44/+21
* Skip system_messages when propagating targets. Fixes bug #425.milde2021-09-202-5/+80
* Reorganise functional tests.milde2021-06-301-0/+18
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-1810-204/+204
* 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