summaryrefslogtreecommitdiff
path: root/Lib/test/test_sax.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511)Christian Heimes2018-09-241-2/+58
* bpo-30264: ExpatParser closes the source on error (#1451)Victor Stinner2017-05-051-6/+18
* Issue #24125: Saved error's line and column numbers when an error is occuredSerhiy Storchaka2015-05-061-0/+2
|\
| * Issue #24125: Saved error's line and column numbers when an error is occuredSerhiy Storchaka2015-05-061-0/+2
* | Issue #10590: xml.sax.parseString() now supports string argument.Serhiy Storchaka2015-04-041-0/+7
* | Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().Serhiy Storchaka2015-04-021-1/+123
|\ \ | |/
| * Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().Serhiy Storchaka2015-04-021-1/+123
* | Issue #2175: SAX parsers now support a character stream of InputSource object.Serhiy Storchaka2015-04-021-0/+33
|/
* Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().Serhiy Storchaka2015-04-021-5/+71
* Issue #22915: SAX parser now supports files opened with file descriptor orSerhiy Storchaka2014-11-271-0/+24
* Close file before reopening to keep Windows happy in test_sax.Richard Oudkerk2013-05-181-5/+6
* Fix ResourceWarnings in test_saxAntoine Pitrou2013-05-131-1/+4
* Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-121-0/+18
* merge with 3.2Georg Brandl2013-05-121-0/+31
|\
| * Issue #17915: Fix interoperability of xml.sax with file objects returned byGeorg Brandl2013-05-121-0/+31
* | Merge #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-2/+2
|\ \ | |/
| * #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-2/+2
* | Issue #1470548: Add test for fragment producing with XMLGenerator.Serhiy Storchaka2013-02-251-0/+15
|\ \ | |/
| * Issue #1470548: Add test for fragment producing with XMLGenerator.Serhiy Storchaka2013-02-251-0/+15
* | Issue #1470548: XMLGenerator now works with binary output streams.Serhiy Storchaka2013-02-101-71/+144
|\ \ | |/
| * Issue #1470548: XMLGenerator now works with binary output streams.Serhiy Storchaka2013-02-101-71/+144
* | Fix tests for issue #11159.Serhiy Storchaka2013-02-021-0/+16
|\ \ | |/
| * Fix tests for issue #11159.Serhiy Storchaka2013-02-021-0/+16
* | Issue #11159: Add tests for testing SAX parser support of non-ascii file names.Serhiy Storchaka2013-02-021-0/+44
|\ \ | |/
| * Issue #11159: Add tests for testing SAX parser support of non-ascii file names.Serhiy Storchaka2013-02-021-0/+44
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
|\ \ | |/
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
* | merge 11164Martin v. Löwis2011-05-091-45/+0
|\ \ | |/
| * merge 11164Martin v. Löwis2011-05-091-45/+0
| |\
| | * Stop trying to use _xmlplus in the xml module. Closes #11164.Martin v. Löwis2011-05-091-45/+0
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-111/+111
| | * Merged revisions 85861 via svnmerge fromAntoine Pitrou2010-10-271-3/+3
| | * Merged revisions 85858 via svnmerge fromAntoine Pitrou2010-10-271-0/+55
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-2/+2
|/ /
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-119/+119
* | fix resource warnings in test_sax #10269Benjamin Peterson2010-10-311-4/+7
* | Recode modules from latin-1 to utf-8Antoine Pitrou2010-10-271-3/+3
* | Issue #5027: The standard `xml` namespace is now understood byAntoine Pitrou2010-10-271-0/+55
* | #1343: Add short_empty_elements option to XMLGenerator.R. David Murray2010-10-171-0/+90
* | Issue #9425: skip tests if a filename is not encodableVictor Stinner2010-08-071-0/+5
* | Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-8/+10
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-3/+3
|/
* #2501 xml.sax.parser doesn't terminate when given a filename; enable some mor...Benjamin Peterson2008-09-041-6/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-5/+8
* Remove RISCOS supportSkip Montanaro2007-08-161-5/+5
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-642/+551
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-1/+38