| Commit message (Expand) | Author | Age | Files | Lines |
* | Close file before reopening to keep Windows happy in test_sax. | Richard Oudkerk | 2013-05-18 | 1 | -5/+6 |
* | Fix ResourceWarnings in test_sax | Antoine Pitrou | 2013-05-13 | 1 | -1/+4 |
* | Issue #17606: Fixed support of encoded byte strings in the XMLGenerator | Serhiy Storchaka | 2013-05-12 | 1 | -0/+18 |
* | merge with 3.2 | Georg Brandl | 2013-05-12 | 1 | -0/+31 |
|\ |
|
| * | Issue #17915: Fix interoperability of xml.sax with file objects returned by | Georg Brandl | 2013-05-12 | 1 | -0/+31 |
* | | Merge #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #17448: Make test_sax skip if there are no xml parsers. | R David Murray | 2013-03-18 | 1 | -2/+2 |
* | | Issue #1470548: Add test for fragment producing with XMLGenerator. | Serhiy Storchaka | 2013-02-25 | 1 | -0/+15 |
|\ \
| |/ |
|
| * | Issue #1470548: Add test for fragment producing with XMLGenerator. | Serhiy Storchaka | 2013-02-25 | 1 | -0/+15 |
* | | Issue #1470548: XMLGenerator now works with binary output streams. | Serhiy Storchaka | 2013-02-10 | 1 | -71/+144 |
|\ \
| |/ |
|
| * | Issue #1470548: XMLGenerator now works with binary output streams. | Serhiy Storchaka | 2013-02-10 | 1 | -71/+144 |
* | | Fix tests for issue #11159. | Serhiy Storchaka | 2013-02-02 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | Fix tests for issue #11159. | Serhiy Storchaka | 2013-02-02 | 1 | -0/+16 |
* | | Issue #11159: Add tests for testing SAX?parser support of non-ascii file names. | Serhiy Storchaka | 2013-02-02 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
| |\ |
|
| | * | merge 11164 | Martin v. Löwis | 2011-05-09 | 1 | -45/+0 |
| | |\ |
|
| | * | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -2/+2 |
* | | | | Issue #11159: Add tests for testing SAX?parser support of non-ascii file names. | Serhiy Storchaka | 2013-02-02 | 1 | -0/+44 |
|/ / / |
|
* | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
| |/
|/| |
|
* | | merge 11164 | Martin v. Löwis | 2011-05-09 | 1 | -45/+0 |
|\ \
| |/
|/| |
|
| * | Stop trying to use _xmlplus in the xml module. Closes #11164. | Martin v. Löwis | 2011-05-09 | 1 | -45/+0 |
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -111/+111 |
| * | Merged revisions 85861 via svnmerge from | Antoine Pitrou | 2010-10-27 | 1 | -3/+3 |
| * | Merged revisions 85858 via svnmerge from | Antoine Pitrou | 2010-10-27 | 1 | -0/+55 |
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -119/+119 |
* | | fix resource warnings in test_sax #10269 | Benjamin Peterson | 2010-10-31 | 1 | -4/+7 |
* | | Recode modules from latin-1 to utf-8 | Antoine Pitrou | 2010-10-27 | 1 | -3/+3 |
* | | Issue #5027: The standard `xml` namespace is now understood by | Antoine Pitrou | 2010-10-27 | 1 | -0/+55 |
* | | #1343: Add short_empty_elements option to XMLGenerator. | R. David Murray | 2010-10-17 | 1 | -0/+90 |
* | | Issue #9425: skip tests if a filename is not encodable | Victor Stinner | 2010-08-07 | 1 | -0/+5 |
* | | Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from | Florent Xicluna | 2010-03-13 | 1 | -8/+10 |
* | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -2/+2 |
* | | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -3/+3 |
|/ |
|
* | #2501 xml.sax.parser doesn't terminate when given a filename; enable some mor... | Benjamin Peterson | 2008-09-04 | 1 | -6/+3 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -5/+8 |
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -5/+5 |
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -642/+551 |
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -1/+38 |
* | Make test_sax pass. | Guido van Rossum | 2007-02-11 | 1 | -6/+5 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -5/+5 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -15/+67 |
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 1 | -13/+13 |
* | Delete the items variable (and explain why). | Michael W. Hudson | 2004-08-03 | 1 | -0/+4 |
* | [Bug #962631] Fix typo reported by Bryan Blackburn | Andrew M. Kuchling | 2004-06-01 | 1 | -1/+1 |
* | commit the portion of PyXML patch #919008 that is relevant to the | Fred Drake | 2004-03-20 | 1 | -0/+35 |
* | Add a test of interaction between & and extra replacements. | Fred Drake | 2002-10-28 | 1 | -8/+13 |