summaryrefslogtreecommitdiff
path: root/docutils/test/test_parsers/test_rst/test_inline_markup.py
Commit message (Expand)AuthorAgeFilesLines
* Fix IndexError when running individual test modules under Python <3.9milde2022-11-261-1/+1
* Fix import errors with ``python -m unittest``.milde2022-11-251-1/+6
* Remove spurious "import unittest" from test scripts.milde2022-11-241-1/+0
* Inline ``ParserTestSuite``aa-turner2022-11-091-6/+20
* Normalise all test section namesaa-turner2022-10-281-2/+2
* Fix newline problems, further simplify ``compare_output``aa-turner2022-10-211-2/+3
* Remove all ``import __init__`` statements, as part of theaa-turner2022-10-211-2/+0
* Import ``DocutilsTestSupport`` from ``test``aa-turner2022-10-211-1/+1
* Remove unused imports.milde2022-03-051-1/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Drop string prefix "u".milde2022-01-261-52/+52
* Remove "coding:" slugmilde2022-01-031-2/+0
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Reorganise functional tests.milde2021-06-301-0/+17
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-35/+35
* Remove trailing whitespace.milde2021-06-171-2/+2
* Restore support for running tests stand-alone.milde2020-01-311-1/+3
* py3: Use 'absolute_import' futuremilde2019-08-261-1/+3
* Fix py38 SyntaxWarning: invalid escape sequence \grubert2019-08-111-10/+10
* tests to inline literal open and close grubert2018-07-111-0/+30
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-1/+1
* Consistent handling of all whitespace characters in inline markup recognition.milde2017-02-161-3/+66
* Recognize non-ASCII whitespace around inline literal, target and substitution. milde2016-12-191-0/+41
* Added functionality (plus tests & docs): escaped whitespace in URI contexts.goodger2016-12-161-0/+24
* Apply [ 103 ] inline markup without word boundaries; escaping in embedded URIs.milde2016-05-251-7/+44
* Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.milde2013-06-041-1/+1
* More test for inline markup recognition (no change to the rules).milde2013-04-281-5/+18
* Support embedded aliases within hyperlink references.milde2013-02-181-0/+85
* Fix [ 3402314 ] non-ASCII whitespace and punctuation around inline markup.milde2011-12-051-47/+190
* Allow also non-ASCII whitespace characters around inline markup.milde2011-11-291-3/+106
* Rewrite tests with r"strings", to make them better readable.milde2011-10-151-54/+54
* added test & fix for matched openers & closers (inline markup recognition rul...goodger2008-09-051-0/+23
* allow more Unicode characters as openers & delimitersgoodger2008-09-051-27/+64
* [ 1994493 ] Patch to support all kinds of quotes in inline markupgrubert2008-08-251-0/+438
* Merged adjacent-citations branch to trunk.strank2008-07-291-0/+16
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-4/+4
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-41/+41
* added test for escaped email addresseswiemann2005-01-131-0/+8
* updated for line block syntaxgoodger2004-10-051-2/+2
* updatedgoodger2004-06-281-2/+35
* Added unknown_reference_resolvers list for each transformer. This list holdsmmgilbe2004-03-251-9/+9
* Added "origuri" attribute to references which contain an embedded uri. Somemmgilbe2004-03-241-9/+9
* Verifying that external targets are truly targets and not indirectmmgilbe2004-03-231-27/+27
* Made embedded-URIs' reference text omittable. Idea from Beni Cherniavsky.goodger2003-12-241-0/+19
* Upon reviewing RFC 2396, I see that asterisks are valid URL characters, somet...goodger2003-12-241-0/+13
* support & docs for character-level inline markupgoodger2003-03-221-0/+20
* updatedgoodger2003-01-101-103/+2
* updatedgoodger2002-12-171-0/+11
* updatedgoodger2002-11-161-3/+132