Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Lib
/
xml
/
sax
/
saxutils.py
7423903
Issue #17606: Fixed support of encoded byte strings in the XMLGenerator
by Serhiy Storchaka
· 12 years ago
93bfe7d
Issue #1470548: Do not buffer XMLGenerator output.
by Serhiy Storchaka
· 12 years ago
f898038
Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.
by Serhiy Storchaka
· 12 years ago
8673ab9
Issue #11159: SAX parser now supports unicode file names.
by Serhiy Storchaka
· 12 years ago
7f08102
Merged revisions 85858 via svnmerge from
by Antoine Pitrou
· 15 years ago
2bad58f
Patch 1463026: Support default namespace in XMLGenerator.
by Martin v. Löwis
· 18 years ago
fbdeaad
expunge the xmlcore changes:
by Fred Drake
· 19 years ago
[Renamed from Lib/xmlcore/sax/saxutils.py]
91c64a0
[Bug #1472827] Make saxutils.XMLGenerator handle \r\n\t in attribute values by escaping them properly. 2.4 bugfix candidate.
by Andrew M. Kuchling
· 19 years ago
c6730e1
move the xml package implementation to xmlcore, and adjust the tests to
by Fred Drake
· 19 years ago
[Renamed from Lib/xml/sax/saxutils.py]
e4772f3
fix XMLFilterBase.resolveEntity() so the caller gets the result
by Fred Drake
· 20 years ago
910b282
when only using half of the return value of os.path.split(), use
by Fred Drake
· 21 years ago
06d9b1f
SF bug #902037: relative on-disk SYSTEM id handling is incorrect
by Raymond Hettinger
· 21 years ago
ae20722
Consider output encoding in XMLGenerator. Fixes #938076. Backported to 2.3.
by Martin v. Löwis
· 21 years ago
0ea558f
Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.
by Martin v. Löwis
· 21 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
6d89050
Minor simplification.
by Fred Drake
· 23 years ago
407fea5
Really do replacement of & last to avoid bad interactions between &
by Fred Drake
· 23 years ago
f55222d
Avoid calling __dict_replace() if we don't need to -- the call is much
by Fred Drake
· 23 years ago
74b51ac
Patch #613256: Add nescape method to xml.sax.saxutils.
by Martin v. Löwis
· 23 years ago
dad91dd
Make sure XMLGenerator uses quoteattr() instead of escape() to quote
by Fred Drake
· 24 years ago
acd32d3
Added function xml.sax.saxutils.quoteattr().
by Fred Drake
· 24 years ago
95b4ec5
Do not assume that types.UnicodeType exists; we might be running in an old
by Fred Drake
· 24 years ago
4ced5e7
Fix bug in prepare_input_source (patched by Paul P., sourceforge.net down
by Lars Gustäbel
· 25 years ago
16f6329
Make reindent.py happy (lots of trailing whitespace removed).
by Fred Drake
· 25 years ago
bc1b5c8
Added parent attribute with getters and setters on XMLFilterBase.
by Lars Gustäbel
· 25 years ago
5fece7f
Don't use a file object as system id; try to propagate the file name to
by Martin v. Löwis
· 25 years ago
cf0a1cc
Support non-namespace elements in *ElementNS of XMLGenerator.
by Martin v. Löwis
· 25 years ago
0872e05
Fix handling of file inputs on Windows; passing them to urllib.urlopen()
by Fred Drake
· 25 years ago
58af43f
[Patch 101634]
by Martin v. Löwis
· 25 years ago
523b0a6
Added back the InputSource class (patch 101630).
by Lars Gustäbel
· 25 years ago
fc643c3
Bug fix to namespace handling in XMLGenerator (now adds declarations).
by Lars Gustäbel
· 25 years ago
c5cec51
Updated XMLGenerator to new DocumentHandler interface (patch 101572).
by Lars Gustäbel
· 25 years ago
a12adfe
Reduce the number of imports needed.
by Fred Drake
· 25 years ago
bd8c2ae
Removed unncessary dependency.
by Paul Prescod
· 25 years ago
45cd9de
Paul Prescod <paul@prescod.net>: SAX interfaces for Python.
by Fred Drake
· 25 years ago