COMMITS
/ Modules/cStringIO.c September 24, 2001
M
StringIO patch #462596: let's [c]StringIO accept read buffers on
Marc-André Lemburg committed
September 22, 2001
B
I_getiter(): Function for the tp_iter slot of Itype so that
Barry Warsaw committed
February 9, 2001
J
In O_writelines: Replace use of string.joinfields with "".join.
Jeremy Hylton committed
October 6, 2000
J
Added a new "base" type, IOobject for which most of the
Jim Fulton committed
September 19, 2000
M
Implement readlines function. Closes Bug #110686.
Martin v. Löwis committed
August 3, 2000
A
Use METH_VARARGS instead of numeric constant 1 in method def. tables
Andrew M. Kuchling committed
July 24, 2000
T
ANSIfy some more forward declarations.
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 12, 2000
J
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton committed
June 19, 2000
F
Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.
Fred Drake committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
April 12, 2000
J
raise TypeError when bad argument passed to cStringIO.StringIO
Jeremy Hylton committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
June 15, 1999
G
New version from Jim: don't call Py_FatalError() when initialization fails.
Guido van Rossum committed
February 8, 1999
G
The writelines() function was never tested and contained numerous bugs
Guido van Rossum committed
December 15, 1998
G
Jim Fulton writes:
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
November 25, 1998
G
New version from Jim Fulton:
Guido van Rossum committed
July 24, 1998
G
Use 'S' format character for the optional constructor argument, so we
Guido van Rossum committed
July 17, 1998
F
I_getattr(),
Fred Drake committed
April 11, 1998
F
Module docstring indicated seek() isn't implemented, but it is.
Fred Drake committed
December 4, 1997
G
New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1
Guido van Rossum committed
September 3, 1997
G
#Plug small memory leaks in constructors.
Guido van Rossum committed
G
Fix the bug Jeremy was experiencing: both the close() and the
Guido van Rossum committed
August 13, 1997
G
cPickle release 0.3 from Jim Fulton
Guido van Rossum committed
April 11, 1997
G
My own patch: support writable 'softspace' attribute.
Guido van Rossum committed
April 9, 1997
G
Unknown changes by Jim Fulton.
Guido van Rossum committed
January 14, 1997
B
Quieted gcc -Wall by removing unused local variables.
Barry Warsaw committed
January 6, 1997
G
Jim's latest version.
Guido van Rossum committed
December 5, 1996
G
Jim F's brainchild
Guido van Rossum committed