index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
cStringIO.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
StringIO patch #462596: let's [c]StringIO accept read buffers on
Marc-André Lemburg
2001-09-24
1
-9/+5
*
I_getiter(): Function for the tp_iter slot of Itype so that
Barry Warsaw
2001-09-22
1
-20/+45
*
In O_writelines: Replace use of string.joinfields with "".join.
Jeremy Hylton
2001-02-09
1
-8/+11
*
Added a new "base" type, IOobject for which most of the
Jim Fulton
2000-10-06
1
-285/+355
*
Implement readlines function. Closes Bug #110686.
Martin v. Löwis
2000-09-19
1
-0/+36
*
Use METH_VARARGS instead of numeric constant 1 in method def. tables
Andrew M. Kuchling
2000-08-03
1
-1/+2
*
ANSIfy some more forward declarations.
Thomas Wouters
2000-07-24
1
-1/+1
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton
2000-07-12
1
-1/+1
*
Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.
Fred Drake
2000-06-19
1
-1/+1
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-5/+5
*
raise TypeError when bad argument passed to cStringIO.StringIO
Jeremy Hylton
2000-04-12
1
-4/+10
*
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum
2000-02-29
1
-7/+7
*
New version from Jim: don't call Py_FatalError() when initialization fails.
Guido van Rossum
1999-06-15
1
-5/+2
*
The writelines() function was never tested and contained numerous bugs
Guido van Rossum
1999-02-08
1
-4/+16
*
Jim Fulton writes:
Guido van Rossum
1998-12-15
1
-42/+73
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1/+1
*
New version from Jim Fulton:
Guido van Rossum
1998-11-25
1
-71/+69
*
Use 'S' format character for the optional constructor argument, so we
Guido van Rossum
1998-07-24
1
-1/+1
*
I_getattr(),
Fred Drake
1998-07-17
1
-1/+7
*
Module docstring indicated seek() isn't implemented, but it is.
Fred Drake
1998-04-11
1
-1/+1
*
New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1
Guido van Rossum
1997-12-04
1
-99/+15
*
#Plug small memory leaks in constructors.
Guido van Rossum
1997-09-03
1
-2/+7
*
Fix the bug Jeremy was experiencing: both the close() and the
Guido van Rossum
1997-09-03
1
-4/+19
*
cPickle release 0.3 from Jim Fulton
Guido van Rossum
1997-08-13
1
-120/+118
*
My own patch: support writable 'softspace' attribute.
Guido van Rossum
1997-04-11
1
-2/+23
*
Unknown changes by Jim Fulton.
Guido van Rossum
1997-04-09
1
-199/+140
*
Quieted gcc -Wall by removing unused local variables.
Barry Warsaw
1997-01-14
1
-5/+9
*
Jim's latest version.
Guido van Rossum
1997-01-06
1
-90/+129
*
Jim F's brainchild
Guido van Rossum
1996-12-05
1
-0/+678