COMMITS
/ Lib/xml/sax/expatreader.py September 1, 2019
S
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
Serhiy Storchaka 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 10, 2015
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
April 2, 2015
S
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
October 31, 2010
B
close the source's byte stream
Benjamin Peterson committed
June 28, 2009
B
Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
Benjamin Peterson committed
March 31, 2008
B
Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
Benjamin Peterson committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
December 14, 2005
F
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake committed
December 4, 2005
A
[Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate()
Andrew M. Kuchling committed
May 6, 2004
M
Swap public and system ID in start_doctype_decl. Fixes #780300.
Martin v. Löwis committed
February 27, 2003
G
Get rid of many apply() calls.
Guido van Rossum committed
January 25, 2003
M
Merge with PyXML 1.28:
Martin v. Löwis committed
June 30, 2002
M
Fix spacing.
Martin v. Löwis committed
M
Merge changes from PyXML:
Martin v. Löwis committed
May 31, 2002
N
Use more string methods, remove import string
Neal Norwitz committed
April 4, 2002
F
Not sure why the regression test missed this, but the PyXML tests caught it.
Fred Drake committed
F
Avoid creating circular references between the ExpatParser and the
Fred Drake committed
July 30, 2001
F
Get the whitespace right!
Fred Drake committed
J
Ugly fix used when pyexpat is not available.
Jeremy Hylton committed
June 17, 2001
M
Synchronize with 1.13 of PyXML:
Martin v. Löwis committed
January 27, 2001
M
Re-indent.
Martin v. Löwis committed
M
Synchronize with PyXML 1.10
Martin v. Löwis committed
October 23, 2000
F
Make reindent.py happy (lots of trailing whitespace removed).
Fred Drake committed
October 19, 2000
L
Fixed a bug that caused namespace names to be reported as lists rather
Lars Gustäbel committed
October 14, 2000
L
Fixed minor problem with reset().
Lars Gustäbel committed
October 9, 2000
M
_exceptions: Format a missing system id as <unknown>.
Martin v. Löwis committed
October 6, 2000
M
Don't report a final chunk for an external entity parser.
Martin v. Löwis committed
M
Move translation from expat.error to SAXParseException into feed, so that
Martin v. Löwis committed
M
Add SAXReaderNotAvailable, and use it to distinguish between an
Martin v. Löwis committed
September 29, 2000
M
Use string functions instead of methods to allow sharing this module with PyXML
Martin v. Löwis committed
September 24, 2000
M
Find feature names in handler.
Martin v. Löwis committed
L
Fixed another bug.
Lars Gustäbel committed
L
Improvements to doco strings.
Lars Gustäbel committed
L
Added EntityResolver and DTDHandler (patch 101631) with test cases.
Lars Gustäbel committed
L
Added back the InputSource class (patch 101630).
Lars Gustäbel committed
L
Updated to final Attributes interface (patch 101632).
Lars Gustäbel committed
L
Updated to new *NS signatures (patch 101573).
Lars Gustäbel committed
September 23, 2000
F
Conform more closely with the Python style guide.
Fred Drake committed
F
Use the public name for the Expat parser; "pyexpat" is deprecated.
Fred Drake committed
July 6, 2000
S
fix indentation in one docstring
Skip Montanaro committed
July 4, 2000
P
Used original SAX handling form.
Paul Prescod committed
June 29, 2000
F
Paul Prescod <paul@prescod.net>:
Fred Drake committed