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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21990: Cleanup unnecessary inner class definition in saxutils.
Raymond Hettinger
2014-07-25
1
-5/+8
*
Issue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka
2014-01-25
1
-8/+7
*
remove duplicate method (closes #19127)
Benjamin Peterson
2013-09-29
1
-3/+0
*
Issue #18347: ElementTree's html serializer now preserves the case of closing...
Christian Heimes
2013-07-04
1
-3/+3
*
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
Serhiy Storchaka
2013-05-12
1
-2/+6
*
Issue #11367: fix documentation of some find* methods in ElementTree
Eli Bendersky
2013-03-12
1
-7/+5
*
Issue #1470548: Do not buffer XMLGenerator output.
Serhiy Storchaka
2013-02-25
1
-3/+7
*
Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
Serhiy Storchaka
2013-02-10
1
-33/+49
*
Issue #11159: SAX parser now supports unicode file names.
Serhiy Storchaka
2013-02-02
2
-6/+27
*
#11379: rephrase minidom documentation to use the term "minimal" instead of "...
Ezio Melotti
2013-01-22
1
-2/+3
*
Describe the default_namespace parameter of ElemetTree.write.
Serhiy Storchaka
2013-01-13
1
-2/+3
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
2
-4/+4
*
#15970: xml.etree.ElementTree now serializes correctly the empty HTML element...
Ezio Melotti
2012-09-19
1
-1/+1
*
#4147: minidom's toprettyxml no longer adds whitespace around a text node whe...
Ezio Melotti
2011-11-18
1
-5/+9
*
Issue #2892: preserve iterparse events in case of SyntaxError
Florent Xicluna
2011-11-01
1
-15/+23
*
Closes #7334: close source files on ElementTree.parse and iterparse (partial ...
Florent Xicluna
2011-10-29
1
-11/+22
*
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
R David Murray
2011-10-01
1
-2/+4
*
Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with...
Senthil Kumaran
2011-07-28
1
-1/+1
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
2
-2/+2
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
*
Merged revisions 85546-85547 via svnmerge from
Georg Brandl
2010-11-26
1
-5/+4
*
Merged revisions 86348 via svnmerge from
Senthil Kumaran
2010-11-09
1
-2/+3
*
Merged revisions 85858 via svnmerge from
Antoine Pitrou
2010-10-27
1
-0/+6
*
Merged revisions 82757-82758,82760-82764 via svnmerge from
Georg Brandl
2010-10-06
1
-1/+1
*
Merged revisions 83864 via svnmerge from
Florent Xicluna
2010-08-09
1
-1/+1
*
Merged revisions 83152 via svnmerge from
Andrew M. Kuchling
2010-07-25
1
-0/+4
*
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...
Florent Xicluna
2010-03-11
4
-545/+1038
*
issue#6442 use in operator instead of has_key
Jack Diederich
2010-02-23
1
-1/+1
*
Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")
Antoine Pitrou
2010-02-09
1
-2/+2
*
replace has_key with 'in' operator
Benjamin Peterson
2009-10-09
4
-8/+8
*
death to old CVS keyword
Benjamin Peterson
2009-10-09
1
-6/+0
*
#4490 Fix sample code run by "python -m xml.sax.xmlreader"
Amaury Forgeot d'Arc
2009-06-22
1
-3/+3
*
Issue #2170: refactored xml.dom.minidom.normalize, increasing both
R. David Murray
2009-04-09
1
-18/+11
*
Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...
Nick Coghlan
2008-08-11
1
-0/+1
*
Remove dict.has_key() usage in xml.sax to silence warnings under -3.
Brett Cannon
2008-08-04
2
-4/+4
*
Remove dict.has_key() usage in xml.dom.minidom to silence warnings while
Brett Cannon
2008-08-04
1
-4/+4
*
Issue #1390: Raise ValueError in toxml when an invalid comment would
Martin v. Löwis
2008-05-23
1
-0/+2
*
#2503 make singletons compared with "is" not == or !=
Benjamin Peterson
2008-03-29
1
-1/+1
*
#1433694: minidom's .normalize() failed to set .nextSibling for last element.
Andrew M. Kuchling
2008-02-23
1
-0/+2
*
Issue 1290. CharacterData.__repr__ was constructing a string
Facundo Batista
2007-10-24
1
-1/+1
*
Patch 1463026: Support default namespace in XMLGenerator.
Martin v. Löwis
2007-02-12
1
-16/+19
*
expunge the xmlcore changes:
Fred Drake
2006-07-29
22
-0/+7402
*
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake
2005-12-14
21
-7462/+0
*
r1077@spiff: Fredrik | 2005-12-12 22:58:44 +0100
Fredrik Lundh
2005-12-12
1
-0/+1
*
r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100
Fredrik Lundh
2005-12-12
1
-2/+6
*
added ElementTree core components to xml.etree
Fredrik Lundh
2005-12-12
4
-0/+1621
*
[Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate()
Andrew M. Kuchling
2005-12-04
1
-2/+3
*
[Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix f...
Andrew M. Kuchling
2005-11-22
1
-2/+2
*
bug [ 1262320 ] minidom.py alternate newl support is broken
Georg Brandl
2005-08-25
1
-6/+6
*
fix XMLFilterBase.resolveEntity() so the caller gets the result
Fred Drake
2005-02-03
1
-1/+1
[next]