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
*
reverting to 2.41 version (distinct tp_names) - will add verbiage to the
Skip Montanaro
2003-08-11
1
-2/+2
*
shit - just change the visible name, not the comments - strictly speaking,
Skip Montanaro
2003-08-11
1
-3/+3
*
typos
Skip Montanaro
2003-08-11
1
-3/+3
*
SF bug #770485: cStringIO does not set closed attr
Raymond Hettinger
2003-08-08
1
-2/+22
*
SF patch 695710: fix bug 678519: cStringIO self iterator
Raymond Hettinger
2003-04-24
1
-65/+56
*
SF patch 660559: Use METH_O and METH_NOARGS where possible
Raymond Hettinger
2003-01-03
1
-33/+19
*
SF bug 601775 - some int results that should be bool.
Guido van Rossum
2002-09-01
1
-1/+2
*
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond
2002-08-02
1
-3/+3
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-48/+35
*
See discussion at SF bug 547537.
Guido van Rossum
2002-04-29
1
-1/+1
*
Removed old Digital Creations copyright/license notices (with
Guido van Rossum
2002-04-04
1
-53/+0
*
Fix SF bug #526518
Jeremy Hylton
2002-03-08
1
-1/+1
*
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum
2001-12-08
1
-2/+2
*
O_cwrite(): rewrote for clarity, replacing all the (Oobject *)self
Guido van Rossum
2001-12-07
1
-16/+17
*
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