summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Use more string methods, remove import stringNeal Norwitz2002-05-311-3/+3
|
* Add dead imports of modules that are "magically" imported.Martin v. Löwis2001-07-311-0/+5
|
* Make reindent.py happy (lots of trailing whitespace removed).Fred Drake2000-10-231-5/+5
|
* Add SAXReaderNotAvailable, and use it to distinguish between anMartin v. Löwis2000-10-061-2/+11
| | | | ImportError, and a missing driver.
* [Patch 101634]Martin v. Löwis2000-09-241-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äbel2000-09-241-3/+1
| | | | Tiny bug fix to expatreader.py (endDocument was only called after errors).
* Added back the InputSource class (patch 101630).Lars Gustäbel2000-09-241-3/+7
|
* More whitespace cleanup, to satisfy tabnanny.py. Don't trust -tt!Guido van Rossum2000-09-221-15/+15
|
* White space cleanup, including one item that was an error under -tt.Fred Drake2000-09-221-5/+5
|
* fix bogus references to imp; makes test_minidom succeedJeremy Hylton2000-09-211-2/+2
|
* Added the make_parser function (patch 101571).Lars Gustäbel2000-09-211-2/+67
|
* Remove two unnecessary imports.Fred Drake2000-09-181-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 Prescod2000-09-151-3/+2
|
* Tightened xml.sax.__init__.pyPaul Prescod2000-07-011-5/+5
|
* Reference cycle fixesPaul Prescod2000-07-011-0/+24
|
* Package docstring and initialization.Fred Drake2000-06-291-0/+25