[issue2175] Expat sax parser silently ignores the InputSource protocol

2015-04-02 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue2175] Expat sax parser silently ignores the InputSource protocol

2015-04-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 84d49ad9109b by Serhiy Storchaka in branch '2.7': Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). https://hg.python.org/cpython/rev/84d49ad9109b New changeset fa47897e7889 by Serhiy Storchaka in branch '3.4': Issue #2175: Added

[issue2175] Expat sax parser silently ignores the InputSource protocol

2015-03-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Updated to the tip, added whatsnew entry and fixed the documentation. What parts of this patch besides tests are worth to be applied to maintained releases? -- Added file: http://bugs.python.org/file38696/sax_character_stream_3.patch ___

[issue2175] Expat sax parser silently ignores the InputSource protocol

2014-11-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ping. -- keywords: +needs review versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Pytho

[issue2175] Expat sax parser silently ignores the InputSource protocol

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue2175] Expat sax parser silently ignores the InputSource protocol

2013-12-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +christian.heimes versions: -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue2175] Expat sax parser silently ignores the InputSource protocol

2013-02-13 Thread Fred L. Drake, Jr.
Changes by Fred L. Drake, Jr. : -- nosy: +fdrake ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue2175] Expat sax parser silently ignores the InputSource protocol

2013-02-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This patch is rather complicated and I doubt whether it is necessary to apply it to the older version. Can anyone review it? -- ___ Python tracker ___

[issue2175] Expat sax parser silently ignores the InputSource protocol

2013-02-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file29062/sax_character_stream-2.7.patch ___ Python tracker ___ ___ Python-bug

[issue2175] Expat sax parser silently ignores the InputSource protocol

2013-02-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file29061/sax_character_stream.patch ___ Python tracker ___ ___ Python-bugs-li

[issue2175] Expat sax parser silently ignores the InputSource protocol

2013-02-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file28954/sax_character_stream.patch ___ Python tracker ___ ___ Python-bugs-

[issue2175] Expat sax parser silently ignores the InputSource protocol

2013-02-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is a patch, which made xml.sax.xmlreader and related utilities to support character stream. A lot of new tests added (including Yitz Gale's tests from issue1483). Some old tests fixed (they were used text stream as byte stream, this doesn't work in gene

[issue2175] Expat sax parser silently ignores the InputSource protocol

2013-01-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Expat parser parses strings only when XML encoding is UTF-8 ___ Python tracker ___ ___

[issue2175] Expat sax parser silently ignores the InputSource protocol

2013-01-16 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: docs@python -> serhiy.storchaka nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bu

[issue2175] Expat sax parser silently ignores the InputSource protocol

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue2175] Expat sax parser silently ignores the InputSource protocol

2011-06-12 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.3 -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2175] Expat sax parser silently ignores the InputSource protocol

2010-09-22 Thread Georg Brandl
Georg Brandl added the comment: I'll have a look. -- assignee: loewis -> georg.brandl nosy: +georg.brandl priority: normal -> critical ___ Python tracker ___

[issue2175] Expat sax parser silently ignores the InputSource protocol

2010-09-20 Thread Yitz Gale
Yitz Gale added the comment: Perhaps more people would be interested if you raise the priority. This bug can cause serious data corruption, or even crashes. It should also be tagged as "easy". An alternative would be to remove the expat sax parser from the libraries, since we don't support it.

[issue2175] Expat sax parser silently ignores the InputSource protocol

2010-09-20 Thread Mark Lawrence
Mark Lawrence added the comment: As nobody appears to be interested I'll close this in a couple of weeks unless someone objects. -- nosy: +BreamoreBoy status: open -> pending ___ Python tracker ___

[issue2175] Expat sax parser silently ignores the InputSource protocol

2010-06-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5, Python 2.6, Python 3.0 ___ Python tracker ___ __

[issue2175] Expat sax parser silently ignores the InputSource protocol

2008-03-19 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> loewis nosy: +loewis priority: -> normal __ Tracker <[EMAIL PROTECTED]> __

[issue2175] Expat sax parser silently ignores the InputSource protocol

2008-02-24 Thread Yitz Gale
Yitz Gale added the comment: See also: #1483 and #2174. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue2175] Expat sax parser silently ignores the InputSource protocol

2008-02-24 Thread Yitz Gale
New submission from Yitz Gale: The expat sax parser in xml.sax.expatreader does not fully support the InputSource protocol in xml.sax.xmlreader. It only accepts byte streams. It ignores the encoding indicated in the InputStream object and only uses the encoding read from the XML or defaults to UT