| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -3/+14 |
|
|
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -14/+3 |
|
|
* | Issue #17606: Fixed support of encoded byte strings in the XMLGenerator | Serhiy Storchaka | 2013-05-12 | 1 | -0/+4 |
|
|
* | Issue #17915: Fix interoperability of xml.sax with file objects returned by | Georg Brandl | 2013-05-12 | 1 | -0/+5 |
|
|
* | Issue #1470548: XMLGenerator now works with binary output streams. | Serhiy Storchaka | 2013-02-10 | 1 | -21/+46 |
|
|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 2 | -4/+4 |
|
|
* | close the source's byte stream | Benjamin Peterson | 2010-10-31 | 1 | -0/+3 |
|
|
* | Issue #5027: The standard `xml` namespace is now understood by | Antoine Pitrou | 2010-10-27 | 1 | -0/+6 |
|
|
* | #1343: Add short_empty_elements option to XMLGenerator. | R. David Murray | 2010-10-17 | 1 | -7/+35 |
|
|
* | Use true booleans and PEP8 for argdefaults. | Georg Brandl | 2009-09-16 | 1 | -1/+1 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -3/+3 |
|
|
* | #2501 xml.sax.parser doesn't terminate when given a filename; enable some mor... | Benjamin Peterson | 2008-09-04 | 1 | -1/+1 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -3/+3 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700 | Collin Winter | 2007-08-24 | 1 | -4/+4 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -5/+2 |
|
|
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -10/+2 |
|
|
* | types.StringType is gone, use str directly instead. | Walter Dörwald | 2007-05-29 | 1 | -1/+4 |
|
|
* | Merged revisions 53623-53858 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -16/+19 |
|
|
* | Make test_sax pass. | Guido van Rossum | 2007-02-11 | 1 | -6/+6 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 2 | -2/+2 |
|
|
* | Fix some more has_key() uses. This could really use a tool to automate... | Guido van Rossum | 2006-08-19 | 2 | -8/+5 |
|
|
* | Use explicit relative import to make this work again. | Guido van Rossum | 2006-08-17 | 3 | -8/+8 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 6 | -0/+1675 |
|
|
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 6 | -1673/+0 |
|
|
* | [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate() | Andrew M. Kuchling | 2005-12-04 | 1 | -2/+3 |
|
|
* | fix XMLFilterBase.resolveEntity() so the caller gets the result | Fred Drake | 2005-02-03 | 1 | -1/+1 |
|
|
* | when only using half of the return value of os.path.split(), use | Fred Drake | 2004-10-20 | 1 | -1/+1 |
|
|
* | SF bug #902037: relative on-disk SYSTEM id handling is incorrect | Raymond Hettinger | 2004-10-20 | 1 | -4/+5 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -2/+2 |
|
|
* | fix documentation for ContentHandler.ignorableWhitespace() | Fred Drake | 2004-05-06 | 1 | -4/+1 |
|
|
* | Consider output encoding in XMLGenerator. Fixes #938076. | Martin v. Löwis | 2004-05-06 | 1 | -13/+28 |
|
|
* | Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. | Martin v. Löwis | 2004-05-06 | 1 | -1/+1 |
|
|
* | Swap public and system ID in start_doctype_decl. Fixes #780300. | Martin v. Löwis | 2004-05-06 | 1 | -1/+1 |
|
|
* | commit the portion of PyXML patch #919008 that is relevant to the | Fred Drake | 2004-03-20 | 1 | -2/+7 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 2 | -2/+2 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
|
|
* | SF patch 672098: Three __contains__ implementations | Raymond Hettinger | 2003-01-30 | 1 | -0/+3 |
|
|
* | Merge with PyXML 1.28: | Martin v. Löwis | 2003-01-25 | 1 | -22/+71 |
|
|
* | Minor simplification. | Fred Drake | 2002-10-28 | 1 | -2/+1 |
|
|
* | Really do replacement of & last to avoid bad interactions between & | Fred Drake | 2002-10-28 | 1 | -2/+2 |
|
|
* | Avoid calling __dict_replace() if we don't need to -- the call is much | Fred Drake | 2002-10-28 | 1 | -8/+10 |
|
|
* | Patch #613256: Add nescape method to xml.sax.saxutils. | Martin v. Löwis | 2002-10-26 | 1 | -6/+26 |
|
|
* | Merge from PyXML: | Martin v. Löwis | 2002-06-30 | 1 | -2/+26 |
|
|
* | Fix spacing. | Martin v. Löwis | 2002-06-30 | 1 | -1/+1 |
|
|
* | Merge changes from PyXML: | Martin v. Löwis | 2002-06-30 | 1 | -13/+76 |
|
|
* | Use more string methods, remove import string | Neal Norwitz | 2002-05-31 | 2 | -7/+6 |
|
|
* | Not sure why the regression test missed this, but the PyXML tests caught it. | Fred Drake | 2002-04-04 | 1 | -1/+1 |
|
|