summaryrefslogtreecommitdiff
path: root/docutils/nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Fix `nodes.Node.findall()` for Text nodes.milde2022-06-101-2/+5
* Postpone deprecations to Docutils 2.0milde2022-05-301-1/+1
* Do not use bare 'except'.milde2022-03-051-1/+1
* Avoid too long lines.milde2022-03-051-2/+1
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+14
* Remove excess blank lines.milde2022-03-041-8/+0
* Fix (some) missing blank linesmilde2022-03-041-1/+1
* Fix multiple spaces after keywordmilde2022-03-041-5/+5
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-12/+12
* Fix missing whitespace around operator.milde2022-03-031-1/+1
* Fix code indentationmilde2022-01-291-21/+22
* Fix trailing whitespace (flake warning W291).milde2022-01-291-8/+0
* Various small fixes.milde2022-01-291-4/+4
* Use generator expressions instead of lists.milde2022-01-271-6/+5
* New style classes no longer need to inherit from `object`.milde2022-01-261-13/+13
* Drop string prefix "u".milde2022-01-261-42/+42
* Skip assigning to a variable when immediately returningmilde2022-01-261-2/+1
* Remove unused importsmilde2022-01-261-9/+0
* Use "x not in y" over "not x in y"milde2022-01-261-1/+1
* Use "is" to check for Nonemilde2022-01-261-4/+4
* Use yield frommilde2022-01-261-16/+11
* Use generator expressions with functions expecting a sequence.milde2022-01-261-6/+6
* Update URLs in the docs.milde2022-01-211-2/+2
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
* Change removal warnings to "minor + 2" where appropriate.milde2022-01-141-3/+4
* Clean up in nodes.pymilde2022-01-071-27/+15
* Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.milde2022-01-041-44/+30
* Remove 2.7-compatibility __future__ imports.milde2022-01-031-3/+2
* Fix and document attribute definitions in nodes.Element.milde2021-11-161-23/+30
* Node.traverse() returns a list again to restore backwards compatibility.milde2021-11-111-26/+47
* Add DeprecationWarnings and FutureWarnings for planned changes.milde2021-11-051-1/+5
* 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