summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax/__init__.py
Commit message (Expand)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
* [Patch 101634]Martin v. Löwis2000-09-241-24/+3
* Improvements to doco strings.Lars Gustäbel2000-09-241-3/+1
* 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
* 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