summaryrefslogtreecommitdiff
path: root/docutils/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small fixes to math-output=HTML.milde2013-03-021-8/+3
* New setting `stylesheet_dirs`.milde2013-03-021-2/+22
* Add Estonian typographic quotes.milde2013-01-171-6/+10
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-041-4/+5
* Fix [ 3596884 ] exception importing ``docutils.io``.milde2012-12-271-2/+2
* 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
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-231-9/+10
* 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
* Use validate_comma_separated_string_list for stylesheet setting.milde2012-10-121-8/+5
* SafeString._str__ must not return a binary string with Python 3.x.milde2012-08-241-1/+5
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-258-1/+7655
* Drop support for Python 2.3.milde2012-06-221-3/+2
* Add py23 commentgrubert2012-05-011-0/+1
* Fix: list comprehension for python 2.3 requires brackettsgrubert2012-04-291-2/+2
* Fix relative_path() with source=None and `unicode` target.milde2012-02-031-1/+2
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-4/+4
* Store source and line in the "raw" node generated by raw-derived roles.milde2012-01-061-1/+1
* Fix [ 2971827 ] and [ 3442827 ]milde2011-12-201-0/+81
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-203-0/+1075