summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-5/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Fix some more has_key() uses. This could really use a tool to automate...Guido van Rossum2006-08-191-2/+2
* Use explicit relative import to make this work again.Guido van Rossum2006-08-171-3/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+108
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-108/+0
* 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