Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b9d4963a989accce30234b7b74bce874c0142209
/
Include
/
cStringIO.h
e93237d
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available.
by Christian Heimes
· 17 years ago
6819210
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
by Martin v. Löwis
· 17 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
af68c87
Add const to several API functions that take char *.
by Jeremy Hylton
· 19 years ago
7b8e281
SF bug #670229: doc improvement for cStringIO.h
by Raymond Hettinger
· 22 years ago
638437f
SF # 607253, header file problems by Ralf W. Grosse-Kunstleve
by Neal Norwitz
· 22 years ago
f4d32df
Remove function definition from cStringIO.h.
by Jeremy Hylton
· 22 years ago
2e1c09c
Removed old Digital Creations copyright/license notices (with
by Guido van Rossum
· 23 years ago
522cf1f
Patch #536908: Add missing #include guards/extern "C".
by Martin v. Löwis
· 23 years ago
eefa964
Cast the result of xxxPyCObject_Import to PycStringIO_CAPI*.
by Martin v. Löwis
· 23 years ago
7889010
Miscelaneous ANSIfications. I'm assuming here 'main' should take (int,
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
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 24 years ago
7999bfb
There's a macro PycString_IMPORT which the documentation listed as
by Guido van Rossum
· 26 years ago
f0f3600
Undo the change here -- there's no point in declaring a static
by Guido van Rossum
· 26 years ago
43466ec
Add DL_IMPORT(returntype) for all officially exported functions.
by Guido van Rossum
· 26 years ago
cd8732a
Remove the last bits of log from the leading comments.
by Guido van Rossum
· 27 years ago
36facb0
Merge between my version and Jim Fulton's version; removed RCS keywords
by Guido van Rossum
· 27 years ago
eec6ef1
Use K&R function prototypes.
by Guido van Rossum
· 27 years ago
142eeb8
cPickle release 0.3 from Jim Fulton
by Guido van Rossum
· 27 years ago
45c3aab
Got rid of the static decl of PyCObject_Import, which was a 1.4
by Guido van Rossum
· 28 years ago
0a73dd5
Changed the way the C API was exported. Jim Fulton.
by Guido van Rossum
· 28 years ago
d81a1ba
Jim's latest version
by Guido van Rossum
· 28 years ago
049cd90
Jim F's brainchild
by Guido van Rossum
· 28 years ago