summaryrefslogtreecommitdiff
path: root/docutils/utils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* New setting `stylesheet_dirs`.milde2013-03-021-2/+22
* Fix [ 3596884 ] exception importing ``docutils.io``.milde2012-12-271-2/+2
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-231-9/+10
* Use validate_comma_separated_string_list for stylesheet setting.milde2012-10-121-8/+5
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* 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
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-201-0/+730