| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484) | Nikita Sobolev | 2022-12-23 | 3 | -27/+4 |
|
|
* | bpo-45975: Simplify some while-loops with walrus operator (GH-29347) | Nick Drozd | 2022-11-26 | 1 | -3/+1 |
|
|
* | bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958) | Zackery Spytz | 2020-08-09 | 1 | -0/+45 |
|
|
* | Remove binding of captured exceptions when not used to reduce the chances of ... | Pablo Galindo | 2019-11-19 | 1 | -1/+1 |
|
|
* | bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622) | Serhiy Storchaka | 2019-09-01 | 1 | -7/+7 |
|
|
* | bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564) | Mickaël Schoentgen | 2019-04-14 | 1 | -0/+2 |
|
|
* | bpo-36431: Use PEP 448 dict unpacking for merging two dicts. (GH-12553) | Serhiy Storchaka | 2019-03-27 | 1 | -2/+1 |
|
|
* | bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) | Andrés Delfino | 2018-10-26 | 1 | -4/+4 |
|
|
* | bpo-34791: xml package obeys ignore env flags (GH-9544) | Christian Heimes | 2018-09-24 | 1 | -1/+1 |
|
|
* | bpo-17239: Disable external entities in SAX parser (GH-9217) | Christian Heimes | 2018-09-23 | 1 | -1/+1 |
|
|
* | bpo-30264: ExpatParser closes the source on error (#1451) | Victor Stinner | 2017-05-05 | 1 | -11/+22 |
|
|
* | Issue #24125: Saved error's line and column numbers when an error is occured | Serhiy Storchaka | 2015-05-06 | 1 | -2/+13 |
|\ |
|
| * | Issue #24125: Saved error's line and column numbers when an error is occured | Serhiy Storchaka | 2015-05-06 | 1 | -2/+13 |
|
|
* | | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 1 | -12/+14 |
|\ \
| |/ |
|
| * | Issue #23865: close() methods in multiple modules now are idempotent and more | Serhiy Storchaka | 2015-04-10 | 1 | -9/+11 |
|
|
* | | Issue #10590: xml.sax.parseString() now supports string argument. | Serhiy Storchaka | 2015-04-04 | 1 | -3/+5 |
|
|
* | | Issue #2175: SAX parsers now support a character stream of InputSource object. | Serhiy Storchaka | 2015-04-02 | 3 | -6/+16 |
|/ |
|
* | Issue #22915: SAX parser now supports files opened with file descriptor or | Serhiy Storchaka | 2014-11-27 | 1 | -1/+1 |
|
|
* | 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 |
|
|