Issue1516002

classification
Title: codecs upgrade for 2.3
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, m_small
Priority: normal Keywords: patch

Created on 2006-07-02.20:50:47 by cgroves, last changed 2006-07-19.22:50:33 by m_small.

Files
File name Uploaded Description Edit Remove
2.3codecs.patch cgroves, 2006-07-07.03:27:09
Messages
msg2519 (view) Author: Charlie Groves (cgroves) Date: 2006-07-02.20:50:47
This patch adds the 2.3 error handler lookup system and
a couple of new encode/decode methods.  With it all but
one of the tests in test_codecs.py and
test_codeccallbacks.py pass.  Both failing tests depend
on unicodedb which we don't have in Jython.
msg2520 (view) Author: Charlie Groves (cgroves) Date: 2006-07-07.03:28:46
Logged In: YES 
user_id=1174327

I just uploaded a new version of the patch that decodes
surrogate characters in all of the builtin codecs and
decodes unicode escapes for str based on a disscussion on
jython-dev.
msg2521 (view) Author: Matt Small (m_small) Date: 2006-07-18.22:01:45
Logged In: YES 
user_id=1539426

Commited by me as revision 2842.
msg2522 (view) Author: Matt Small (m_small) Date: 2006-07-19.22:50:33
Logged In: YES 
user_id=1539426

2842 became weird; now committed as 2845.
History
Date User Action Args
2006-07-02 20:50:47cgrovescreate