summaryrefslogtreecommitdiff
path: root/docutils/utils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingmilde2021-10-221-1/+1
* Remove utils.unique_combinations().milde2021-05-181-7/+0
* Update documentationmilde2021-04-071-1/+1
* Provide fallbacks for parser config settings.milde2021-04-071-3/+2
* Fix #395.milde2020-07-141-1/+4
* Minor formatting updates.milde2020-02-061-1/+0
* trivial: Misc whitespace fixesmilde2019-08-271-1/+1
* py3: Wrap 'foo.keys()', 'zip(foo, bar') in 'list'milde2019-08-271-1/+1
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-4/+4
* Consistent Python 3 checks.milde2019-08-261-1/+1
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+3
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-1/+1
* py3: Switch to print functionsmilde2019-08-261-1/+0
* py3: Use new style classesmilde2019-08-261-1/+1
* Fix [ 366 ] - move unescape() definition to `nodes`milde2019-07-231-12/+2
* DocInfo transform must not use "rawsource" attribute for escaping.milde2018-11-201-7/+1
* New function `utils.unescape_rawsource`.milde2017-11-041-0/+7
* 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-111-7/+5
* added docutils.utils.version_identifier() and a testgoodger2017-07-081-1/+40
* Minor documentation fixes.milde2017-05-231-4/+12
* Added functionality (plus tests & docs): escaped whitespace in URI contexts.goodger2016-12-161-1/+12
* 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