summaryrefslogtreecommitdiff
path: root/docutils/utils/smartquotes.py
Commit message (Expand)AuthorAgeFilesLines
* Update source links for smartquotes localization.milde2023-04-061-12/+14
* `locale.getdefaultlocale()` is deprecated in Python 0.11milde2023-01-101-1/+1
* Fix "shebang on non-executable files".milde2022-11-161-0/+0
* Unify naming of the "utf-8" codec.milde2022-06-131-1/+1
* Do not use bare 'except'.milde2022-03-051-1/+1
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-051-8/+8
* Avoid too long lines.milde2022-03-051-109/+112
* Fix imports.milde2022-03-051-23/+23
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Remove excess blank lines.milde2022-03-041-3/+0
* Ensure at least two spaces before inline comment.milde2022-03-041-55/+52
* Fix multiple spaces before/after operatormilde2022-03-031-14/+14
* Fix code indentationmilde2022-01-291-2/+2
* Smartquotes 1.8.2: Code cleanup. Require Python 3.milde2022-01-271-50/+36
* New style classes no longer need to inherit from `object`.milde2022-01-261-1/+1
* Drop string prefix "u".milde2022-01-261-102/+102
* Remove redundant parenthesesmilde2022-01-261-3/+3
* Remove re.U(NICODE), it is the default in Python 3milde2022-01-261-5/+5
* Use generator expressions with functions expecting a sequence.milde2022-01-261-3/+3
* Update URLs in the docs.milde2022-01-211-2/+2
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
* Module "locale" is supported by Jython since version 2.7.2.milde2022-01-111-1/+1
* Remove "coding:" slugmilde2022-01-031-2/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* 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