summaryrefslogtreecommitdiff
path: root/docutils/test/test_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Fix [bugs:#463]. Spurious comma in deprecation warning.milde2022-12-171-0/+5
* 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-0/+7
* Import from the ``docutils`` packageaa-turner2022-10-211-1/+1
* Fix previous_sibling() method.milde2022-10-111-0/+10
* Fix `nodes.Node.findall()` for Text nodes.milde2022-06-101-0/+39
* Remove unused imports.milde2022-03-051-1/+0
* Avoid too long lines.milde2022-03-051-2/+3
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+2
* Ensure comments start with '# 'milde2022-03-041-2/+2
* Ensure at least two spaces before inline comment.milde2022-03-041-3/+3
* Simplify/modernise tests for exceptions and warnings.milde2022-02-211-7/+4
* Fix code indentationmilde2022-01-291-29/+30
* Drop string prefix "u".milde2022-01-261-175/+175
* Remove unused importsmilde2022-01-261-1/+0
* Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.milde2022-01-041-14/+0
* Drop special-casing for Python 2.x in tests and tools.milde2022-01-031-54/+27
* Remove "coding:" slugmilde2022-01-031-2/+1
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-4/+13
* Fix bug #421 Typo in r8766milde2021-07-131-0/+15
* Do not use deprecated "rawsource" argument when creating node.Text instances.milde2021-06-301-2/+2
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-1/+2
* nodes.document.make_id(): keep leading numbers and hyphens if possible.milde2021-06-181-2/+2
* Apply patch #165: Fix error when copying `system_message` node.milde2020-03-141-4/+14
* Fix : DeprecationWarning: Please use assertEqual grubert2019-12-021-33/+33
* Fix and add test for more use cases for nodes.set_id().milde2019-10-301-27/+62
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-8/+8
* Consistent Python 3 checks.milde2019-08-261-8/+8
* Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'milde2019-08-261-1/+1
* py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'.milde2019-08-261-2/+2
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+3
* Fix: (in regex) py38 SyntaxWarning: invalid escape sequence \grubert2019-08-101-1/+1
* Drop empty lines in Text.pformat() and revert [r8194].milde2018-01-191-6/+4
* Fix [ 251 ] system_message.copy() TypeError. Fix nodes.Element.copy()milde2018-01-161-0/+3
* `Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.milde2017-11-041-0/+9
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-3/+2
* Apply [ 115 ] mind for fixed 2to3 string literal conversion behavior.milde2014-02-281-1/+1
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-211-0/+111
* Fix [ 3601607 ] node.__repr__() must return `str` instance.milde2013-01-211-4/+45
* Drop support for Python 2.3.milde2012-06-221-10/+0
* python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...grubert2012-05-011-0/+5
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-85/+85
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-10/+10
* Copy the "rawsource" attribute as well when doing node.copy() or node.deepcop...gbrandl2010-07-031-3/+3
* Fix [ 2975987 ] repr(Text) failed with long string (Jeffrey C. Jacobs).milde2010-03-261-2/+14
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-12/+19
* Apply [ 1878977 ] make_id(): deaccent characters.grubert2008-09-281-5/+179
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-1/+5
* undo accidental commit to trunkstrank2008-07-231-1/+1
* Replace all has_key with the in operator.strank2008-07-231-1/+1