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_nodes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix [bugs:#463]. Spurious comma in deprecation warning.
milde
2022-12-17
1
-0
/
+5
*
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
-0
/
+7
*
Import from the ``docutils`` package
aa-turner
2022-10-21
1
-1
/
+1
*
Fix previous_sibling() method.
milde
2022-10-11
1
-0
/
+10
*
Fix `nodes.Node.findall()` for Text nodes.
milde
2022-06-10
1
-0
/
+39
*
Remove unused imports.
milde
2022-03-05
1
-1
/
+0
*
Avoid too long lines.
milde
2022-03-05
1
-2
/
+3
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-0
/
+2
*
Ensure comments start with '# '
milde
2022-03-04
1
-2
/
+2
*
Ensure at least two spaces before inline comment.
milde
2022-03-04
1
-3
/
+3
*
Simplify/modernise tests for exceptions and warnings.
milde
2022-02-21
1
-7
/
+4
*
Fix code indentation
milde
2022-01-29
1
-29
/
+30
*
Drop string prefix "u".
milde
2022-01-26
1
-175
/
+175
*
Remove unused imports
milde
2022-01-26
1
-1
/
+0
*
Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.
milde
2022-01-04
1
-14
/
+0
*
Drop special-casing for Python 2.x in tests and tools.
milde
2022-01-03
1
-54
/
+27
*
Remove "coding:" slug
milde
2022-01-03
1
-2
/
+1
*
Add DeprecationWarnings and FutureWarnings for planned changes.
milde
2021-11-05
1
-4
/
+13
*
Fix bug #421 Typo in r8766
milde
2021-07-13
1
-0
/
+15
*
Do not use deprecated "rawsource" argument when creating node.Text instances.
milde
2021-06-30
1
-2
/
+2
*
Change default value for the "auto_id_prefix" setting to "%".
milde
2021-06-18
1
-1
/
+2
*
nodes.document.make_id(): keep leading numbers and hyphens if possible.
milde
2021-06-18
1
-2
/
+2
*
Apply patch #165: Fix error when copying `system_message` node.
milde
2020-03-14
1
-4
/
+14
*
Fix : DeprecationWarning: Please use assertEqual
grubert
2019-12-02
1
-33
/
+33
*
Fix and add test for more use cases for nodes.set_id().
milde
2019-10-30
1
-27
/
+62
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-8
/
+8
*
Consistent Python 3 checks.
milde
2019-08-26
1
-8
/
+8
*
Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'
milde
2019-08-26
1
-1
/
+1
*
py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'.
milde
2019-08-26
1
-2
/
+2
*
py3: Add aliases for removed symbols
milde
2019-08-26
1
-0
/
+3
*
Fix: (in regex) py38 SyntaxWarning: invalid escape sequence \
grubert
2019-08-10
1
-1
/
+1
*
Drop empty lines in Text.pformat() and revert [r8194].
milde
2018-01-19
1
-6
/
+4
*
Fix [ 251 ] system_message.copy() TypeError. Fix nodes.Element.copy()
milde
2018-01-16
1
-0
/
+3
*
`Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.
milde
2017-11-04
1
-0
/
+9
*
Drop 2.4 and 2.5 compatibility code, part 2.
milde
2017-08-14
1
-3
/
+2
*
Apply [ 115 ] mind for fixed 2to3 string literal conversion behavior.
milde
2014-02-28
1
-1
/
+1
*
Apply [ 2714873 ] Fix for the overwritting of document attributes.
milde
2013-01-21
1
-0
/
+111
*
Fix [ 3601607 ] node.__repr__() must return `str` instance.
milde
2013-01-21
1
-4
/
+45
*
Drop support for Python 2.3.
milde
2012-06-22
1
-10
/
+0
*
python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...
grubert
2012-05-01
1
-0
/
+5
*
Replace deprecated aliases for assert methods with correct names.
milde
2012-02-03
1
-85
/
+85
*
Cleanup: Use True/False for boolean values
milde
2012-01-19
1
-10
/
+10
*
Copy the "rawsource" attribute as well when doing node.copy() or node.deepcop...
gbrandl
2010-07-03
1
-3
/
+3
*
Fix [ 2975987 ] repr(Text) failed with long string (Jeffrey C. Jacobs).
milde
2010-03-26
1
-2
/
+14
*
Convert docutils to Python 3 (at least so that it runs the test suite.)
gbrandl
2009-04-01
1
-12
/
+19
*
Apply [ 1878977 ] make_id(): deaccent characters.
grubert
2008-09-28
1
-5
/
+179
*
Merged abolish-userstring-haskey r5609:5616 to trunk.
strank
2008-07-28
1
-1
/
+5
*
undo accidental commit to trunk
strank
2008-07-23
1
-1
/
+1
*
Replace all has_key with the in operator.
strank
2008-07-23
1
-1
/
+1
[next]