summaryrefslogtreecommitdiff
path: root/Lib/xml
Commit message (Expand)AuthorAgeFilesLines
* bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11068)Victor Stinner2018-12-101-2/+2
* bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9547)Miss Islington (bot)2018-10-202-2/+4
* bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)Serhiy Storchaka2017-05-171-2/+8
* bpo-30264: ExpatParser now closes the source (#1476)Victor Stinner2017-05-051-3/+22
* English spelling and grammar fixesMartin Panter2016-07-111-1/+1
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Issue #10131: Fixed deep copying of minidom documents. Based on patchSerhiy Storchaka2015-11-261-3/+3
* Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.Serhiy Storchaka2015-11-231-30/+41
* Issue #24125: Saved error's line and column numbers when an error is occuredSerhiy Storchaka2015-05-061-2/+13
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-6/+8
* Issue #21990: Cleanup unnecessary inner class definition in saxutils.Raymond Hettinger2014-07-251-5/+8
* Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-8/+7
* remove duplicate method (closes #19127)Benjamin Peterson2013-09-291-3/+0
* Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-051-3/+3
* Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-121-2/+6
* Issue #11367: fix documentation of some find* methods in ElementTreeEli Bendersky2013-03-121-7/+5
* Issue #1470548: Do not buffer XMLGenerator output.Serhiy Storchaka2013-02-251-3/+7
* Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.Serhiy Storchaka2013-02-101-33/+49
* Issue #11159: SAX parser now supports unicode file names.Serhiy Storchaka2013-02-022-6/+27
* #11379: rephrase minidom documentation to use the term "minimal" instead of "...Ezio Melotti2013-01-221-2/+3
* Describe the default_namespace parameter of ElemetTree.write.Serhiy Storchaka2013-01-131-2/+3
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-182-4/+4
* #15970: xml.etree.ElementTree now serializes correctly the empty HTML element...Ezio Melotti2012-09-191-1/+1
* #4147: minidom's toprettyxml no longer adds whitespace around a text node whe...Ezio Melotti2011-11-181-5/+9
* Issue #2892: preserve iterparse events in case of SyntaxErrorFlorent Xicluna2011-11-011-15/+23
* Closes #7334: close source files on ElementTree.parse and iterparse (partial ...Florent Xicluna2011-10-291-11/+22
* #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-011-2/+4
* Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with...Senthil Kumaran2011-07-281-1/+1
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-162-2/+2
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
* Merged revisions 85546-85547 via svnmerge fromGeorg Brandl2010-11-261-5/+4
* Merged revisions 86348 via svnmerge fromSenthil Kumaran2010-11-091-2/+3
* Merged revisions 85858 via svnmerge fromAntoine Pitrou2010-10-271-0/+6
* Merged revisions 82757-82758,82760-82764 via svnmerge fromGeorg Brandl2010-10-061-1/+1
* Merged revisions 83864 via svnmerge fromFlorent Xicluna2010-08-091-1/+1
* Merged revisions 83152 via svnmerge fromAndrew M. Kuchling2010-07-251-0/+4
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...Florent Xicluna2010-03-114-545/+1038
* issue#6442 use in operator instead of has_keyJack Diederich2010-02-231-1/+1
* Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")Antoine Pitrou2010-02-091-2/+2
* replace has_key with 'in' operatorBenjamin Peterson2009-10-094-8/+8
* death to old CVS keywordBenjamin Peterson2009-10-091-6/+0
* #4490 Fix sample code run by "python -m xml.sax.xmlreader"Amaury Forgeot d'Arc2009-06-221-3/+3
* Issue #2170: refactored xml.dom.minidom.normalize, increasing bothR. David Murray2009-04-091-18/+11
* Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...Nick Coghlan2008-08-111-0/+1
* Remove dict.has_key() usage in xml.sax to silence warnings under -3.Brett Cannon2008-08-042-4/+4
* Remove dict.has_key() usage in xml.dom.minidom to silence warnings whileBrett Cannon2008-08-041-4/+4
* Issue #1390: Raise ValueError in toxml when an invalid comment wouldMartin v. Löwis2008-05-231-0/+2
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
* #1433694: minidom's .normalize() failed to set .nextSibling for last element.Andrew M. Kuchling2008-02-231-0/+2
* Issue 1290. CharacterData.__repr__ was constructing a stringFacundo Batista2007-10-241-1/+1