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
/
nodes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `nodes.Node.findall()` for Text nodes.
milde
2022-06-10
1
-2
/
+5
*
Postpone deprecations to Docutils 2.0
milde
2022-05-30
1
-1
/
+1
*
Do not use bare 'except'.
milde
2022-03-05
1
-1
/
+1
*
Avoid too long lines.
milde
2022-03-05
1
-2
/
+1
*
Ensure 2 blank lines around top-level functions and classes.
milde
2022-03-04
1
-0
/
+14
*
Remove excess blank lines.
milde
2022-03-04
1
-8
/
+0
*
Fix (some) missing blank lines
milde
2022-03-04
1
-1
/
+1
*
Fix multiple spaces after keyword
milde
2022-03-04
1
-5
/
+5
*
Fix unexpected spaces around equals indicating keyword arguments.
milde
2022-03-03
1
-12
/
+12
*
Fix missing whitespace around operator.
milde
2022-03-03
1
-1
/
+1
*
Fix code indentation
milde
2022-01-29
1
-21
/
+22
*
Fix trailing whitespace (flake warning W291).
milde
2022-01-29
1
-8
/
+0
*
Various small fixes.
milde
2022-01-29
1
-4
/
+4
*
Use generator expressions instead of lists.
milde
2022-01-27
1
-6
/
+5
*
New style classes no longer need to inherit from `object`.
milde
2022-01-26
1
-13
/
+13
*
Drop string prefix "u".
milde
2022-01-26
1
-42
/
+42
*
Skip assigning to a variable when immediately returning
milde
2022-01-26
1
-2
/
+1
*
Remove unused imports
milde
2022-01-26
1
-9
/
+0
*
Use "x not in y" over "not x in y"
milde
2022-01-26
1
-1
/
+1
*
Use "is" to check for None
milde
2022-01-26
1
-4
/
+4
*
Use yield from
milde
2022-01-26
1
-16
/
+11
*
Use generator expressions with functions expecting a sequence.
milde
2022-01-26
1
-6
/
+6
*
Update URLs in the docs.
milde
2022-01-21
1
-2
/
+2
*
Change http://docutils.sourceforge.net -> https://docutils.sourceforge.io
milde
2022-01-20
1
-1
/
+1
*
Change removal warnings to "minor + 2" where appropriate.
milde
2022-01-14
1
-3
/
+4
*
Clean up in nodes.py
milde
2022-01-07
1
-27
/
+15
*
Deprecate `nodes.reprunicode` and `nodes.ensure_str()`.
milde
2022-01-04
1
-44
/
+30
*
Remove 2.7-compatibility __future__ imports.
milde
2022-01-03
1
-3
/
+2
*
Fix and document attribute definitions in nodes.Element.
milde
2021-11-16
1
-23
/
+30
*
Node.traverse() returns a list again to restore backwards compatibility.
milde
2021-11-11
1
-26
/
+47
*
Add DeprecationWarnings and FutureWarnings for planned changes.
milde
2021-11-05
1
-1
/
+5
*
Fix spelling
milde
2021-10-22
1
-2
/
+2
*
Fix spelling errors.
milde
2021-10-21
1
-1
/
+1
*
Fix a bug in nodes.document.set_name_id_map().
milde
2021-10-12
1
-13
/
+15
*
Fix bug #421 Typo in r8766
milde
2021-07-13
1
-1
/
+1
*
Do not use deprecated "rawsource" argument when creating node.Text instances.
milde
2021-06-30
1
-8
/
+6
*
HTML5: ARIA roles for citations and citation-references.
milde
2021-06-25
1
-0
/
+7
*
nodes.document.make_id(): keep leading numbers and hyphens if possible.
milde
2021-06-18
1
-3
/
+6
*
Insert "meta" nodes at begin of document.
milde
2021-06-17
1
-1
/
+1
*
Make "meta" a standard node.
milde
2021-06-17
1
-6
/
+12
*
``nodes.Node.traverse()`` now returns an iterator instead of a list.
milde
2021-05-18
1
-42
/
+6
*
Fix "pseudoxml" writer option "detailled".
milde
2021-04-29
1
-3
/
+3
*
New option "detailled" for the `pseudoxml` writer.
milde
2020-12-15
1
-0
/
+8
*
Fix bug #410 The 'document' attribute is None for many nodes.
milde
2020-12-09
1
-6
/
+19
*
Documentation update.
milde
2020-12-01
1
-1
/
+1
*
Prevent circular inclusion
milde
2020-09-10
1
-1
/
+4
*
Apply version of patch #167 by Takeshi KOMIYA.
milde
2020-07-09
1
-32
/
+36
*
Apply patch #165: Fix error when copying `system_message` node.
milde
2020-03-14
1
-1
/
+1
*
Minor formatting updates.
milde
2020-02-06
1
-8
/
+6
*
Use decorator in _traversal_list auxiliary class.
milde
2019-12-23
1
-50
/
+25
[next]