summaryrefslogtreecommitdiff
path: root/docutils/test/test_transforms/test_smartquotes.py
Commit message (Expand)AuthorAgeFilesLines
* Fix failures when running "transform" test modules as "__main__".milde2023-01-171-2/+5
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix import errors with ``python -m unittest``.milde2022-11-251-1/+6
* Remove spurious "import unittest" from test scripts.milde2022-11-241-1/+0
* Inline ``TransformTestSuite``aa-turner2022-11-091-20/+72
* Fix newline problems, further simplify ``compare_output``aa-turner2022-10-211-1/+1
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-211-2/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-211-1/+1
* Remove unused imports.milde2022-03-051-1/+1
* Ensure at least two spaces before inline comment.milde2022-03-041-1/+1
* Fix trailing whitespace (flake warnings W293, W391).milde2022-01-291-2/+2
* Fix trailing whitespace (flake warning W291).milde2022-01-291-2/+2
* Drop string prefix "u".milde2022-01-261-13/+13
* Remove "coding:" slugmilde2022-01-031-3/+1
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-2/+2
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
* Restore support for running tests stand-alone.milde2020-01-311-1/+1
* Fix [ 383 ] Smart quotes around opening and separator characters.milde2020-01-261-13/+32
* py3: Use 'absolute_import' futuremilde2019-08-261-2/+3
* py3: Switch to print functionsmilde2019-08-261-5/+5
* Fix py38 SyntaxWarning: invalid escape sequence \grubert2019-08-111-4/+4
* Fix #332 and #342 (smartquotes problems).milde2019-07-241-9/+116
* Revert the fix for backslash escaping in transforms.milde2018-11-211-109/+8
* smartquotes: Use single backslashes for escaping.milde2018-11-201-8/+109
* smartquotes: Fix bug #332.milde2017-10-251-6/+36
* Add "smartquotes-locales" setting.milde2017-05-081-0/+22
* Fix [ 317 ] Extra space inserted with French smartquotes .milde2017-04-241-0/+66
* 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
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* 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