summaryrefslogtreecommitdiff
path: root/docutils/test/test_transforms/test_hyperlinks.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 ``TransformTestSuite``aa-turner2022-11-091-10/+28
* Fix newline problems, further simplify ``compare_output``aa-turner2022-10-211-1/+1
* 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
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-2/+1
* Skip system_messages when propagating targets. Fixes bug #425.milde2021-09-201-5/+4
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-55/+55
* Restore support for running tests stand-alone.milde2020-01-311-1/+3
* py3: Use 'absolute_import' futuremilde2019-08-261-2/+2
* Fix py38 SyntaxWarning: invalid escape sequence \grubert2019-08-111-19/+19
* Add tagname to "illegal element" substitution definition error message.milde2017-12-181-1/+1
* Do not add a second ID to problematic references.milde2017-04-061-2/+2
* Treat embedded standalone hyperlinks as URI, even if ending in underscore.milde2013-03-111-1/+40
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-0/+22
* Support embedded aliases within hyperlink references.milde2013-02-181-0/+36
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* removed more internal state (`document.anonymous_refs` andwiemann2005-10-111-0/+30
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-14/+14
* replaced node.parent.replace(node, new) constructs with node.substitute(new)wiemann2005-09-111-2/+2
* fixed image target test in test_transforms/test_hyperlinks.pywiemann2005-08-241-3/+3
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-051-4/+48
* removed document.internal_targets and document.external_targets;wiemann2005-06-291-0/+18
* removed non-deterministic behavior; thanks, David!wiemann2005-03-301-2/+2
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-99/+216
* fixed bug with chained targets in front of a sectionwiemann2005-03-051-0/+24
* made relocated targets before sections zero-lengthwiemann2005-03-051-1/+1
* relocate internal targets only in front of sections, doctitles and subtitleswiemann2005-03-051-47/+50
* when relocating a target, it now acquires the children of its new parent;wiemann2005-02-271-34/+34
* removed unused linesgoodger2005-02-251-15/+0
* Fixed mislocated internal targets bug, by relocating targets into the next te...goodger2005-02-251-9/+33
* updatedgoodger2004-05-041-3/+28
* updatedgoodger2004-04-021-2/+31
* Added unknown_reference_resolvers list for each transformer. This list holdsmmgilbe2004-03-251-2/+2
* Added "origuri" attribute to references which contain an embedded uri. Somemmgilbe2004-03-241-2/+2
* Verifying that external targets are truly targets and not indirectmmgilbe2004-03-231-31/+31
* updatedgoodger2004-01-041-0/+26
* updatedgoodger2003-01-171-2/+42
* updatedgoodger2002-11-161-1/+32
* updatedgoodger2002-10-241-3/+8
* updatedgoodger2002-10-081-12/+13
* updatedgoodger2002-08-211-28/+28
* updatedgoodger2002-06-271-3/+6
* enabled running standalonegoodger2002-04-251-2/+1
* Initial revisiongoodger2002-04-201-0/+441