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
*
#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
*
Fix typo in comment.
Walter Dörwald
2004-11-25
1
-1/+1
*
when only using half of the return value of os.path.split(), use
Fred Drake
2004-10-20
1
-1/+1
*
SF bug #902037: relative on-disk SYSTEM id handling is incorrect
Raymond Hettinger
2004-10-20
1
-4/+5
*
Require minimally PyXML 0.8.4.
Martin v. Löwis
2004-10-13
1
-1/+1
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-2/+2
*
fix documentation for ContentHandler.ignorableWhitespace()
Fred Drake
2004-05-06
1
-4/+1
*
Consider output encoding in XMLGenerator. Fixes #938076.
Martin v. Löwis
2004-05-06
1
-13/+28
*
Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.
Martin v. Löwis
2004-05-06
1
-1/+1
*
Swap public and system ID in start_doctype_decl. Fixes #780300.
Martin v. Löwis
2004-05-06
1
-1/+1
*
commit the portion of PyXML patch #919008 that is relevant to the
Fred Drake
2004-03-20
1
-2/+7
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
3
-4/+4
*
Add missing self. before curNode. This may need to be committed
Neal Norwitz
2003-06-29
1
-1/+1
*
Whitespace normalization.
Tim Peters
2003-04-24
4
-5/+5
[next]