20 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Georg Brandl 90b20675bd #10777: fix iteration over dict keys while mutating the dict. 15 years ago
Georg Brandl c95c91880a Guard against rogue tuples. 15 years ago
Georg Brandl b56c0e24d6 #10661: give QName a nicer repr. 15 years ago
Senthil Kumaran ec30b3dd8c Fix Issue10205 - XML QName error when different tags have same QName. 16 years ago
Antoine Pitrou e033e06db0 Issue #10093: ResourceWarnings are now issued when files and sockets are 16 years ago
Florent Xicluna c17f17294f Issue #8047: Fix the xml.etree serializer to return bytes by default. 16 years ago
Florent Xicluna f15351d938 Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from 16 years ago
Antoine Pitrou 99f69ee7a1 Merged revisions 78125 via svnmerge from 16 years ago
Antoine Pitrou 54319287c9 Merged revisions 78123 via svnmerge from 16 years ago
Antoine Pitrou c77dd32be4 Issue #6233: ElementTree failed converting unicode characters to XML 16 years ago
Mark Dickinson a56c467ac3 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from 17 years ago
Guido van Rossum 34d1928766 SF patch# 1770008 by Christian Heimes (plus some extras). 19 years ago
Martin v. Löwis f30bb0eba2 Patch #1762412: Fix test case for struni branch. 19 years ago
Georg Brandl a18af4e7a2 PEP 3114: rename .next() to .__next__() and add next() builtin. 19 years ago
Neal Norwitz 9d72bb452b Remove functions in string module that are also string methods. Also remove: 19 years ago
Guido van Rossum cc2b016125 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; 19 years ago
Alex Martelli 6cefeb0e81 Jacques Frechet's and John Reese's simplification of ElementTree: give up 20 years ago
Alex Martelli c5c45ba30f Use proper py3k syntax for relative import (from . import foo) 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Fredrik Lundh 63168a52f4 added PSF licensing blurbs to relevant files 20 years ago
Armin Rigo 9ed7306031 Subversion settings: 20 years ago
Fred Drake c6730e1772 move the xml package implementation to xmlcore, and adjust the tests to 20 years ago
Fredrik Lundh 075854fcc5 added ElementTree core components to xml.etree 20 years ago