summaryrefslogtreecommitdiff
path: root/docutils/test/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test case under Windows, add HISTORY entry for last commit.milde2023-01-171-7/+8
* Use pathlib.Path in utils.find_file_in_dirs().milde2022-11-281-7/+4
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Use "pathlib.Path" for self-documenting path manipulations.milde2022-11-241-11/+16
* New function utils.xml_declaration()milde2022-11-131-0/+18
* Make the tests agnostic to the working directoryaa-turner2022-11-101-5/+13
* Import from the ``docutils`` packageaa-turner2022-10-211-3/+3
* Avoid too long lines.milde2022-03-051-1/+2
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Remove excess blank lines.milde2022-03-041-3/+0
* Ensure at least two spaces before inline comment.milde2022-03-041-3/+3
* Simplify/modernise tests for exceptions and warnings.milde2022-02-211-35/+31
* Fix code indentationmilde2022-01-291-6/+6
* Drop string prefix "u".milde2022-01-261-23/+23
* Small fixes and clean-ups by Adam Turner.milde2022-01-261-1/+0
* Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.milde2022-01-041-1/+1
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-8/+4
* Fixup for [rr8892]milde2021-11-211-2/+6
* Fixup for [r8891]. Fix bug #434.milde2021-11-181-3/+4
* Fix behaviour of get_stylesheet_list()milde2021-11-171-1/+32
* Test the fix for #395.milde2020-07-181-0/+14
* Minor formatting updates.milde2020-02-061-3/+3
* add error messagegrubert2020-01-121-1/+1
* py3: Handle 'StringIO' to 'io' transition.milde2019-08-271-1/+6
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-1/+1
* Drop support for Python 3.3milde2019-08-261-6/+3
* Small comment/doc fixes.milde2019-08-211-0/+3
* DocInfo transform must not use "rawsource" attribute for escaping.milde2018-11-201-4/+0
* Move tests for (un)escaping functions to test_utils.milde2017-11-061-9/+12
* New function `utils.unescape_rawsource`.milde2017-11-041-0/+16
* * Consolidated version identifier documentation, moving text from docutils/__...goodger2017-08-151-1/+6
* * Consolidated version numbering documentation in docs/dev/policies.txt (move...goodger2017-08-141-8/+13
* added docutils.utils.version_identifier() and a testgoodger2017-07-081-2/+9
* hack around find files on windows , path with backslashgrubert2014-07-081-3/+6
* HACK around tests that depend on directory contents.grubert2014-07-061-1/+2
* New setting `stylesheet_dirs`.milde2013-03-021-0/+13
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-231-4/+7
* Fix relative_path() with source=None and `unicode` target.milde2012-02-031-0/+32
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-31/+32
* docutils.utils is now a package (providing a place for sub-modules)milde2011-12-201-1/+1
* Workaround for unicode messages in Exception instances with Python < 2.6.milde2011-04-121-3/+25
* Minor fixes for Python 3.1milde2011-01-031-1/+1
* exclude combining chars from column_width (partial fix for [ 2926161 ])milde2010-11-101-0/+6
* Handle language codes according to BCP 47 milde2010-09-171-0/+13
* Fix py3k problem: sys.stderr expects a unicode string.milde2010-03-221-17/+19
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-16/+16
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-2/+4
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* merged reporter-categories branch into trunk: removed docutils.utils.Reporter...goodger2005-04-051-81/+0
* made issuing debug-system_messages conditionalwiemann2005-03-281-5/+2