index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
xml
/
sax
/
saxutils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
Mickaël Schoentgen
2019-04-14
1
-0/+2
*
bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553)
Serhiy Storchaka
2019-03-27
1
-2/+1
*
Issue #2175: SAX parsers now support a character stream of InputSource object.
Serhiy Storchaka
2015-04-02
1
-2/+5
*
Issue #22915: SAX parser now supports files opened with file descriptor or
Serhiy Storchaka
2014-11-27
1
-1/+1
*
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
Serhiy Storchaka
2013-05-12
1
-0/+4
*
Issue #17915: Fix interoperability of xml.sax with file objects returned by
Georg Brandl
2013-05-12
1
-0/+5
*
Issue #1470548: XMLGenerator now works with binary output streams.
Serhiy Storchaka
2013-02-10
1
-21/+46
*
Issue #5027: The standard `xml` namespace is now understood by
Antoine Pitrou
2010-10-27
1
-0/+6
*
#1343: Add short_empty_elements option to XMLGenerator.
R. David Murray
2010-10-17
1
-7/+35
*
Use true booleans and PEP8 for argdefaults.
Georg Brandl
2009-09-16
1
-1/+1
*
Make a new urllib package .
Jeremy Hylton
2008-06-18
1
-3/+3
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-1/+1
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-10/+2
*
types.StringType is gone, use str directly instead.
Walter Dörwald
2007-05-29
1
-1/+4
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-16/+19
*
Use explicit relative import to make this work again.
Guido van Rossum
2006-08-17
1
-2/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-0/+299
*
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake
2005-12-14
1
-297/+0
*
fix XMLFilterBase.resolveEntity() so the caller gets the result
Fred Drake
2005-02-03
1
-1/+1
*
when only using half of the return value of os.path.split(), use
Fred Drake
2004-10-20
1
-1/+1
*
SF bug #902037: relative on-disk SYSTEM id handling is incorrect
Raymond Hettinger
2004-10-20
1
-4/+5
*
Consider output encoding in XMLGenerator. Fixes #938076.
Martin v. Löwis
2004-05-06
1
-13/+28
*
Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.
Martin v. Löwis
2004-05-06
1
-1/+1
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-1/+1
*
Minor simplification.
Fred Drake
2002-10-28
1
-2/+1
*
Really do replacement of & last to avoid bad interactions between &
Fred Drake
2002-10-28
1
-2/+2
*
Avoid calling __dict_replace() if we don't need to -- the call is much
Fred Drake
2002-10-28
1
-8/+10
*
Patch #613256: Add nescape method to xml.sax.saxutils.
Martin v. Löwis
2002-10-26
1
-6/+26
*
Make sure XMLGenerator uses quoteattr() instead of escape() to quote
Fred Drake
2001-08-07
1
-2/+2
*
Added function xml.sax.saxutils.quoteattr().
Fred Drake
2001-07-19
1
-0/+21
*
Do not assume that types.UnicodeType exists; we might be running in an old
Fred Drake
2000-12-16
1
-1/+5
*
Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down
Lars Gustäbel
2000-10-24
1
-1/+1
*
Make reindent.py happy (lots of trailing whitespace removed).
Fred Drake
2000-10-23
1
-9/+9
*
Added parent attribute with getters and setters on XMLFilterBase.
Lars Gustäbel
2000-10-11
1
-0/+12
*
Don't use a file object as system id; try to propagate the file name to
Martin v. Löwis
2000-10-06
1
-1/+3
*
Support non-namespace elements in *ElementNS of XMLGenerator.
Martin v. Löwis
2000-10-03
1
-2/+10
*
Fix handling of file inputs on Windows; passing them to urllib.urlopen()
Fred Drake
2000-09-26
1
-3/+5
*
[Patch 101634]
Martin v. Löwis
2000-09-24
1
-2/+8
*
Added back the InputSource class (patch 101630).
Lars Gustäbel
2000-09-24
1
-0/+22
*
Bug fix to namespace handling in XMLGenerator (now adds declarations).
Lars Gustäbel
2000-09-24
1
-5/+13
*
Updated XMLGenerator to new DocumentHandler interface (patch 101572).
Lars Gustäbel
2000-09-21
1
-11/+30
*
Reduce the number of imports needed.
Fred Drake
2000-09-18
1
-20/+23
*
Removed unncessary dependency.
Paul Prescod
2000-07-01
1
-1/+1
*
Paul Prescod <paul@prescod.net>:
Fred Drake
2000-06-29
1
-0/+153