summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax
Commit message (Expand)AuthorAgeFilesLines
* close the source's byte streamBenjamin Peterson2010-10-311-0/+3
* Issue #5027: The standard `xml` namespace is now understood byAntoine Pitrou2010-10-271-0/+6
* #1343: Add short_empty_elements option to XMLGenerator.R. David Murray2010-10-171-7/+35
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-161-1/+1
* Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,...Benjamin Peterson2009-06-281-3/+3
* #2501 xml.sax.parser doesn't terminate when given a filename; enable some mor...Benjamin Peterson2008-09-041-1/+1
* Make a new urllib package .Jeremy Hylton2008-06-181-3/+3
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-1/+1
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* 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