-
I don't want this on my dashboard any more.
2007-08-27 17:48:57 UTC in IDLEfork
-
This was submitted already.
2007-08-21 19:24:07 UTC in Python
-
Thanks, this has been superseded by the curernt implementation of io.py.
2007-08-21 19:23:38 UTC in Python
-
Thanks!
(Though I wish you'd left the C variable names alone, the patch is unnecessarily big this way.)
I am also wondering about some semantic endcases; in 2.x, it is *possible* to have __builtin__ and __builtins__ point to different place, and I am going to do some soul-searching to make sure that's not a loss of functionality.
No need to update the patch, I just have to think about...
2007-08-18 20:34:24 UTC in Python
-
Ow, thanks!
Committed revision 56880.
2007-08-10 01:02:40 UTC in Python
-
Thanks!
Committed revision 56841.
I had to change some places to use BytesIO instead of StringIO, and I had to work hard on a few modules, esp. uu.py. But now all tests pass (except the ones that didn't pass before).
2007-08-09 01:04:33 UTC in Python
-
I'll take this. Thanks for the work! There are a few tests that break due to this, I'll look into these. I'll probably kill StringIO and cStringIO hard rather than adding deprecations (there's already a 2to3 fixer that fixes most StringIO references).
2007-08-08 20:41:15 UTC in Python
-
FYI, test passes.
2007-08-07 14:27:53 UTC in Python
-
Thanks!
Committed revision 56800.
2007-08-07 14:27:04 UTC in Python
-
This looked good enough to submit.
I had to clean up the whitespace use in the C code. Please next time set your tabs to 8 spaces when editing C code. Also try to conform to the surrounding code's use of spaces or tab (unfortunately this file is inconsistent and sometimes uses spaces, other times tabs -- that's worth a separate cleanup).
Committed revision 56777.
2007-08-06 19:33:25 UTC in Python