cpython/Modules
Guido van Rossum 7687522309 * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT.
* tkintermodule.c (FileHandler): Make arg a tuple; bug found
	by <tnb2d@cs.virginia.edu>.  Call the Python file handler
	function with (file, mask) argument.  Fix a few of my refcnt bugs.
1994-06-27 07:59:42 +00:00
..
_tkinter.c * tkintermodule.c (Tkapp_New): Remove #ifdef WITH_APPINIT. 1994-06-27 07:59:42 +00:00
almodule.c almodule.c: added close method, equivalent to closeport. 1993-12-20 17:26:34 +00:00
arraymodule.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
audioop.c Added minmax function: 1993-12-13 12:06:27 +00:00
cdmodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
cgen.py rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. 1993-12-21 17:06:12 +00:00
cgensupport.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
cgensupport.h * Added support for X11 modules. 1993-07-28 09:05:47 +00:00
clmodule.c * clmodule.c (doParams): free PVbuffer in error condition. 1993-08-03 15:11:36 +00:00
config.c.in rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. 1993-12-21 17:06:12 +00:00
cryptmodule.c crypt module (Steve M's) 1994-05-06 14:25:39 +00:00
cstubs rgbimgmodule.c, Makefile, config.c: new module to read RGB image files. 1993-12-21 17:06:12 +00:00
dbmmodule.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
dlmodule.c Added some new modules 1994-05-23 12:37:57 +00:00
fcntlmodule.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
flmodule.c One NULL should have been 0. 1994-01-03 14:03:25 +00:00
fmmodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
grpmodule.c Split pwd in pwd and grp; added imgformat (by Jack) 1994-06-23 11:15:44 +00:00
imageop.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
imgfile.c * Extended X interface: pixmap objects, colormap objects visual objects, 1993-10-11 12:54:31 +00:00
Makefile.pre.in Added some files to new module 1994-01-02 00:26:09 +00:00
makesetup Added some files to new module 1994-01-02 00:26:09 +00:00
mathmodule.c * Makefile: added all: and default: targets. 1993-07-05 10:31:29 +00:00
md5.h Simplify life for md5: include (slightly modified) md5.h and md5c.c 1993-11-01 16:19:05 +00:00
md5c.c Simplify life for md5: include (slightly modified) md5.h and md5c.c 1993-11-01 16:19:05 +00:00
md5module.c Port to Solaris 2.3. 1993-12-03 16:54:45 +00:00
mpzmodule.c * mpzmodule.c: cast some methods to the proper type. 1993-12-17 12:09:14 +00:00
newmodule.c Added some new modules 1994-05-23 12:37:57 +00:00
nismodule.c * nismodule.c: database keys and values can contain null bytes. be more 1993-11-03 15:01:26 +00:00
parsermodule.c * parsermodule.c, Makefile, config.c: rudimentary interface to the Python 1993-11-10 12:53:24 +00:00
posixmodule.c * Grammar: corrected old typo (class instead of 'class') 1993-12-20 12:53:10 +00:00
pwdmodule.c Makefile, import.c: Lance's alternative module search (allow .pyc file 1993-10-15 13:01:11 +00:00
regexmodule.c Extensive changes to regex module (group(), casefold, etc.) 1993-02-23 13:42:39 +00:00
regexpr.c Lint fluff 1992-03-27 17:24:37 +00:00
regexpr.h * Added support for X11 modules. 1993-07-28 09:05:47 +00:00
rgbimgmodule.c Integers are specified as "i" and not as "d". 1994-01-07 11:47:39 +00:00
rotormodule.c * nismodule.c: database keys and values can contain null bytes. be more 1993-11-03 15:01:26 +00:00
selectmodule.c Fixed a couple of bugs: getargs doesn't use % escapes, and seconds 1993-11-02 15:34:23 +00:00
Setup.in Added some files to new module 1994-01-02 00:26:09 +00:00
sgimodule.c * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. 1993-06-17 12:35:49 +00:00
signalmodule.c * Modules/signalmodule.c: added thread compatibility (only main 1994-06-23 11:25:45 +00:00
socketmodule.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
stdwinmodule.c * import.c (get_module): total rewrite, to ensure proper search order: for 1993-11-17 22:58:56 +00:00
stropmodule.c Fix memory leaks in join & joinfields 1993-11-05 10:14:49 +00:00
structmodule.c * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
sunaudiodev.c Port to Solaris 2.3. 1993-12-03 16:54:45 +00:00
svmodule.c Added conversion routines to sv module. 1993-03-16 12:25:30 +00:00
sybasemodule.c New experimental modules -- signal and sybase 1994-05-11 08:59:13 +00:00
threadmodule.c Port to Solaris 2.3. 1993-12-03 16:54:45 +00:00
timemodule.c * timemodule.c: Add hack for Solaris 2. 1993-11-23 17:53:17 +00:00
timing.h Make more robust against Minix and Mac 1994-01-14 16:55:50 +00:00
timingmodule.c Make more robust against Minix and Mac 1994-01-14 16:55:50 +00:00
version.c New files. 1993-12-24 10:32:00 +00:00
xxmodule.c 1994 Copyright 1994-01-02 02:11:40 +00:00
yuv.h * Added support for X11 modules. 1993-07-28 09:05:47 +00:00
yuvconvert.c Added conversion routines to sv module. 1993-03-16 12:25:30 +00:00