| Commit message (Expand) | Author | Age | Files | Lines |
* | #10777: fix iteration over dict keys while mutating the dict. | Georg Brandl | 2010-12-28 | 1 | -0/+9 |
* | Fix Issue10205 - XML QName error when different tags have same QName. | Senthil Kumaran | 2010-11-09 | 1 | -0/+5 |
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard li... | Georg Brandl | 2010-10-15 | 1 | -2/+2 |
* | Explicitly close some files (from issue #10093) | Antoine Pitrou | 2010-10-14 | 1 | -7/+16 |
* | #9964: fix running test_xml_etree under -OO. | Georg Brandl | 2010-10-14 | 1 | -0/+4 |
* | Fix xml.etree.ElementInclude to include the tail of the current node. Issue ... | Florent Xicluna | 2010-08-08 | 1 | -0/+18 |
* | Fix BytesWarning in test_xml_etree, introduced with r83851. | Florent Xicluna | 2010-08-08 | 1 | -2/+2 |
* | Issue #8047: Fix the xml.etree serializer to return bytes by default. | Florent Xicluna | 2010-08-08 | 1 | -23/+23 |
* | Issue #9425: skip tests if a filename is not encodable | Victor Stinner | 2010-08-07 | 1 | -0/+5 |
* | (partially) | Florent Xicluna | 2010-04-02 | 1 | -16/+25 |
* | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,... | Benjamin Peterson | 2010-03-21 | 1 | -2/+2 |
* | Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from | Florent Xicluna | 2010-03-13 | 1 | -69/+1542 |
* | Merged revisions 78125 via svnmerge from | Antoine Pitrou | 2010-02-09 | 1 | -0/+20 |
* | Issue #6233: ElementTree failed converting unicode characters to XML | Antoine Pitrou | 2010-02-09 | 1 | -0/+11 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+2 |
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+1 |
* | Two changes that are definitely problem-free and avoid calling print() | Guido van Rossum | 2007-10-10 | 1 | -3/+2 |
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -7/+4 |
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -1/+1 |
* | Fix a bunch of doctests with the -d option of refactor.py. | Guido van Rossum | 2007-02-09 | 1 | -5/+5 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -18/+26 |
* | added encoding tests to ElementTree/cElementTree tests | Fredrik Lundh | 2005-12-16 | 1 | -9/+16 |
* | Subversion settings: | Armin Rigo | 2005-12-14 | 1 | -339/+339 |
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 1 | -10/+10 |
* | added xml.etree test (enough of the ElementTree selftest to | Fredrik Lundh | 2005-12-12 | 1 | -0/+339 |