COMMITS
/ Lib/test/test_sax.py December 18, 2025
April 30, 2025
I
gh-133036: Deprecate codecs.open (#133038)
Inada Naoki committed
June 14, 2024
V
gh-120417: Fix "imported but unused" linter warnings (#120461)
Victor Stinner committed
March 26, 2024
S
gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203)
Sebastian Pipping committed
February 29, 2024
S
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623)
Sebastian Pipping committed
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka committed
August 9, 2020
Z
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
Zackery Spytz committed
August 3, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
Hai Shi committed
May 28, 2020
H
bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)
Hai Shi committed
July 2, 2019
V
bpo-37421: urllib.request tests call urlcleanup() (GH-14529)
Victor Stinner committed
April 14, 2019
M
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
Mickaël Schoentgen committed
November 16, 2018
S
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
October 26, 2018
A
bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576)
Andrés Delfino committed
September 23, 2018
C
bpo-17239: Disable external entities in SAX parser (GH-9217)
Christian Heimes committed
May 5, 2017
V
bpo-30264: ExpatParser closes the source on error (#1451)
Victor Stinner committed
May 6, 2015
S
Issue #24125: Saved error's line and column numbers when an error is occured
Serhiy Storchaka committed
S
Issue #24125: Saved error's line and column numbers when an error is occured
Serhiy Storchaka committed
April 4, 2015
S
Issue #10590: xml.sax.parseString() now supports string argument.
Serhiy Storchaka committed
April 2, 2015
S
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
Serhiy Storchaka committed
S
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
Serhiy Storchaka committed
S
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka committed
S
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
Serhiy Storchaka committed
November 27, 2014
S
Issue #22915: SAX parser now supports files opened with file descriptor or
Serhiy Storchaka committed
May 18, 2013
R
Close file before reopening to keep Windows happy in test_sax.
Richard Oudkerk committed
May 13, 2013
A
Fix ResourceWarnings in test_sax
Antoine Pitrou committed
May 12, 2013
S
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
Serhiy Storchaka committed
G
merge with 3.2
Georg Brandl committed
G
Issue #17915: Fix interoperability of xml.sax with file objects returned by
Georg Brandl committed
March 18, 2013
R
Merge #17448: Make test_sax skip if there are no xml parsers.
R David Murray committed
R
#17448: Make test_sax skip if there are no xml parsers.
R David Murray committed
February 25, 2013
S
Issue #1470548: Add test for fragment producing with XMLGenerator.
Serhiy Storchaka committed
S
Issue #1470548: Add test for fragment producing with XMLGenerator.
Serhiy Storchaka committed
February 10, 2013
S
Issue #1470548: XMLGenerator now works with binary output streams.
Serhiy Storchaka committed
S
Issue #1470548: XMLGenerator now works with binary output streams.
Serhiy Storchaka committed
February 2, 2013
S
Fix tests for issue #11159.
Serhiy Storchaka committed
S
Fix tests for issue #11159.
Serhiy Storchaka committed
S
Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
Serhiy Storchaka committed
S
Issue #11159: Add tests for testing SAX parser support of non-ascii file names.
Serhiy Storchaka committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
May 9, 2011
M
merge 11164
Martin v. Löwis committed
M
merge 11164
Martin v. Löwis committed
M
Stop trying to use _xmlplus in the xml module. Closes #11164.
Martin v. Löwis committed
February 25, 2011
M
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg committed
November 21, 2010
E
Merged revisions 86596 via svnmerge from
Ezio Melotti committed
November 20, 2010
E
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti committed
October 31, 2010
B
fix resource warnings in test_sax #10269
Benjamin Peterson committed
October 27, 2010
A
Merged revisions 85861 via svnmerge from
Antoine Pitrou committed
A
Recode modules from latin-1 to utf-8
Antoine Pitrou committed
A
Merged revisions 85858 via svnmerge from
Antoine Pitrou committed