summaryrefslogtreecommitdiff
path: root/docutils/utils
Commit message (Expand)AuthorAgeFilesLines
* Apply [ 153 ] Korean mappings by Thomas Sungjin Kang.milde2019-04-151-0/+1
* DocInfo transform must not use "rawsource" attribute for escaping.milde2018-11-201-7/+1
* Fix code_analyzer problem under Python 3.3.milde2018-01-161-1/+6
* 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
* Fix error reporting in wrapper for external tex2mathml converters.milde2018-01-041-9/+8
* Minor documentation update: smartquotes is still experimental.milde2017-11-081-5/+1
* New function `utils.unescape_rawsource`.milde2017-11-041-0/+7
* smartquotes: Fix bug #332.milde2017-10-251-41/+32
* Small cleanup and formatting edits.milde2017-08-171-8/+5
* * Consolidated version numbering documentation in docs/dev/policies.txt (move...goodger2017-08-141-13/+15
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-112-12/+13
* added docutils.utils.version_identifier() and a testgoodger2017-07-081-1/+40
* Fix [ 321 ] Import block might cause name error.milde2017-06-221-0/+2
* smart quotes: improve configurability of the transform, add more locales.milde2017-05-301-1/+15
* Apply patch [ 140 ] by Ville Skyttä (escape sequence deprecation fix).milde2017-05-301-1/+1
* Minor documentation fixes.milde2017-05-231-4/+12
* 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
* Generate the complete punctuation_chars module with the corresponding tool.milde2017-01-171-48/+47
* "Outsourcing" of development code from utils.punctuation_chars.milde2017-01-051-304/+23
* Clarify use of Unicode character categories.milde2017-01-041-38/+87
* Fix swedisch smartquotes.milde2016-12-191-2/+3
* Added functionality (plus tests & docs): escaped whitespace in URI contexts.goodger2016-12-161-1/+12
* Apply patch by Neil Schemenauer to fix bad string escapesmilde2016-12-102-3/+3
* Fix smart quotes definition for swedish (sv).milde2016-12-101-2/+3
* Fix [ 298 ] Deal with LC_CTYPE=UTF-8milde2016-07-221-5/+13
* Various minor documentation edits.milde2016-01-131-1/+1
* Fix [ 130 ] support streams expectiong byte-strings in ErrorOutput.milde2016-01-131-1/+5
* RFC 2806 for tel: URI scheme obsoleted by RFC 3966.milde2015-09-221-1/+1
* Safe import of "pygments": syntax errors with Py 3.1 and 3.2.milde2015-04-201-1/+1
* Small HTML fixes and documentation updates.milde2015-04-122-2/+14
* Support some external TeX math -> MathML converters.milde2015-04-101-0/+147
* New upstream version (additional macros, piecewise integrals and sums).milde2015-02-271-138/+258
* Add ``\\\\colon`` macro, fix spacing around colons. Fixes [ 246 ].milde2015-02-191-4/+4
* Fix mapping of "\\\\circ" macro to Unicode character.milde2015-02-161-2/+2
* 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-046-8/+8
* Exclude "wide" characters from the "delimiters" regexp in "narrow" builds.milde2013-05-311-15/+46
* Literal definition of character sets with backslash escapes instead of utf8.milde2013-04-281-34/+126
* Fix for changes in 7650.milde2013-04-221-59/+61
* Re-calculate only if run as stand-alone module. Add verbose test output.milde2013-04-221-130/+149