summaryrefslogtreecommitdiffstats
path: root/Lib/xml/sax/handler.py
Commit message (Collapse)AuthorAgeFilesLines
* expunge the xmlcore changes:Fred Drake2006-07-291-0/+342
| | | | | | | | | | | | | | | | | | | 41667, 41668 - initial switch to xmlcore 47044 - mention of xmlcore in What's New 50687 - mention of xmlcore in the library reference re-apply xmlcore changes to xml: 41674 - line ending changes (re-applied manually), directory props 41677 - add cElementTree wrapper 41678 - PSF licensing for etree 41812 - whitespace normalization 42724 - fix svn:eol-style settings 43681, 43682 - remove Python version-compatibility cruft from minidom 46773 - fix encoding of \r\n\t in attr values in saxutils 47269 - added XMLParser alias for cElementTree compatibility additional tests were added in Lib/test/test_sax.py that failed with the xmlcore changes; these relate to SF bugs #1511497, #1513611
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-342/+0
| | | | | test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package
* fix documentation for ContentHandler.ignorableWhitespace()Fred Drake2004-05-061-4/+1
| | | | (closes SF bug #881707)
* Whitespace normalization.Tim Peters2003-04-241-1/+1
|
* Merge from PyXML:Martin v. Löwis2002-06-301-2/+26
| | | | | | [1.3] Added documentation of the namespace URI for elements with no namespace. [1.4] New property http://www.python.org/sax/properties/encoding. [1.5] Support optional string interning in pyexpat.
* Make reindent.py happy (lots of trailing whitespace removed).Fred Drake2000-10-231-21/+21
|
* Fix inconsistent use of space/tabs.Thomas Wouters2000-09-251-4/+4
|
* Improvements to doco strings.Lars Gustäbel2000-09-241-7/+8
| | | | Tiny bug fix to expatreader.py (endDocument was only called after errors).
* Added EntityResolver and DTDHandler (patch 101631) with test cases.Lars Gustäbel2000-09-241-1/+34
|
* Added back missing argument to ignorableWhitespace signature.Lars Gustäbel2000-09-241-1/+1
|
* Updated to correct DocumentHandler signatures. (patch 101570)Lars Gustäbel2000-09-211-6/+23
|
* fix indentation in three docstringsSkip Montanaro2000-07-061-3/+3
|
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-291-0/+270
SAX interfaces for Python.