| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Make StringIO work in --disable-unicode builds... | Michael W. Hudson | 2002-05-13 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-02-16 | 1 | -1/+1 |
|
|
* | Restore Python 2.1 StringIO.py behaviour: support concatenating | Marc-André Lemburg | 2002-01-06 | 1 | -0/+15 |
|
|
* | A workaround for the missing buffer() builtin in jython. | Finn Bock | 2001-12-09 | 1 | -0/+6 |
|
|
* | test_iterator(): Don't do a type comparison to see if it's an | Barry Warsaw | 2001-09-25 | 1 | -1/+4 |
|
|
* | StringIO patch #462596: let's [c]StringIO accept read buffers on | Marc-André Lemburg | 2001-09-24 | 1 | -8/+23 |
|
|
* | Converted test_StringIO.py to use unittest, so | Barry Warsaw | 2001-09-22 | 1 | -41/+71 |
|
|
* | In O_writelines: Replace use of string.joinfields with "".join. | Jeremy Hylton | 2001-02-09 | 1 | -1/+7 |
|
|
* | Added a test for the StringIO write() error I just fixed. | Guido van Rossum | 2000-10-12 | 1 | -0/+7 |
|
|
* | Jack Jansen reported that the regression test failed on the Mac where | Guido van Rossum | 2000-10-11 | 1 | -3/+1 |
|
|
* | Uncommented tests that failed for cStringIO, | Jim Fulton | 2000-10-06 | 1 | -17/+11 |
|
|
* | Added some tests for the truncate() method; one is commented out because | Fred Drake | 2000-09-28 | 1 | -0/+23 |
|
|
* | New test cases for the StringIO module | Martin v. Löwis | 2000-09-19 | 1 | -0/+15 |
|
|