History log of /external/python/cpython2/Lib/xml/sax/_exceptions.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/_exceptions.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/_exceptions.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/_exceptions.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Lib/xml/sax/_exceptions.py
6fd0b0d5bacb38ac88e74a767f11df2bb73ae49b 20-Mar-2004 Fred Drake <fdrake@acm.org> commit the portion of PyXML patch #919008 that is relevant to the
standard library:
str() of xml.sax.SAXParseException should not fail if the line and/or
column number returned by the locator are None
(tests added)
/external/python/cpython2/Lib/xml/sax/_exceptions.py
b374dd3a818463592fa3ee8eb38f32b12d6e4a21 22-Mar-2001 Martin v. Löwis <martin@v.loewis.de> Synchronize with 1.6 of PyXML:
Retrieve relevant information at construction time, as it may be lost
when the exception is printed.
/external/python/cpython2/Lib/xml/sax/_exceptions.py
711a5bdc44823fde2935343cc33b15b19f49930d 27-Jan-2001 Martin v. Löwis <martin@v.loewis.de> Synchronize with PyXML 1.5.
/external/python/cpython2/Lib/xml/sax/_exceptions.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/_exceptions.py
04f4943d132d0d5e9829923706a2cb07a2b0ae9f 09-Oct-2000 Martin v. Löwis <martin@v.loewis.de> _exceptions: Format a missing system id as <unknown>.
expatreader: Use the error handler instead of raising exception directly.
/external/python/cpython2/Lib/xml/sax/_exceptions.py
962c9e7f9188c75a3889fcc7fd29fb1626e278d0 06-Oct-2000 Martin v. Löwis <martin@v.loewis.de> Add SAXReaderNotAvailable, and use it to distinguish between an
ImportError, and a missing driver.
/external/python/cpython2/Lib/xml/sax/_exceptions.py
44627016da509b2bc59c38d7bf0ba592fe56a7a3 21-Sep-2000 Fred Drake <fdrake@acm.org> SAXException.__getitem__(): Raise AttributeError instead of NameError.
/external/python/cpython2/Lib/xml/sax/_exceptions.py
c40cdf7238b3ee019a2605ff1f0aaf1a6fcfd358 18-Sep-2000 Fred Drake <fdrake@acm.org> Once we're done with the sys module, remove it from the namespace so
this module is "import *" safe.
/external/python/cpython2/Lib/xml/sax/_exceptions.py
04f39aa859764a9838240d28d6ac3a844c8b6aed 07-Jul-2000 Jeremy Hylton <jeremy@alum.mit.edu> fix inconsistent use of tabs and spaces
/external/python/cpython2/Lib/xml/sax/_exceptions.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/_exceptions.py