Martin v. Löwis
|
b374dd3a81
|
Synchronize with 1.6 of PyXML:
Retrieve relevant information at construction time, as it may be lost
when the exception is printed.
|
2001-03-22 15:34:02 +00:00 |
Martin v. Löwis
|
711a5bdc44
|
Synchronize with PyXML 1.5.
|
2001-01-27 08:56:24 +00:00 |
Fred Drake
|
16f6329e61
|
Make reindent.py happy (lots of trailing whitespace removed).
|
2000-10-23 18:09:50 +00:00 |
Martin v. Löwis
|
04f4943d13
|
_exceptions: Format a missing system id as <unknown>.
expatreader: Use the error handler instead of raising exception directly.
|
2000-10-09 16:45:54 +00:00 |
Martin v. Löwis
|
962c9e7f91
|
Add SAXReaderNotAvailable, and use it to distinguish between an
ImportError, and a missing driver.
|
2000-10-06 17:41:52 +00:00 |
Fred Drake
|
44627016da
|
SAXException.__getitem__(): Raise AttributeError instead of NameError.
|
2000-09-21 16:32:28 +00:00 |
Fred Drake
|
c40cdf7238
|
Once we're done with the sys module, remove it from the namespace so
this module is "import *" safe.
|
2000-09-18 16:22:30 +00:00 |
Jeremy Hylton
|
04f39aa859
|
fix inconsistent use of tabs and spaces
|
2000-07-07 21:02:00 +00:00 |
Fred Drake
|
45cd9de2bb
|
Paul Prescod <paul@prescod.net>:
SAX interfaces for Python.
|
2000-06-29 19:34:54 +00:00 |