1. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
  2. bc14efb Make the StringIO test pass. by Guido van Rossum · 18 years ago
  3. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  4. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  5. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 19 years ago
  6. a977329 Merge part of the trunk changes into the p3yk branch. This merges from 43030 by Thomas Wouters · 19 years ago
  7. 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 20 years ago
  8. bb9c739 Add error checks for the bz2, cStringIO and operator modules. by Walter Dörwald · 21 years ago
  9. 037b3ee Patch 1012740: cStringIO's truncate doesn't by Tim Peters · 21 years ago
  10. 5475f23 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 22 years ago
  11. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  12. 352f947 SF patch 695710: fix bug 678519: cStringIO self iterator by Raymond Hettinger · 22 years ago
  13. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  14. e1c67d1 Make StringIO work in --disable-unicode builds... by Michael W. Hudson · 23 years ago
  15. e441860 Whitespace normalization. by Tim Peters · 23 years ago
  16. f853be9 Restore Python 2.1 StringIO.py behaviour: support concatenating by Marc-André Lemburg · 24 years ago
  17. 793ead5 A workaround for the missing buffer() builtin in jython. by Finn Bock · 24 years ago
  18. 4565350 test_iterator(): Don't do a type comparison to see if it's an by Barry Warsaw · 24 years ago
  19. e47df7a StringIO patch #462596: let's [c]StringIO accept read buffers on by Marc-André Lemburg · 24 years ago
  20. 7f8ff47 Converted test_StringIO.py to use unittest, so by Barry Warsaw · 24 years ago
  21. cafd495 In O_writelines: Replace use of string.joinfields with "".join. by Jeremy Hylton · 24 years ago
  22. 22d5895 Added a test for the StringIO write() error I just fixed. by Guido van Rossum · 25 years ago
  23. 4bbea05 Jack Jansen reported that the regression test failed on the Mac where by Guido van Rossum · 25 years ago
  24. d1229f5 Uncommented tests that failed for cStringIO, by Jim Fulton · 25 years ago
  25. 9543833 Added some tests for the truncate() method; one is commented out because by Fred Drake · 25 years ago
  26. b96e0e5 New test cases for the StringIO module by Martin v. Löwis · 25 years ago