summaryrefslogtreecommitdiff
path: root/Lib/xml/sax
Commit message (Expand)AuthorAgeFilesLines
* r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700Collin Winter2007-08-241-4/+4
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-5/+2
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-10/+2
* types.StringType is gone, use str directly instead.Walter Dörwald2007-05-291-1/+4
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-16/+19
* Make test_sax pass.Guido van Rossum2007-02-111-6/+6
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-102-2/+2
* Fix some more has_key() uses. This could really use a tool to automate...Guido van Rossum2006-08-192-8/+5
* Use explicit relative import to make this work again.Guido van Rossum2006-08-173-8/+8
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-116-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