summaryrefslogtreecommitdiff
path: root/docutils/utils
Commit message (Expand)AuthorAgeFilesLines
* Update pygments integration.milde2021-01-031-6/+1
* Don't drop "code" directive content if Warnings are silenced.milde2020-12-161-2/+2
* Fix link to 2-Clause BSD license.milde2020-09-047-8/+8
* Apply patch for bug #399 Fixes in Korean translation by Shinjo Park.milde2020-08-221-1/+1
* Fix #395.milde2020-07-141-1/+4
* Minor formatting updates.milde2020-02-061-1/+0
* Fix [ 383 ] Smart quotes around opening and separator characters.milde2020-01-261-62/+58
* trivial: Misc whitespace fixesmilde2019-08-276-662/+643
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-272-2/+2
* py3: Fix magic methodsmilde2019-08-271-14/+79
* py3: Handle 'urllib', 'urllib2' to 'urlib.*' renamemilde2019-08-271-2/+6
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-273-9/+9
* py3: Replace 'ur' prefixmilde2019-08-273-27/+28
* py3: Replace 'foo.next()' with 'next(foo)'milde2019-08-262-2/+2
* Consistent Python 3 checks.milde2019-08-262-2/+2
* Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'milde2019-08-261-1/+1
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-2/+1
* py3: Replace deprecated form of raising exceptionmilde2019-08-261-4/+5
* py3: Resolve some additional undefined symbolsmilde2019-08-261-4/+4
* py3: Add aliases for removed symbolsmilde2019-08-263-50/+22
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-262-3/+3
* py3: Switch to print functionsmilde2019-08-264-14/+14
* py3: Use new style classesmilde2019-08-262-2/+2
* Drop support for Python 3.3milde2019-08-261-1/+1
* Fix #332 and #342 (smartquotes problems).milde2019-07-241-3/+4
* Fix [ 366 ] - move unescape() definition to `nodes`milde2019-07-231-12/+2
* 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