| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-120417: Fix "imported but unused" linter warnings (#120461) | Victor Stinner | 2024-06-14 | 1 | -4/+10 |
|
|
* | gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484) | Nikita Sobolev | 2022-12-23 | 1 | -17/+4 |
|
|
* | Remove binding of captured exceptions when not used to reduce the chances of ... | Pablo Galindo | 2019-11-19 | 1 | -1/+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 |
|
|
* | Issue #10590: xml.sax.parseString() now supports string argument. | Serhiy Storchaka | 2015-04-04 | 1 | -3/+5 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -5/+2 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Fix some more has_key() uses. This could really use a tool to automate... | Guido van Rossum | 2006-08-19 | 1 | -2/+2 |
|
|
* | Use explicit relative import to make this work again. | Guido van Rossum | 2006-08-17 | 1 | -3/+3 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+108 |
|
|
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 1 | -108/+0 |
|
|
* | Use more string methods, remove import string | Neal Norwitz | 2002-05-31 | 1 | -3/+3 |
|
|
* | Add dead imports of modules that are "magically" imported. | Martin v. Löwis | 2001-07-31 | 1 | -0/+5 |
|
|
* | Make reindent.py happy (lots of trailing whitespace removed). | Fred Drake | 2000-10-23 | 1 | -5/+5 |
|
|
* | Add SAXReaderNotAvailable, and use it to distinguish between an | Martin v. Löwis | 2000-10-06 | 1 | -2/+11 |
|
|
* | [Patch 101634] | Martin v. Löwis | 2000-09-24 | 1 | -24/+3 |
|
|
* | Improvements to doco strings. | Lars Gustäbel | 2000-09-24 | 1 | -3/+1 |
|
|
* | Added back the InputSource class (patch 101630). | Lars Gustäbel | 2000-09-24 | 1 | -3/+7 |
|
|
* | More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt! | Guido van Rossum | 2000-09-22 | 1 | -15/+15 |
|
|
* | White space cleanup, including one item that was an error under -tt. | Fred Drake | 2000-09-22 | 1 | -5/+5 |
|
|
* | fix bogus references to imp; makes test_minidom succeed | Jeremy Hylton | 2000-09-21 | 1 | -2/+2 |
|
|
* | Added the make_parser function (patch 101571). | Lars Gustäbel | 2000-09-21 | 1 | -2/+67 |
|
|
* | Remove two unnecessary imports. | Fred Drake | 2000-09-18 | 1 | -26/+26 |
|
|
* | Fixed some typos. Removed one obsolete comment. | Paul Prescod | 2000-09-15 | 1 | -3/+2 |
|
|
* | Tightened xml.sax.__init__.py | Paul Prescod | 2000-07-01 | 1 | -5/+5 |
|
|
* | Reference cycle fixes | Paul Prescod | 2000-07-01 | 1 | -0/+24 |
|
|
* | Package docstring and initialization. | Fred Drake | 2000-06-29 | 1 | -0/+25 |
|
|