History log of /external/python/cpython2/Lib/xml/sax/handler.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fbdeaad06910a50d6f05da177949b9a451a1132a 29-Jul-2006 Fred Drake <fdrake@acm.org> expunge the xmlcore changes:
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
/external/python/cpython2/Lib/xml/sax/handler.py
c6730e1772f52b99feaffb95cdb7774905340d52 14-Dec-2005 Fred Drake <fdrake@acm.org> move the xml package implementation to xmlcore, and adjust the tests to
test that package, not the xmlcore/PyXML switcheroo fiasco in the xml
module/package
/external/python/cpython2/Lib/xml/sax/handler.py
e143bbb61034396cd2d5c4ecaa4f313e62ea2a3e 06-May-2004 Fred Drake <fdrake@acm.org> fix documentation for ContentHandler.ignorableWhitespace()
(closes SF bug #881707)
/external/python/cpython2/Lib/xml/sax/handler.py
0eadaac7dc3ae49974c105ff9e8c1e98a04d7d5a 24-Apr-2003 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/xml/sax/handler.py
2ebfd09e5818b7c6d555bcb297ecbb7cf863fe2c 30-Jun-2002 Martin v. Löwis <martin@v.loewis.de> Merge from PyXML:
[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.
/external/python/cpython2/Lib/xml/sax/handler.py
16f6329e6153c4b92f2175a5560e372a762befe6 23-Oct-2000 Fred Drake <fdrake@acm.org> Make reindent.py happy (lots of trailing whitespace removed).
/external/python/cpython2/Lib/xml/sax/handler.py
84da8aa7e2f1bdaf8692dbfd9981430c84278038 25-Sep-2000 Thomas Wouters <thomas@python.org> Fix inconsistent use of space/tabs.
/external/python/cpython2/Lib/xml/sax/handler.py
bb757136b29369e88c72e1563ee95cd6514c15a0 24-Sep-2000 Lars Gustäbel <lars@gustaebel.de> Improvements to doco strings.
Tiny bug fix to expatreader.py (endDocument was only called after errors).
/external/python/cpython2/Lib/xml/sax/handler.py
e292a24589c4eb31c2b0a0cc45f58c3abd0ffc1b 24-Sep-2000 Lars Gustäbel <lars@gustaebel.de> Added EntityResolver and DTDHandler (patch 101631) with test cases.
/external/python/cpython2/Lib/xml/sax/handler.py
358f4da29c04e490d973db5634f10cb3df57b624 24-Sep-2000 Lars Gustäbel <lars@gustaebel.de> Added back missing argument to ignorableWhitespace signature.
/external/python/cpython2/Lib/xml/sax/handler.py
b4d6bb098776de48275c2e422c608ddfd85f4198 21-Sep-2000 Lars Gustäbel <lars@gustaebel.de> Updated to correct DocumentHandler signatures. (patch 101570)
/external/python/cpython2/Lib/xml/sax/handler.py
a2dccfbc094df7e017520720a103342c90766491 06-Jul-2000 Skip Montanaro <skip@pobox.com> fix indentation in three docstrings
/external/python/cpython2/Lib/xml/sax/handler.py
45cd9de2bb2faa96bb18eb11d20261d7d1b8c20e 29-Jun-2000 Fred Drake <fdrake@acm.org> Paul Prescod <paul@prescod.net>:
SAX interfaces for Python.
/external/python/cpython2/Lib/xml/sax/handler.py