Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9a828d3c61a6df161b2aaf0a1309e26c9884fc59
/
Modules
/
cStringIO.c
cafd495
In O_writelines: Replace use of string.joinfields with "".join.
by Jeremy Hylton
· 24 years ago
e60de4d
Added a new "base" type, IOobject for which most of the
by Jim Fulton
· 24 years ago
c912a3a
Implement readlines function. Closes Bug #110686.
by Martin v. Löwis
· 24 years ago
e365fb8
Use METH_VARARGS instead of numeric constant 1 in method def. tables
by Andrew M. Kuchling
· 24 years ago
58d0510
ANSIfy some more forward declarations.
by Thomas Wouters
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
03657cf
replace PyXXX_Length calls with PyXXX_Size calls
by Jeremy Hylton
· 24 years ago
aef1000
Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>.
by Fred Drake
· 24 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
127b2ef
raise TypeError when bad argument passed to cStringIO.StringIO
by Jeremy Hylton
· 25 years ago
43713e5
Massive patch by Skip Montanaro to add ":name" to as many
by Guido van Rossum
· 25 years ago
17d53ec
New version from Jim: don't call Py_FatalError() when initialization fails.
by Guido van Rossum
· 25 years ago
68de064
The writelines() function was never tested and contained numerous bugs
by Guido van Rossum
· 26 years ago
476e49f
Jim Fulton writes:
by Guido van Rossum
· 26 years ago
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
7d9b413
New version from Jim Fulton:
by Guido van Rossum
· 26 years ago
2a502d8
Use 'S' format character for the optional constructor argument, so we
by Guido van Rossum
· 26 years ago
7589b71
I_getattr(),
by Fred Drake
· 26 years ago
10032eb
Module docstring indicated seek() isn't implemented, but it is.
by Fred Drake
· 27 years ago
fdde96c
New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1
by Guido van Rossum
· 27 years ago
9efe8ef
#Plug small memory leaks in constructors.
by Guido van Rossum
· 27 years ago
15a4039
Fix the bug Jeremy was experiencing: both the close() and the
by Guido van Rossum
· 27 years ago
142eeb8
cPickle release 0.3 from Jim Fulton
by Guido van Rossum
· 27 years ago
3dc35b0
My own patch: support writable 'softspace' attribute.
by Guido van Rossum
· 28 years ago
154417e
Unknown changes by Jim Fulton.
by Guido van Rossum
· 28 years ago
61a63e1
Quieted gcc -Wall by removing unused local variables.
by Barry Warsaw
· 28 years ago
55702f8
Jim's latest version.
by Guido van Rossum
· 28 years ago
049cd90
Jim F's brainchild
by Guido van Rossum
· 28 years ago