1. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  2. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  3. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  4. 4147216 make StringIO like other file objects in that readline(-1) has no effect #7348 by Benjamin Peterson · 15 years ago
  5. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  6. 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  7. cffcc8b Make cStringIO.truncate raise IOError for negative by Martin v. Löwis · 18 years ago
  8. 5597e26 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  9. 197e832 SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError by Walter Dörwald · 19 years ago
  10. 0af5d93 SF patch #1359365: file and cStringIO raise a ValueError when next() is called by Walter Dörwald · 19 years ago
  11. 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 19 years ago
  12. bb9c739 Add error checks for the bz2, cStringIO and operator modules. by Walter Dörwald · 20 years ago
  13. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 20 years ago
  14. 5475f23 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 21 years ago
  15. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  16. 352f947 SF patch 695710: fix bug 678519: cStringIO self iterator by Raymond Hettinger · 22 years ago
  17. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  18. e1c67d1 Make StringIO work in --disable-unicode builds... by Michael W. Hudson · 22 years ago
  19. e441860 Whitespace normalization. by Tim Peters · 23 years ago
  20. f853be9 Restore Python 2.1 StringIO.py behaviour: support concatenating by Marc-André Lemburg · 23 years ago
  21. 793ead5 A workaround for the missing buffer() builtin in jython. by Finn Bock · 23 years ago
  22. 4565350 test_iterator(): Don't do a type comparison to see if it's an by Barry Warsaw · 23 years ago
  23. e47df7a StringIO patch #462596: let's [c]StringIO accept read buffers on by Marc-André Lemburg · 23 years ago
  24. 7f8ff47 Converted test_StringIO.py to use unittest, so by Barry Warsaw · 23 years ago
  25. cafd495 In O_writelines: Replace use of string.joinfields with "".join. by Jeremy Hylton · 24 years ago
  26. 22d5895 Added a test for the StringIO write() error I just fixed. by Guido van Rossum · 24 years ago
  27. 4bbea05 Jack Jansen reported that the regression test failed on the Mac where by Guido van Rossum · 24 years ago
  28. d1229f5 Uncommented tests that failed for cStringIO, by Jim Fulton · 24 years ago
  29. 9543833 Added some tests for the truncate() method; one is commented out because by Fred Drake · 24 years ago
  30. b96e0e5 New test cases for the StringIO module by Martin v. Löwis · 24 years ago