summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax
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-296-0/+1675
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-146-1673/+0
* [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate()Andrew M. Kuchling2005-12-041-2/+3
* 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
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-4/+1
* 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
* Swap public and system ID in start_doctype_decl. Fixes #780300.Martin v. Löwis2004-05-061-1/+1
* commit the portion of PyXML patch #919008 that is relevant to theFred Drake2004-03-201-2/+7
* Whitespace normalization.Tim Peters2003-04-242-2/+2
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* SF patch 672098: Three __contains__ implementationsRaymond Hettinger2003-01-301-0/+3
* Merge with PyXML 1.28:Martin v. Löwis2003-01-251-22/+71
* 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
* Merge from PyXML:Martin v. Löwis2002-06-301-2/+26
* Fix spacing.Martin v. Löwis2002-06-301-1/+1
* Merge changes from PyXML:Martin v. Löwis2002-06-301-13/+76
* Use more string methods, remove import stringNeal Norwitz2002-05-312-7/+6
* Not sure why the regression test missed this, but the PyXML tests caught it.Fred Drake2002-04-041-1/+1
* Avoid creating circular references between the ExpatParser and theFred Drake2002-04-041-1/+38
* Make sure XMLGenerator uses quoteattr() instead of escape() to quoteFred Drake2001-08-071-2/+2
* Add dead imports of modules that are "magically" imported.Martin v. Löwis2001-07-311-0/+5
* Get the whitespace right!Fred Drake2001-07-301-3/+3
* Ugly fix used when pyexpat is not available.Jeremy Hylton2001-07-301-0/+3
* Added function xml.sax.saxutils.quoteattr().Fred Drake2001-07-191-0/+21
* Synchronize with 1.13 of PyXML:Martin v. Löwis2001-06-171-6/+28
* Previous check-in was by mistake, undo it.Martin v. Löwis2001-06-071-1/+3
* Patch #416220: Fix misplaced paren.Martin v. Löwis2001-06-071-3/+1
* Synchronize with 1.6 of PyXML:Martin v. Löwis2001-03-221-3/+11
* Import the exceptions that this module can raise.Fred Drake2001-03-141-0/+3
* Re-indent.Martin v. Löwis2001-01-271-4/+4
* Synchronize with PyXML 1.5.Martin v. Löwis2001-01-272-1/+2
* Synchronize with PyXML 1.10Martin v. Löwis2001-01-271-7/+25
* Do not assume that types.UnicodeType exists; we might be running in an oldFred Drake2000-12-161-1/+5
* When raising KeyError, provide the key value that failed.Fred Drake2000-12-131-4/+4
* 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-236-82/+82
* Fixed a bug that caused namespace names to be reported as lists ratherLars Gustäbel2000-10-191-0/+2
* Fixed minor problem with reset().Lars Gustäbel2000-10-141-1/+2
* Added parent attribute with getters and setters on XMLFilterBase.Lars Gustäbel2000-10-111-0/+12
* _exceptions: Format a missing system id as <unknown>.Martin v. Löwis2000-10-092-5/+7
* In an incremental parser, close the parser after feeding everything.Martin v. Löwis2000-10-061-0/+1
* Don't use a file object as system id; try to propagate the file name toMartin v. Löwis2000-10-061-1/+3