summaryrefslogtreecommitdiff
path: root/docutils/utils/smartquotes.py
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingmilde2021-10-221-2/+2
* fix deprecation warninggrubert2021-04-091-1/+1
* Fix link to 2-Clause BSD license.milde2020-09-041-2/+2
* Apply patch for bug #399 Fixes in Korean translation by Shinjo Park.milde2020-08-221-1/+1
* Fix [ 383 ] Smart quotes around opening and separator characters.milde2020-01-261-62/+58
* trivial: Misc whitespace fixesmilde2019-08-271-4/+4
* py3: Replace 'ur' prefixmilde2019-08-271-11/+13
* py3: Switch to print functionsmilde2019-08-261-9/+10
* Fix #332 and #342 (smartquotes problems).milde2019-07-241-3/+4
* Apply [ 153 ] Korean mappings by Thomas Sungjin Kang.milde2019-04-151-0/+1
* Remove flag to re.sub (not required and unsupported in 2.6).milde2018-01-141-1/+1
* Fix #338: re.sub() flag argument at wrong position.milde2018-01-081-1/+1
* Minor documentation update: smartquotes is still experimental.milde2017-11-081-5/+1
* smartquotes: Fix bug #332.milde2017-10-251-41/+32
* smart quotes: improve configurability of the transform, add more locales.milde2017-05-301-1/+15
* Improve smartquotes command line interface.milde2017-05-211-11/+28
* Add "smartquotes-locales" setting.milde2017-05-081-1/+1
* Fix a regression in [r8062] (extra space with French smartquotes again).milde2017-05-041-3/+6
* smartquotes: Add command line interface for stand-alone use (requires 2.7).milde2017-04-241-100/+144
* Fix [ 317 ] Extra space inserted with French smartquotes .milde2017-04-241-1/+4
* Document and update smartquotes.milde2017-04-101-78/+67
* Really use the full NBSP inside French quotes.milde2017-03-311-1/+1
* Update smartquotes: milde2017-03-311-20/+20
* Fix [ 313 ] differentiate apostrophe from single quote (if possible).milde2017-03-191-42/+72
* Update and add smartquote definitions for some languages.milde2017-01-171-6/+20
* Fix swedisch smartquotes.milde2016-12-191-2/+3
* Fix smart quotes definition for swedish (sv).milde2016-12-101-2/+3
* Various minor documentation edits.milde2016-01-131-1/+1
* Add contributed patch for danish smartquotes.milde2013-08-211-0/+2
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* Add Estonian typographic quotes.milde2013-01-171-6/+10
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-041-4/+5
* smartquotes: non-breaking spaces for french quotes, LaTeX character conversion.milde2012-12-121-2/+3
* SmartQuotes transform: language-depended quote characters.milde2012-11-261-81/+157
* Smartquotes: correct "educating" of quotes around inline markup.milde2012-11-181-196/+188
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-161-0/+830