summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax
Commit message (Expand)AuthorAgeFilesLines
* Issue #24125: Saved error's line and column numbers when an error is occuredSerhiy Storchaka2015-05-061-2/+13
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-6/+8
* Issue #21990: Cleanup unnecessary inner class definition in saxutils.Raymond Hettinger2014-07-251-5/+8
* Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-121-2/+6
* Issue #1470548: Do not buffer XMLGenerator output.Serhiy Storchaka2013-02-251-3/+7
* Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings.Serhiy Storchaka2013-02-101-33/+49
* Issue #11159: SAX parser now supports unicode file names.Serhiy Storchaka2013-02-022-6/+27
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-182-4/+4
* Merged revisions 85858 via svnmerge fromAntoine Pitrou2010-10-271-0/+6
* issue#6442 use in operator instead of has_keyJack Diederich2010-02-231-1/+1
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-1/+1
* #4490 Fix sample code run by "python -m xml.sax.xmlreader"Amaury Forgeot d'Arc2009-06-221-3/+3
* Remove dict.has_key() usage in xml.sax to silence warnings under -3.Brett Cannon2008-08-042-4/+4
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
* 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