COMMITS
/ Lib/xml/sax/saxutils.py April 14, 2019
M
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
Mickaël Schoentgen committed
March 27, 2019
S
bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)
Serhiy Storchaka committed
April 2, 2015
S
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka committed
November 27, 2014
S
Issue #22915: SAX parser now supports files opened with file descriptor or
Serhiy Storchaka committed
May 12, 2013
S
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
Serhiy Storchaka committed
G
Issue #17915: Fix interoperability of xml.sax with file objects returned by
Georg Brandl committed
February 10, 2013
S
Issue #1470548: XMLGenerator now works with binary output streams.
Serhiy Storchaka committed
October 27, 2010
A
Issue #5027: The standard `xml` namespace is now understood by
Antoine Pitrou committed
October 17, 2010
R
#1343: Add short_empty_elements option to XMLGenerator.
R. David Murray committed
September 16, 2009
G
Use true booleans and PEP8 for argdefaults.
Georg Brandl committed
June 18, 2008
J
Make a new urllib package .
Jeremy Hylton committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
June 7, 2007
G
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum committed
May 29, 2007
W
types.StringType is gone, use str directly instead.
Walter Dörwald committed
February 23, 2007
T
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters committed
August 17, 2006
G
Use explicit relative import to make this work again.
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
February 3, 2005
F
fix XMLFilterBase.resolveEntity() so the caller gets the result
Fred Drake committed
October 20, 2004
F
when only using half of the return value of os.path.split(), use
Fred Drake committed
R
SF bug #902037: relative on-disk SYSTEM id handling is incorrect
Raymond Hettinger committed
May 6, 2004
M
Consider output encoding in XMLGenerator. Fixes #938076.
Martin v. Löwis committed
M
Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.
Martin v. Löwis committed
April 24, 2003
T
Whitespace normalization.
Tim Peters committed
October 28, 2002
F
Minor simplification.
Fred Drake committed
F
Really do replacement of & last to avoid bad interactions between &
Fred Drake committed
F
Avoid calling __dict_replace() if we don't need to -- the call is much
Fred Drake committed
October 26, 2002
M
Patch #613256: Add nescape method to xml.sax.saxutils.
Martin v. Löwis committed
August 7, 2001
F
Make sure XMLGenerator uses quoteattr() instead of escape() to quote
Fred Drake committed
July 19, 2001
F
Added function xml.sax.saxutils.quoteattr().
Fred Drake committed
December 16, 2000
F
Do not assume that types.UnicodeType exists; we might be running in an old
Fred Drake committed
October 24, 2000
L
Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down
Lars Gustäbel committed
October 23, 2000
F
Make reindent.py happy (lots of trailing whitespace removed).
Fred Drake committed
October 11, 2000
L
Added parent attribute with getters and setters on XMLFilterBase.
Lars Gustäbel committed
October 6, 2000
M
Don't use a file object as system id; try to propagate the file name to
Martin v. Löwis committed
October 3, 2000
M
Support non-namespace elements in *ElementNS of XMLGenerator.
Martin v. Löwis committed
September 26, 2000
F
Fix handling of file inputs on Windows; passing them to urllib.urlopen()
Fred Drake committed
September 24, 2000
M
[Patch 101634]
Martin v. Löwis committed
L
Added back the InputSource class (patch 101630).
Lars Gustäbel committed
L
Bug fix to namespace handling in XMLGenerator (now adds declarations).
Lars Gustäbel committed
September 21, 2000
L
Updated XMLGenerator to new DocumentHandler interface (patch 101572).
Lars Gustäbel committed
September 18, 2000
F
Reduce the number of imports needed.
Fred Drake committed
July 1, 2000
P
Removed unncessary dependency.
Paul Prescod committed
June 29, 2000
F
Paul Prescod <paul@prescod.net>:
Fred Drake committed