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 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
*
Extend _traversal_list auxiliary class.
milde
2019-12-23
1
-7
/
+38
*
Fix and add test for more use cases for nodes.set_id().
milde
2019-10-30
1
-3
/
+5
*
More descriptive auto-IDs
milde
2019-10-11
1
-12
/
+27
*
Future warning for Node.traverse().
milde
2019-09-18
1
-1
/
+23
*
Speed up Node.next_node() ...
milde
2019-09-11
1
-28
/
+40
*
py3: Fix magic methods
milde
2019-08-27
1
-3
/
+5
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-6
/
+6
*
Remove duplicate definition of `nodes.Element.__contains__`.
milde
2019-08-26
1
-8
/
+6
*
Consistent Python 3 checks.
milde
2019-08-26
1
-6
/
+6
*
py3: Use 'sorted(foo)' instead of 'foo.sort()'
milde
2019-08-26
1
-4
/
+2
*
py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'.
milde
2019-08-26
1
-6
/
+5
*
py3: Replace 'sys.maxint' with 'sys.maxsize'
milde
2019-08-26
1
-2
/
+2
*
py3: Replace deprecated form of raising exception
milde
2019-08-26
1
-6
/
+6
*
py3: Add aliases for removed symbols
milde
2019-08-26
1
-2
/
+6
*
py3: Switch to print functions
milde
2019-08-26
1
-1
/
+2
*
py3: Use new style classes
milde
2019-08-26
1
-15
/
+39
*
Fix [ 366 ] - move unescape() definition to `nodes`
milde
2019-07-23
1
-3
/
+15
*
Apply #356: Add Node.astext() as an abstract super method.
milde
2019-02-12
1
-1
/
+5
*
Unescape null-escaped content in nodes.Text.astext().
milde
2018-11-20
1
-1
/
+3
*
Drop empty lines in Text.pformat() and revert [r8194].
milde
2018-01-19
1
-11
/
+7
*
Fix [ 251 ] system_message.copy() TypeError. Fix nodes.Element.copy()
milde
2018-01-16
1
-4
/
+16
*
`Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.
milde
2017-11-04
1
-9
/
+13
*
Fix typo in docstring.
milde
2017-10-17
1
-1
/
+1
*
Fix [ 253 ] Attribute key without value not allowed in XML.
milde
2015-02-16
1
-1
/
+1
*
Apply [ 2714873 ] Fix for the overwritting of document attributes.
milde
2013-01-21
1
-10
/
+254
*
Fix [ 3601607 ] node.__repr__() must return `str` instance.
milde
2013-01-21
1
-4
/
+15
*
Documentation update
milde
2012-12-12
1
-0
/
+1
*
SmartQuotes transform: language-depended quote characters.
milde
2012-11-26
1
-2
/
+17
*
Cleanup: Use True/False for boolean values
milde
2012-01-19
1
-20
/
+21
*
XML writer overhaul (use visitor pattern, raw XML pass through).
milde
2012-01-18
1
-6
/
+16
*
Apply tuple_args_guard.patch [ 2993967 ]
milde
2011-06-07
1
-2
/
+2
[next]