| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484) | Nikita Sobolev | 2022-12-23 | 1 | -6/+0 |
|
|
* | bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622) | Serhiy Storchaka | 2019-09-01 | 1 | -7/+7 |
|
|
* | 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 #2175: SAX parsers now support a character stream of InputSource object. | Serhiy Storchaka | 2015-04-02 | 1 | -3/+8 |
|/ |
|
* | 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 |
|
|
* | close the source's byte stream | Benjamin Peterson | 2010-10-31 | 1 | -0/+3 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -3/+3 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+414 |
|
|
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 1 | -414/+0 |
|
|
* | [Bug #1281032] Pass encoding from the input source to pyexpat's ParserCreate() | Andrew M. Kuchling | 2005-12-04 | 1 | -2/+3 |
|
|
* | Swap public and system ID in start_doctype_decl. Fixes #780300. | Martin v. Löwis | 2004-05-06 | 1 | -1/+1 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
|
|
* | Merge with PyXML 1.28: | Martin v. Löwis | 2003-01-25 | 1 | -22/+71 |
|
|
* | 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 | 1 | -4/+3 |
|
|
* | Not sure why the regression test missed this, but the PyXML tests caught it. | Fred Drake | 2002-04-04 | 1 | -1/+1 |
|
|
* | Avoid creating circular references between the ExpatParser and the | Fred Drake | 2002-04-04 | 1 | -1/+38 |
|
|
* | Get the whitespace right! | Fred Drake | 2001-07-30 | 1 | -3/+3 |
|
|
* | Ugly fix used when pyexpat is not available. | Jeremy Hylton | 2001-07-30 | 1 | -0/+3 |
|
|
* | Synchronize with 1.13 of PyXML: | Martin v. Löwis | 2001-06-17 | 1 | -6/+28 |
|
|
* | Re-indent. | Martin v. Löwis | 2001-01-27 | 1 | -4/+4 |
|
|
* | Synchronize with PyXML 1.10 | Martin v. Löwis | 2001-01-27 | 1 | -7/+25 |
|
|
* | Make reindent.py happy (lots of trailing whitespace removed). | Fred Drake | 2000-10-23 | 1 | -19/+19 |
|
|
* | Fixed a bug that caused namespace names to be reported as lists rather | Lars Gustäbel | 2000-10-19 | 1 | -0/+2 |
|
|
* | Fixed minor problem with reset(). | Lars Gustäbel | 2000-10-14 | 1 | -1/+2 |
|
|
* | _exceptions: Format a missing system id as <unknown>. | Martin v. Löwis | 2000-10-09 | 1 | -1/+2 |
|
|
* | Don't report a final chunk for an external entity parser. | Martin v. Löwis | 2000-10-06 | 1 | -1/+0 |
|
|
* | Move translation from expat.error to SAXParseException into feed, so that | Martin v. Löwis | 2000-10-06 | 1 | -17/+19 |
|
|
* | Add SAXReaderNotAvailable, and use it to distinguish between an | Martin v. Löwis | 2000-10-06 | 1 | -1/+4 |
|
|
* | Use string functions instead of methods to allow sharing this module with PyXML | Martin v. Löwis | 2000-09-29 | 1 | -3/+5 |
|
|
* | Find feature names in handler. | Martin v. Löwis | 2000-09-24 | 1 | -3/+3 |
|
|
* | Fixed another bug. | Lars Gustäbel | 2000-09-24 | 1 | -1/+0 |
|
|
* | Improvements to doco strings. | Lars Gustäbel | 2000-09-24 | 1 | -4/+7 |
|
|
* | Added EntityResolver and DTDHandler (patch 101631) with test cases. | Lars Gustäbel | 2000-09-24 | 1 | -16/+18 |
|
|
* | Added back the InputSource class (patch 101630). | Lars Gustäbel | 2000-09-24 | 1 | -13/+9 |
|
|
* | Updated to final Attributes interface (patch 101632). | Lars Gustäbel | 2000-09-24 | 1 | -4/+17 |
|
|
* | Updated to new *NS signatures (patch 101573). | Lars Gustäbel | 2000-09-24 | 1 | -25/+25 |
|
|
* | Conform more closely with the Python style guide. | Fred Drake | 2000-09-23 | 1 | -11/+11 |
|
|
* | Use the public name for the Expat parser; "pyexpat" is deprecated. | Fred Drake | 2000-09-23 | 1 | -11/+7 |
|
|
* | fix indentation in one docstring | Skip Montanaro | 2000-07-06 | 1 | -1/+1 |
|
|
* | Used original SAX handling form. | Paul Prescod | 2000-07-04 | 1 | -11/+10 |
|
|