COMMITS
/ Modules/cStringIO.c April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Kill off softspace completely (except in formatter.py which seems to have
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
T
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters committed
March 7, 2006
H
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang committed
March 1, 2006
M
Remove UNLESS.
Martin v. Löwis committed
T
Silence gcc (4.0.x) warning about use of uninitialized value.
Thomas Wouters committed
February 16, 2006
M
Use Py_ssize_t for counts and sizes.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
September 22, 2005
M
Patches #1298449 and #1298499: Add some missing checks for error
Michael W. Hudson committed
August 21, 2004
T
Patch 1012740: cStringIO's truncate doesn't
Tim Peters committed
June 27, 2004
T
sizeof(char) is 1, by definition, so get rid of that expression in
Tim Peters committed
March 8, 2004
R
SF patch #907403: Improvements to cStringIO.writelines()
Raymond Hettinger committed
February 27, 2004
R
Speed-up the joiner call by avoiding Py_BuildValue().
Raymond Hettinger committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
August 11, 2003
S
reverting to 2.41 version (distinct tp_names) - will add verbiage to the
Skip Montanaro committed
S
shit - just change the visible name, not the comments - strictly speaking,
Skip Montanaro committed
August 8, 2003
R
SF bug #770485: cStringIO does not set closed attr
Raymond Hettinger committed
April 24, 2003
R
SF patch 695710: fix bug 678519: cStringIO self iterator
Raymond Hettinger committed
January 3, 2003
R
SF patch 660559: Use METH_O and METH_NOARGS where possible
Raymond Hettinger committed
September 1, 2002
G
SF bug 601775 - some int results that should be bool.
Guido van Rossum committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
April 29, 2002
G
See discussion at SF bug 547537.
Guido van Rossum committed
April 4, 2002
G
Removed old Digital Creations copyright/license notices (with
Guido van Rossum committed
March 8, 2002
J
Fix SF bug #526518
Jeremy Hylton committed
December 8, 2001
G
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum committed
December 7, 2001
G
O_cwrite(): rewrote for clarity, replacing all the (Oobject *)self
Guido van Rossum committed
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