Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
1859f5b4d229ed9f79935b13332fcb72e097ea74
/
Modules
/
rgbimgmodule.c
ebcf875
Verify verdat which is returned from malloc is not NULL.
by Neal Norwitz
· 18 years ago
b86a54f
Add deprecation warning to modules deprecated since 2000.
by Georg Brandl
· 19 years ago
18e1655
Merge ssize_t branch.
by Martin v. Löwis
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
ba3a16c
Remove METH_OLDARGS:
by Neal Norwitz
· 23 years ago
43b936d
Patch #477750: Use METH_ constants in Modules.
by Martin v. Löwis
· 23 years ago
cdc4451
Include <unistd.h> in Python.h. Fixes #500924.
by Martin v. Löwis
· 23 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
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
0659b4a
ANSI-fication
by Peter Schneider-Kamp
· 24 years ago
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 24 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
6901196
Purported fixes for 64-bit platforms with help from John Jorgensen
by Guido van Rossum
· 27 years ago
0cb96de
Apply two changes, systematically:
by Guido van Rossum
· 27 years ago
0b82fe7
Partial(?) 64bit patch (AMK).
by Guido van Rossum
· 27 years ago
7844e38
Keep Microsoft VC happy.
by Guido van Rossum
· 28 years ago
fd16d94
(Jack:) fopen arg typo (?) "rw" changed to "rb".
by Guido van Rossum
· 28 years ago
5680906
Change all three fopen calls to use binary mode.
by Guido van Rossum
· 28 years ago
2dc8c2c
Primarily formatting changes, but I also plugged a couple of potential
by Barry Warsaw
· 28 years ago
5b0eba3
Reindented.
by Roger E. Masse
· 28 years ago
7bd9fbd
Grandly renamed.
by Barry Warsaw
· 28 years ago
a376cc5
Keep gcc -Wall happy.
by Guido van Rossum
· 28 years ago
2977e5d
Declare a bunch of internal routines as returning void.
by Guido van Rossum
· 28 years ago
3bbc62e
Another bulky set of minor changes.
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
8b03cae
Integers are specified as "i" and not as "d".
by Sjoerd Mullender
· 31 years ago
0d2d397
Added function ttob.
by Sjoerd Mullender
· 31 years ago
92fa23f
ANSIfied somewhat.
by Sjoerd Mullender
· 31 years ago
c4f169c
rgbimgmodule.c, Makefile, config.c: new module to read RGB image files.
by Sjoerd Mullender
· 31 years ago