aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/StringIO.py
Commit message (Expand)AuthorAge
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-09
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-09
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-09
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-24
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-21
* SF bug #951915: fix bug in StringIO.truncate - length not changedRaymond Hettinger2004-12-20
* Arghh, checked in wrong draft. Replacing with correct one.Raymond Hettinger2004-09-23
* Use local variables in StringIO.write().Raymond Hettinger2004-09-23
* Add missing docstrings.Raymond Hettinger2004-03-14
* SF patch #907403: Improvements to cStringIO.writelines()Raymond Hettinger2004-03-08
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Whitespace normalization.Tim Peters2004-01-18
* Make the module docstring a raw string, so that the backslash inWalter Dörwald2003-12-15
* Patch #822994: Consolidate tests for self.closed.Martin v. Löwis2003-10-18
* Make StringIO its own iterator, similar to real files.Guido van Rossum2003-01-31
* write(): Special case the common situation of a stream that's onlyFred Drake2002-09-17
* Remove uses of the string and types modules:Walter Dörwald2002-06-03
* Whitespace normalization.Tim Peters2002-05-23
* Added docstrings excerpted from Python Library Reference.Raymond Hettinger2002-05-15
* Make StringIO work in --disable-unicode builds...Michael W. Hudson2002-05-13
* Use isinstance() in preference to comparison of type by is.Jeremy Hylton2002-05-10
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-07
* SF #515000, print result of f.tell() in test() instead of ignoringNeal Norwitz2002-02-11
* Restore Python 2.1 StringIO.py behaviour: support concatenatingMarc-André Lemburg2002-01-06
* StringIO patch #462596: let's [c]StringIO accept read buffers onMarc-André Lemburg2001-09-24
* __iter__(): New method so that StringIO's can participate in theBarry Warsaw2001-09-22
* Remove silly EMPTYSTRING global. Saves a global lookup.Marc-André Lemburg2001-02-09
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-20
* Untabify! (Barry, this is gonna cost you a bottle of wine! ;)Fred Drake2000-12-13
* Change the file's indentation from tabs to 4 spaces per level.Barry Warsaw2000-12-12
* Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errnoBarry Warsaw2000-12-12
* [ Bug #116636 ] Bug in StringIO.write()Guido van Rossum2000-10-12
* Add truncate() method to StringIO objects.Fred Drake2000-09-28
* Support sizehint in StringIO.readlines, as documented.Martin v. Löwis2000-09-19
* Simple changes by Gerrit Holl - move author acknowledgements out ofGuido van Rossum2000-02-28
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-02
* Raise the right exception (ValueError) for attempted I/O on closed StringIOFred Drake1998-08-18
* Patch by Lars Wirzenius to allow f.readline(length).Guido van Rossum1997-07-25
* Sjoerd's StringIO speed-upGuido van Rossum1996-06-19
* fix default arg for read() -- should be -1Guido van Rossum1996-01-25
* Added flush() method.Sjoerd Mullender1995-07-19
* set softspace to 0 in __init__Guido van Rossum1995-06-22
* Two new generally useful modules: types defines names for all built-in types,Guido van Rossum1994-06-23