index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
xml
/
dom
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-142754: Ensure that Element & Attr instances have the ownerDocument attrib...
Petr Viktorin
11 days
1
-0/+2
*
gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146)
Seth Michael Larson
2025-12-03
1
-8/+1
*
gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284)
Stephen Morton
2025-01-07
1
-5/+7
*
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner
2024-06-13
1
-1/+1
*
gh-50002: xml.dom.minidom now preserves whitespaces in attributes (GH-107947)
Serhiy Storchaka
2023-08-23
1
-7/+23
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
1
-4/+1
*
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#...
Kevin Kirsche
2022-08-23
1
-0/+2
*
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade
2021-09-08
1
-13/+0
*
bpo-40443: Remove unused imports in the stdlib (GH-19803)
Victor Stinner
2020-04-30
1
-1/+0
*
bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355)
Alex Itkes
2020-04-12
1
-0/+23
*
bpo-37534: Allow adding Standalone Document Declaration when generating XML d...
Henry Harutyunyan
2020-02-29
1
-10/+16
*
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
Serhiy Storchaka
2019-09-01
1
-4/+4
*
bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-1...
Vladimir Surjaninov
2019-03-27
1
-1/+2
*
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061)
Victor Stinner
2018-12-10
1
-2/+2
*
bpo-34160: Preserve order of attributes in minidom. (GH-10219)
Diego Rojas
2018-11-07
1
-2/+1
*
bpo-34791: xml package obeys ignore env flags (GH-9544)
Christian Heimes
2018-09-24
1
-1/+3
*
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Berker Peksag
2018-08-11
1
-0/+7
*
bpo-33274: Compliance with DOM L1: return removed attribute (#7465)
arikrupnik
2018-06-07
1
-0/+1
*
bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (G...
Matthias Bussonnier
2018-05-17
1
-22/+0
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-1/+1
*
Issue #26182: Raise DeprecationWarning for improper use of async/await keywords
Yury Selivanov
2016-09-15
1
-3/+3
*
English spelling and grammar fixes
Martin Panter
2016-07-11
1
-1/+1
*
Issue #10131: Fixed deep copying of minidom documents. Based on patch
Serhiy Storchaka
2015-11-26
1
-3/+3
|
\
|
*
Issue #10131: Fixed deep copying of minidom documents. Based on patch
Serhiy Storchaka
2015-11-26
1
-3/+3
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-1/+25
*
|
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka
2015-01-31
1
-3/+0
*
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-2/+3
|
/
*
Issue #21774: Fix incorrect variable in xml.dom.minidom
Raymond Hettinger
2014-06-15
1
-1/+1
*
#12220: improve minidom error when URI contains spaces.
R David Murray
2014-04-20
1
-1/+3
*
Merge from 3.3
Andrew Kuchling
2013-11-12
1
-1/+5
|
\
|
*
Closes #12828: add docstring text noting this is an internal-only module
Andrew Kuchling
2013-11-12
1
-1/+5
*
|
merge 3.3 (#19127)
Benjamin Peterson
2013-09-29
1
-3/+0
|
\
\
|
|
/
|
*
remove duplicate method (closes #19127)
Benjamin Peterson
2013-09-29
1
-3/+0
*
|
modernize some modules' code by using with statement around open()
Giampaolo Rodola'
2013-02-12
1
-8/+2
|
/
*
#11379: merge with 3.2.
Ezio Melotti
2013-01-22
1
-2/+3
|
\
|
*
#11379: rephrase minidom documentation to use the term "minimal" instead of "...
Ezio Melotti
2013-01-22
1
-2/+3
*
|
Issue #15296: Fix minidom.toxml/toprettyxml for non-unicode encodings. Patch...
Eli Bendersky
2012-07-13
1
-10/+12
*
|
xml.dom.minidom: add more __slots__ to limit resource usage.
Florent Xicluna
2012-03-05
2
-6/+8
*
|
xml.dom: fix typo, drop unused imports.
Florent Xicluna
2012-03-05
2
-5/+1
*
|
Issue #14168: Check for presence of _attrs before accessing it.
Martin v. Löwis
2012-03-05
1
-0/+4
*
|
Create _attr/_attrNS lazily.
Martin v. Löwis
2012-02-19
2
-9/+34
*
|
Use __slots__ throughout instead of __dict__, to reduce the memory usage.
Martin v. Löwis
2012-02-19
2
-141/+114
*
|
Fix imports in xml.dom.
Florent Xicluna
2011-12-10
1
-5/+1
|
/
*
#4147: minidom's toprettyxml no longer adds whitespace around a text node whe...
Ezio Melotti
2011-11-18
1
-5/+9
*
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
R David Murray
2011-10-01
1
-2/+4
*
Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead
Victor Stinner
2011-07-03
1
-1/+1
*
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
2
-2/+2
|
\
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
2
-2/+2
*
|
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-1/+1
|
\
\
|
|
/
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
[next]