index
:
delta/python-packages/docutils.git
abolish-userstring
abolish-userstring-haskey
abolish-userstring-haskey@5608
abolish-userstring@5603
address-rendering
address-rendering@4309
adjacent-citations
adjacent-citations@5042
ax
better-emacs
blais_interrupt_render
blais_interruptus
blais_interruptus@3512
directives
docutils-0.4
docutils-0.4@4265
goodger
include-after-until
include-after-until@4999
index-bug
index-bug@5586
lossless-rst-writer
lossless-rst-writer@5513
master
multiple-ids
nesting
plugins
plugins@4951
rel-0.15
reporter-categories
reporter-categories@3161
s5
s5@4010
subdocs
subdocs@5264
tibs
todo
todo2
todo2@3743
todo@3675
transforms
vendor
svn.code.sf.net: p/docutils/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docutils
/
test
/
test_parsers
/
test_rst
/
test_inline_markup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix IndexError when running individual test modules under Python <3.9
milde
2022-11-26
1
-1
/
+1
*
Fix import errors with ``python -m unittest``.
milde
2022-11-25
1
-1
/
+6
*
Remove spurious "import unittest" from test scripts.
milde
2022-11-24
1
-1
/
+0
*
Inline ``ParserTestSuite``
aa-turner
2022-11-09
1
-6
/
+20
*
Normalise all test section names
aa-turner
2022-10-28
1
-2
/
+2
*
Fix newline problems, further simplify ``compare_output``
aa-turner
2022-10-21
1
-2
/
+3
*
Remove all ``import __init__`` statements, as part of the
aa-turner
2022-10-21
1
-2
/
+0
*
Import ``DocutilsTestSupport`` from ``test``
aa-turner
2022-10-21
1
-1
/
+1
*
Remove unused imports.
milde
2022-03-05
1
-1
/
+1
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-0
/
+1
*
Drop string prefix "u".
milde
2022-01-26
1
-52
/
+52
*
Remove "coding:" slug
milde
2022-01-03
1
-2
/
+0
*
Remove 2.7-compatibility __future__ imports.
milde
2022-01-03
1
-2
/
+1
*
Reorganise functional tests.
milde
2021-06-30
1
-0
/
+17
*
Change default value for the "auto_id_prefix" setting to "%".
milde
2021-06-18
1
-35
/
+35
*
Remove trailing whitespace.
milde
2021-06-17
1
-2
/
+2
*
Restore support for running tests stand-alone.
milde
2020-01-31
1
-1
/
+3
*
py3: Use 'absolute_import' future
milde
2019-08-26
1
-1
/
+3
*
Fix py38 SyntaxWarning: invalid escape sequence \
grubert
2019-08-11
1
-10
/
+10
*
tests to inline literal open and close
grubert
2018-07-11
1
-0
/
+30
*
Drop compatibility code for Python 2.4 and 2.5.
milde
2017-08-11
1
-1
/
+1
*
Consistent handling of all whitespace characters in inline markup recognition.
milde
2017-02-16
1
-3
/
+66
*
Recognize non-ASCII whitespace around inline literal, target and substitution.
milde
2016-12-19
1
-0
/
+41
*
Added functionality (plus tests & docs): escaped whitespace in URI contexts.
goodger
2016-12-16
1
-0
/
+24
*
Apply [ 103 ] inline markup without word boundaries; escaping in embedded URIs.
milde
2016-05-25
1
-7
/
+44
*
Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.
milde
2013-06-04
1
-1
/
+1
*
More test for inline markup recognition (no change to the rules).
milde
2013-04-28
1
-5
/
+18
*
Support embedded aliases within hyperlink references.
milde
2013-02-18
1
-0
/
+85
*
Fix [ 3402314 ] non-ASCII whitespace and punctuation around inline markup.
milde
2011-12-05
1
-47
/
+190
*
Allow also non-ASCII whitespace characters around inline markup.
milde
2011-11-29
1
-3
/
+106
*
Rewrite tests with r"strings", to make them better readable.
milde
2011-10-15
1
-54
/
+54
*
added test & fix for matched openers & closers (inline markup recognition rul...
goodger
2008-09-05
1
-0
/
+23
*
allow more Unicode characters as openers & delimiters
goodger
2008-09-05
1
-27
/
+64
*
[ 1994493 ] Patch to support all kinds of quotes in inline markup
grubert
2008-08-25
1
-0
/
+438
*
Merged adjacent-citations branch to trunk.
strank
2008-07-29
1
-0
/
+16
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
1
-4
/
+2
*
Added ``serial_escape`` function; escapes string values that are elements of ...
goodger
2005-10-02
1
-4
/
+4
*
merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk
wiemann
2005-03-26
1
-41
/
+41
*
added test for escaped email addresses
wiemann
2005-01-13
1
-0
/
+8
*
updated for line block syntax
goodger
2004-10-05
1
-2
/
+2
*
updated
goodger
2004-06-28
1
-2
/
+35
*
Added unknown_reference_resolvers list for each transformer. This list holds
mmgilbe
2004-03-25
1
-9
/
+9
*
Added "origuri" attribute to references which contain an embedded uri. Some
mmgilbe
2004-03-24
1
-9
/
+9
*
Verifying that external targets are truly targets and not indirect
mmgilbe
2004-03-23
1
-27
/
+27
*
Made embedded-URIs' reference text omittable. Idea from Beni Cherniavsky.
goodger
2003-12-24
1
-0
/
+19
*
Upon reviewing RFC 2396, I see that asterisks are valid URL characters, somet...
goodger
2003-12-24
1
-0
/
+13
*
support & docs for character-level inline markup
goodger
2003-03-22
1
-0
/
+20
*
updated
goodger
2003-01-10
1
-103
/
+2
*
updated
goodger
2002-12-17
1
-0
/
+11
*
updated
goodger
2002-11-16
1
-3
/
+132
[next]