index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
imgfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-4
/
+4
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-4
/
+4
*
Deprecate imgfile for removal in 3.0.
Brett Cannon
2008-05-15
1
-0
/
+5
*
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz
2006-01-19
1
-0
/
+2
*
Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple
Neal Norwitz
2002-03-31
1
-24
/
+12
*
Patch #477750: Use METH_ constants in Modules.
Martin v. Löwis
2002-01-17
1
-5
/
+5
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9
/
+0
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
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
*
ANSI-fication of the SGI modules (note that svmodule.c and sgimodule.c
Peter Schneider-Kamp
2000-07-10
1
-38
/
+13
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6
/
+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22
/
+7
*
Apply two changes, systematically:
Guido van Rossum
1997-10-01
1
-4
/
+3
*
New form of PyFPE_END_PROTECT macro.
Guido van Rossum
1997-03-14
1
-1
/
+1
*
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum
1997-02-14
1
-0
/
+2
*
Renamed.
Roger E. Masse
1996-12-20
1
-380
/
+406
*
Added a bunch of extern void decls, to keep gcc -Wall happy.
Guido van Rossum
1996-12-09
1
-0
/
+7
*
Keep gcc -Wall happy.
Guido van Rossum
1996-12-05
1
-6
/
+7
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13
/
+20
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2
/
+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-1
/
+1
*
* Extended X interface: pixmap objects, colormap objects visual objects,
Sjoerd Mullender
1993-10-11
1
-6
/
+58
*
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum
1993-06-17
1
-3
/
+3
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-1
/
+1
*
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum
1993-01-26
1
-2
/
+2
*
Use full path for izoom.h include file
Jack Jansen
1993-01-19
1
-1
/
+1
*
Added (optional) better scaling to readscaled
Jack Jansen
1993-01-19
1
-24
/
+138
*
Got rid the bogus cache code and fix some unchecked errors.
Guido van Rossum
1992-09-03
1
-46
/
+88
*
Removed debug statement
Jack Jansen
1992-08-24
1
-1
/
+0
*
Added method to write image files.
Jack Jansen
1992-08-20
1
-0
/
+68
*
added readscaled() function.
Guido van Rossum
1992-06-03
1
-11
/
+86
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1
/
+1
*
Improved error handling.
Guido van Rossum
1992-03-23
1
-2
/
+19
*
Initial revision
Guido van Rossum
1992-03-04
1
-0
/
+160