Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | ImportError, and a missing driver. | ||||
* | [Patch 101634] | Martin v. Löwis | 2000-09-24 | 1 | -24/+3 |
| | | | | | | | xml.sax: Fix parse and parseString not to rely on ExpatParser Greatly simplify import logic by using __import__ saxutils: Support Unicode strings and files as parameters to prepare_input_source | ||||
* | Improvements to doco strings. | Lars Gustäbel | 2000-09-24 | 1 | -3/+1 |
| | | | | Tiny bug fix to expatreader.py (endDocument was only called after errors). | ||||
* | 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 |
| | | | | | | | Update the module docstring to reflect the actual list of modules in the xml.sax package. Make the code better conform to the Python style guide. | ||||
* | 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 |