| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Lots of tests fail in non-unicode builds, but I think most of these are
"bugs" in the tests. I hope so, anyway.
|
| |
|
|
|
|
|
|
|
| |
Backport lemburg's checkin of revision 1.11:
Restore Python 2.1 StringIO.py behaviour: support concatenating
Unicode string snippets to larger Unicode strings.
This fix should also go into Python 2.2.1.
|
| |
|
|
| |
This closes patch "[ #490850 ] Jython and test_StringIO".
|
| |
|
|
|
|
| |
iterator, just test to make sure it has the two required iterator
protocol methods __iter__() and next() -- actually just test
hasattr-ness.
|
| |
|
|
| |
input to .write() too.
|
| |
|
|
|
|
|
| |
Lib/test/output/test_StringIO is no longer necessary.
Also, added a test of the iterator protocol that's just been added to
StringIO's and cStringIO's.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
string.letters was much more than expected.
Solution: explicit is better than implicit; don't rely on
string.letters.
|
| |
|
|
| |
Added missing clode to make the clode test test a close. ;)
|
| |
|
|
|
|
|
|
| |
cStringIO does not get it right (reported as SF bug #115531).
Added test for ValueError when write() is called on a closed StringIO
object. Commented out because cStringIO does not get it right
(reported as SF bug #115530).
|
| |
|