summaryrefslogtreecommitdiff
path: root/docutils/utils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Use pathlib.Path in utils.find_file_in_dirs().milde2022-11-281-15/+10
* Use "pathlib" to simplify path manipulations. No change to behaviour.milde2022-11-241-9/+21
* New function utils.xml_declaration()milde2022-11-131-0/+13
* Use the built-in ``open`` instead of ``FileOutput``aa-turner2022-11-031-13/+12
* Unify naming of the "utf-8" codec.milde2022-06-131-1/+1
* Postpone deprecations to Docutils 2.0milde2022-05-301-1/+1
* Prepare switch from optparse to argparse.milde2022-03-171-8/+18
* Remove unused imports.milde2022-03-051-1/+2
* Avoid multiple statements on one line. Fix redundant backslashmilde2022-03-051-1/+2
* Avoid too long lines.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-1/+20
* Ensure at least two spaces before inline comment.milde2022-03-041-4/+5
* Fix multiple spaces after ',' or ':'.milde2022-03-031-3/+3
* Fix missing whitespace after ',' or ':'.milde2022-03-031-2/+2
* Fix missing whitespace around operator.milde2022-03-031-2/+2
* Small fixes, mostly documentation. Test more "list" settings.milde2022-02-051-2/+2
* Fix code indentationmilde2022-01-291-11/+13
* New style classes no longer need to inherit from `object`.milde2022-01-261-2/+2
* Drop string prefix "u".milde2022-01-261-2/+2
* Skip assigning to a variable when immediately returningmilde2022-01-261-2/+1
* Use "x not in y" over "not x in y"milde2022-01-261-3/+3
* Use "is" to check for Nonemilde2022-01-261-1/+1
* Use generator expressions with functions expecting a sequence.milde2022-01-261-3/+3
* Update URLs in the docs.milde2022-01-211-1/+0
* Change removal warnings to "minor + 2" where appropriate.milde2022-01-141-1/+2
* Drop use of utils.error_reporting module and deprecate it.milde2022-01-071-10/+8
* Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.milde2022-01-041-3/+3
* Drop (most) special-casing for Python 2.x.milde2022-01-031-11/+3
* Remove "coding:" slugmilde2022-01-031-1/+0
* Fixup for [r8891]. Fix bug #434.milde2021-11-181-0/+2
* Fix behaviour of get_stylesheet_list()milde2021-11-171-4/+10
* Update documentation and handling of (east-asian) wide characters.milde2021-11-141-1/+1
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-2/+2
* 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