History log of /external/python/cpython2/Lib/xml/sax/xmlreader.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4bb142b1b712d8e67c81687d396685fba55abf77 18-Dec-2012 Andrew Svetlov <andrew.svetlov@gmail.com> Issue #16714: use 'raise' exceptions, don't 'throw'.

Patch by Serhiy Storchaka.
/external/python/cpython2/Lib/xml/sax/xmlreader.py
429a74a11a0b31c6a7093a89f595f834daaa1b79 23-Feb-2010 Jack Diederich <jackdied@gmail.com> issue#6442 use in operator instead of has_key
/external/python/cpython2/Lib/xml/sax/xmlreader.py
5b3d3729baada9e8913a2f8556bbe041834c1b17 04-Aug-2008 Brett Cannon <bcannon@gmail.com> Remove dict.has_key() usage in xml.sax to silence warnings under -3.
/external/python/cpython2/Lib/xml/sax/xmlreader.py
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/xmlreader.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/xmlreader.py
0e449234bf8e68dfe96af727e2ce7a53fb4f0dad 30-Jan-2003 Raymond Hettinger <python@rcn.com> SF patch 672098: Three __contains__ implementations

Contributed by Jp Calderone.
/external/python/cpython2/Lib/xml/sax/xmlreader.py
2c071955746c0ce296629d7b9194e2af14f5ce16 07-Jun-2001 Martin v. Löwis <martin@v.loewis.de> Previous check-in was by mistake, undo it.
/external/python/cpython2/Lib/xml/sax/xmlreader.py
22adac50cb00047321d4c5395eb831a9f724e714 07-Jun-2001 Martin v. Löwis <martin@v.loewis.de> Patch #416220: Fix misplaced paren.
/external/python/cpython2/Lib/xml/sax/xmlreader.py
904f2fcbd78936baa1fb94fa8f0f2119da8ed44c 14-Mar-2001 Fred Drake <fdrake@acm.org> Import the exceptions that this module can raise.
/external/python/cpython2/Lib/xml/sax/xmlreader.py
711a5bdc44823fde2935343cc33b15b19f49930d 27-Jan-2001 Martin v. Löwis <martin@v.loewis.de> Synchronize with PyXML 1.5.
/external/python/cpython2/Lib/xml/sax/xmlreader.py
ec126dab9c98be553e17847e1599a1fbcdea9538 13-Dec-2000 Fred Drake <fdrake@acm.org> When raising KeyError, provide the key value that failed.
/external/python/cpython2/Lib/xml/sax/xmlreader.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/xmlreader.py
31b485ffb0572fb1e71ee7ab6fb4a641a4710870 06-Oct-2000 Martin v. Löwis <martin@v.loewis.de> In an incremental parser, close the parser after feeding everything.
/external/python/cpython2/Lib/xml/sax/xmlreader.py
491ded78ccd2b1fff10090e4d11ef42a9732bfdd 29-Sep-2000 Martin v. Löwis <martin@v.loewis.de> Remove dependency from saxutils when loading xmlreader
/external/python/cpython2/Lib/xml/sax/xmlreader.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/xmlreader.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/xmlreader.py
523b0a6ec87ac7f84de8a004e3c33581eb2a542f 24-Sep-2000 Lars Gustäbel <lars@gustaebel.de> Added back the InputSource class (patch 101630).
/external/python/cpython2/Lib/xml/sax/xmlreader.py
32bf12eb8a5849762721b561f9b48c6e897792e9 24-Sep-2000 Lars Gustäbel <lars@gustaebel.de> Updated to final Attributes interface (patch 101632).
/external/python/cpython2/Lib/xml/sax/xmlreader.py
07cbc4e5bd7fdc2f5e92ac65dbabf35bde002bef 21-Sep-2000 Fred Drake <fdrake@acm.org> Paul Prescod <paul@prescod.net>:
Add support for parsing already-opened files. Make sure the parse()
method closes exactly those files that it opens.

Modified by FLD for better conformance to the Python style guide.

This closes SourceForge patch #101512.
/external/python/cpython2/Lib/xml/sax/xmlreader.py
7e47402264cf87b9bbb61fc9ff610af08add7c7b 16-Jul-2000 Thomas Wouters <thomas@python.org> Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
comments, docstrings or error messages. I fixed two minor things in
test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").

There is a minor style issue involved: Guido seems to have preferred English
grammar (behaviour, honour) in a couple places. This patch changes that to
American, which is the more prominent style in the source. I prefer English
myself, so if English is preferred, I'd be happy to supply a patch myself ;)
/external/python/cpython2/Lib/xml/sax/xmlreader.py
f9059ebede7acc7d498d0703dd97adede37c5016 06-Jul-2000 Skip Montanaro <skip@pobox.com> fixed indentation in several places
/external/python/cpython2/Lib/xml/sax/xmlreader.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/xmlreader.py