summaryrefslogtreecommitdiff
path: root/docutils/nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingmilde2021-10-221-2/+2
* Fix spelling errors.milde2021-10-211-1/+1
* Fix a bug in nodes.document.set_name_id_map().milde2021-10-121-13/+15
* Fix bug #421 Typo in r8766milde2021-07-131-1/+1
* Do not use deprecated "rawsource" argument when creating node.Text instances.milde2021-06-301-8/+6
* HTML5: ARIA roles for citations and citation-references.milde2021-06-251-0/+7
* nodes.document.make_id(): keep leading numbers and hyphens if possible.milde2021-06-181-3/+6
* Insert "meta" nodes at begin of document.milde2021-06-171-1/+1
* Make "meta" a standard node.milde2021-06-171-6/+12
* ``nodes.Node.traverse()`` now returns an iterator instead of a list.milde2021-05-181-42/+6
* Fix "pseudoxml" writer option "detailled".milde2021-04-291-3/+3
* New option "detailled" for the `pseudoxml` writer.milde2020-12-151-0/+8
* Fix bug #410 The 'document' attribute is None for many nodes.milde2020-12-091-6/+19
* Documentation update.milde2020-12-011-1/+1
* Prevent circular inclusionmilde2020-09-101-1/+4
* Apply version of patch #167 by Takeshi KOMIYA.milde2020-07-091-32/+36
* Apply patch #165: Fix error when copying `system_message` node.milde2020-03-141-1/+1
* Minor formatting updates.milde2020-02-061-8/+6
* Use decorator in _traversal_list auxiliary class.milde2019-12-231-50/+25
* Extend _traversal_list auxiliary class.milde2019-12-231-7/+38
* Fix and add test for more use cases for nodes.set_id().milde2019-10-301-3/+5
* More descriptive auto-IDsmilde2019-10-111-12/+27
* Future warning for Node.traverse().milde2019-09-181-1/+23
* Speed up Node.next_node() ...milde2019-09-111-28/+40
* py3: Fix magic methodsmilde2019-08-271-3/+5
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-6/+6
* Remove duplicate definition of `nodes.Element.__contains__`.milde2019-08-261-8/+6
* Consistent Python 3 checks.milde2019-08-261-6/+6
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-4/+2
* py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'.milde2019-08-261-6/+5
* py3: Replace 'sys.maxint' with 'sys.maxsize'milde2019-08-261-2/+2
* py3: Replace deprecated form of raising exceptionmilde2019-08-261-6/+6
* py3: Add aliases for removed symbolsmilde2019-08-261-2/+6
* py3: Switch to print functionsmilde2019-08-261-1/+2
* py3: Use new style classesmilde2019-08-261-15/+39
* Fix [ 366 ] - move unescape() definition to `nodes`milde2019-07-231-3/+15
* Apply #356: Add Node.astext() as an abstract super method.milde2019-02-121-1/+5
* Unescape null-escaped content in nodes.Text.astext().milde2018-11-201-1/+3
* Drop empty lines in Text.pformat() and revert [r8194].milde2018-01-191-11/+7
* Fix [ 251 ] system_message.copy() TypeError. Fix nodes.Element.copy()milde2018-01-161-4/+16
* `Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.milde2017-11-041-9/+13
* Fix typo in docstring. milde2017-10-171-1/+1
* Fix [ 253 ] Attribute key without value not allowed in XML.milde2015-02-161-1/+1
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-211-10/+254
* Fix [ 3601607 ] node.__repr__() must return `str` instance.milde2013-01-211-4/+15
* Documentation updatemilde2012-12-121-0/+1
* SmartQuotes transform: language-depended quote characters.milde2012-11-261-2/+17
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-20/+21
* XML writer overhaul (use visitor pattern, raw XML pass through).milde2012-01-181-6/+16
* Apply tuple_args_guard.patch [ 2993967 ] milde2011-06-071-2/+2