summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax/saxutils.py
Commit message (Expand)AuthorAgeFilesLines
* Patch 1463026: Support default namespace in XMLGenerator.Martin v. Löwis2007-02-121-16/+19
* expunge the xmlcore changes:Fred Drake2006-07-291-0/+299
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-297/+0
* fix XMLFilterBase.resolveEntity() so the caller gets the resultFred Drake2005-02-031-1/+1
* when only using half of the return value of os.path.split(), useFred Drake2004-10-201-1/+1
* SF bug #902037: relative on-disk SYSTEM id handling is incorrectRaymond Hettinger2004-10-201-4/+5
* Consider output encoding in XMLGenerator. Fixes #938076.Martin v. Löwis2004-05-061-13/+28
* Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637.Martin v. Löwis2004-05-061-1/+1
* Whitespace normalization.Tim Peters2003-04-241-1/+1
* Minor simplification.Fred Drake2002-10-281-2/+1
* Really do replacement of & last to avoid bad interactions between &Fred Drake2002-10-281-2/+2
* Avoid calling __dict_replace() if we don't need to -- the call is muchFred Drake2002-10-281-8/+10
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-261-6/+26
* Make sure XMLGenerator uses quoteattr() instead of escape() to quoteFred Drake2001-08-071-2/+2
* Added function xml.sax.saxutils.quoteattr().Fred Drake2001-07-191-0/+21
* Do not assume that types.UnicodeType exists; we might be running in an oldFred Drake2000-12-161-1/+5
* Fix bug in prepare_input_source (patched by Paul P., sourceforge.net downLars Gustäbel2000-10-241-1/+1
* Make reindent.py happy (lots of trailing whitespace removed).Fred Drake2000-10-231-9/+9
* Added parent attribute with getters and setters on XMLFilterBase.Lars Gustäbel2000-10-111-0/+12
* Don't use a file object as system id; try to propagate the file name toMartin v. Löwis2000-10-061-1/+3
* Support non-namespace elements in *ElementNS of XMLGenerator.Martin v. Löwis2000-10-031-2/+10
* Fix handling of file inputs on Windows; passing them to urllib.urlopen()Fred Drake2000-09-261-3/+5
* [Patch 101634]Martin v. Löwis2000-09-241-2/+8
* Added back the InputSource class (patch 101630).Lars Gustäbel2000-09-241-0/+22
* Bug fix to namespace handling in XMLGenerator (now adds declarations).Lars Gustäbel2000-09-241-5/+13
* Updated XMLGenerator to new DocumentHandler interface (patch 101572).Lars Gustäbel2000-09-211-11/+30
* Reduce the number of imports needed.Fred Drake2000-09-181-20/+23
* Removed unncessary dependency.Paul Prescod2000-07-011-1/+1
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-291-0/+153