- 22 Mar, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Retrieve relevant information at construction time, as it may be lost when the exception is printed.
-
- 14 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 27 Ock, 2001 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Break cycle involving expat parser in close(). Add lex handler support to SAX2 pyexpat
-
- 16 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
version of Python. ;-(
-
- 13 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 24 Eki, 2000 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
now, so can't find number).
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 Eki, 2000 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
than tuples.
-
- 14 Eki, 2000 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
-
- 11 Eki, 2000 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
-
- 09 Eki, 2000 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
expatreader: Use the error handler instead of raising exception directly.
-
- 06 Eki, 2000 5 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
the InputSource.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
callers of feed will get a SAXException. In close, feed the last chunk first before calling endDocument, so that the parser may report errors before the end of the document. Don't do anything in a nested parser. Don't call endDocument in parse; that will be called in close. Use self._source for finding the SystemID; XML_GetBase will be cleared in case of an error.
-
Martin v. Löwis yazdı
ImportError, and a missing driver.
-
- 03 Eki, 2000 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 29 Eyl, 2000 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 26 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
caused the drive letter to cause urlopen() to think it was an unrecognized URL scheme. This only passes system ids to urlopen() if the file does not exist. It works on Windows & Unix. It should work everywhere else as well.
-
- 25 Eyl, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
-
- 24 Eyl, 2000 10 kayıt (commit)
-
-
Martin v. Löwis yazdı
xml.sax: Fix parse and parseString not to rely on ExpatParser Greatly simplify import logic by using __import__ saxutils: Support Unicode strings and files as parameters to prepare_input_source
-
Martin v. Löwis yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
Tiny bug fix to expatreader.py (endDocument was only called after errors).
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
Bug fixes to XMLFilterBase (wrong ignorableWhitespace signature and did not inherit set*Handler methods from XMLReader.)
-
- 23 Eyl, 2000 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 22 Eyl, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
- 21 Eyl, 2000 3 kayıt (commit)
-
-
Fred Drake yazdı
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.
-
Fred Drake yazdı
-
Jeremy Hylton yazdı
-