Issue1516002
Created on 2006-07-02.20:50:47 by cgroves, last changed 2006-07-19.22:50:33 by m_small.
File name |
Uploaded |
Description |
Edit |
Remove |
2.3codecs.patch
|
cgroves,
2006-07-07.03:27:09
|
|
|
|
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.
|
|
Date |
User |
Action |
Args |
2006-07-02 20:50:47 | cgroves | create | |
|