summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax
Commit message (Expand)AuthorAgeFilesLines
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-12/+14
|\
| * Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-9/+11
* | Issue #10590: xml.sax.parseString() now supports string argument.Serhiy Storchaka2015-04-041-3/+5
* | Issue #2175: SAX parsers now support a character stream of InputSource object.Serhiy Storchaka2015-04-023-6/+16
|/
* Issue #22915: SAX parser now supports files opened with file descriptor orSerhiy Storchaka2014-11-271-1/+1
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-3/+14
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-141-14/+3
* Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-121-0/+4
* Issue #17915: Fix interoperability of xml.sax with file objects returned byGeorg Brandl2013-05-121-0/+5
* Issue #1470548: XMLGenerator now works with binary output streams.Serhiy Storchaka2013-02-101-21/+46
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-182-4/+4
* 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