cpython/Modules
Guido van Rossum 5680906cdb Change all three fopen calls to use binary mode. 1997-02-21 15:19:03 +00:00
..
Makefile.pre.in Added LDLAST variable, substituted by configure script, for the final 1997-01-28 02:21:24 +00:00
Setup.in Add fpectl and fpetest modules. 1997-02-14 23:03:31 +00:00
_cursesmodule.c Keep gcc -Wall happy. 1996-12-05 23:43:35 +00:00
_tkinter.c Changes for Lee Busby's SIGFPE patch set. 1997-02-14 22:59:58 +00:00
almodule.c Renamed, but not throughly tested. 1997-01-03 22:40:34 +00:00
arraymodule.c Add new formats B, H, I, L for unsigned data types (analogous to the 1997-01-03 19:09:47 +00:00
audioop.c Changes by Sjoerd (reformatted). 1997-02-14 16:14:03 +00:00
binascii.c Renamed. 1997-01-16 17:10:22 +00:00
bsddbmodule.c Already renamed. Indented. 1997-01-16 22:05:33 +00:00
cPickle.c Eliminated gcc -Wall complaints: 1997-01-14 17:45:08 +00:00
cStringIO.c Quieted gcc -Wall by removing unused local variables. 1997-01-14 17:38:28 +00:00
cdmodule.c Renamed but not well tested. 1997-01-03 23:00:51 +00:00
cgen.py Added `void' to declaration of initgl(), to keep gcc -Wall happy. 1996-12-09 18:51:51 +00:00
cgensupport.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
cgensupport.h Added remaining declarations needed/used in glmodule.c; keeps gcc -Wall happy. 1996-12-10 15:41:19 +00:00
clmodule.c Renamed. 1997-01-17 16:00:02 +00:00
cmathmodule.c Changes for Lee Busby's SIGFPE patch set. 1997-02-14 22:59:58 +00:00
config.c.in New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
cryptmodule.c renamed grandly. 1996-12-09 23:14:26 +00:00
cstubs Changes to keep gcc -Wall happy. 1996-12-09 18:52:11 +00:00
dbmmodule.c Opps, fixed a couple of newly introduced wrapping problems. 1996-12-13 15:59:22 +00:00
defmakexp_aix Latest AIX changes from Vlad 1996-08-08 19:06:31 +00:00
dlmodule.c Renamed. 1996-12-13 20:33:44 +00:00
errnomodule.c Removed a #inlclude <errno.h> since it's implied with "Python.h" 1996-12-13 23:29:09 +00:00
fcntlmodule.c Opps, left in a /*#include "modsupport.h"*/ 1996-12-17 17:46:28 +00:00
flmodule.c Renamed, but untested. 1997-01-03 22:17:11 +00:00
fmmodule.c Renamed, but not tested. Guido will you try your test script on this? 1997-01-17 16:08:55 +00:00
fpectlmodule.c Changes for Lee Busby's SIGFPE patch set. 1997-02-14 22:59:58 +00:00
fpetestmodule.c Lee's next version. Careful: this now dumps core for me on SGI IRIX 5.3. 1997-02-21 01:22:47 +00:00
gdbmmodule.c Renamed in a grand-ee-ous way! 1996-12-17 19:55:33 +00:00
getbuildinfo.c work build# into version string 1997-01-20 18:34:26 +00:00
getpath.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
glmodule.c Renamed. 1996-12-24 19:39:23 +00:00
grpmodule.c Nailed a couple of memory leaks, caught by Purify. 1997-01-09 22:22:05 +00:00
imageop.c Renamed. 1996-12-20 20:50:39 +00:00
imgfile.c Changes for Lee Busby's SIGFPE patch set. 1997-02-14 22:59:58 +00:00
ld_so_aix Major upgrade by Vladimir Marangozov. 1996-10-21 15:10:39 +00:00
main.c Add parentheses around && within || as gcc -Wall advises. 1997-02-14 21:00:50 +00:00
makesetup Added .cxx and .cpp to extensions recognized as source files. 1997-02-14 16:44:04 +00:00
makexp_aix Re-install aix files (what happened?) 1996-08-08 19:05:09 +00:00
mathmodule.c Changes for Lee Busby's SIGFPE patch set. 1997-02-14 22:59:58 +00:00
md5.h Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT 1996-07-21 02:34:55 +00:00
md5c.c Always include config.h 1996-08-19 22:12:39 +00:00
md5module.c Renamed 1996-12-09 22:32:36 +00:00
mpzmodule.c Changes for Lee Busby's SIGFPE patch set. 1997-02-14 22:59:58 +00:00
newmodule.c Two more arguments to newcodeobject -- first lineno and lineno table. 1997-01-24 03:58:52 +00:00
nismodule.c Nailed a couple of memory leaks, caught by Purify. 1997-01-09 22:22:05 +00:00
operator.c Tabification changes only; the module was already newly named. 1996-12-18 19:50:00 +00:00
parsermodule.c Initialize the ob_type field of PyAST_Type dynamically (in 1997-01-23 23:29:44 +00:00
posixmodule.c posix_execve(): Accept any mapping protocol object for the env 1997-01-29 15:08:24 +00:00
puremodule.c (puremodule.c): New module which exports the Purify and Quantify C API 1997-01-17 00:01:33 +00:00
pwdmodule.c Nailed a couple of memory leaks, caught by Purify. 1997-01-09 22:22:05 +00:00
python.exp Added PyLong*UnsignedLong and PyCobject interfaces. 1997-01-03 21:05:44 +00:00
regexmodule.c regex_get_syntax(): New module function exported to Python. 1997-02-18 18:48:50 +00:00
regexpr.c Keep gcc -Wall happy. 1996-12-05 23:43:35 +00:00
regexpr.h rename exported symbols with _Py_ prefix 1996-05-24 20:51:38 +00:00
resource.c Quieted gcc -Wall by removing unused local variables. 1997-01-14 17:37:32 +00:00
rgbimgmodule.c Change all three fopen calls to use binary mode. 1997-02-21 15:19:03 +00:00
rotormodule.c set_key(): Use Py_CHARMASK macro to get the character from the array 1997-01-16 16:49:44 +00:00
selectmodule.c list2set(): correct return value (an int, not a PyObject*). 1996-12-16 18:15:34 +00:00
sgimodule.c Great renaming. 1996-12-10 00:32:31 +00:00
signalmodule.c djgpp fix (SIGMAX). 1997-02-14 16:35:36 +00:00
socketmodule.c Check of return values and proper error handling. 1997-01-03 17:18:10 +00:00
soundex.c Add case for 'R' and a little bit of cleanup. Andrew Kuchling. 1996-12-05 23:41:26 +00:00
stdwinmodule.c Renamed, but *not* tested or compiled. I don't even have the STDWIN 1996-12-12 22:48:20 +00:00
stropmodule.c Changes for Lee Busby's SIGFPE patch set. 1997-02-14 22:59:58 +00:00
structmodule.c Changed the ``add/sub_offset'' hacks for dealing with C's unsigned 1997-01-03 19:08:16 +00:00
sunaudiodev.c Plugged a couple of potential return value problems, memory leaks, and 1997-01-09 22:29:57 +00:00
svmodule.c Corrected two errors introduced by the renaming (and the subsequent 1996-12-17 20:43:55 +00:00
syslogmodule.c (puremodule.c): New module which exports the Purify and Quantify C API 1997-01-17 00:01:33 +00:00
termios.c The usual return-value and memory management checks. I'm not planning 1997-01-10 18:42:18 +00:00
threadmodule.c initthread(): Removed extraneous Py_INCREF(ThreadError) 1997-01-13 22:09:43 +00:00
timemodule.c Issue a more meaningful error if strftime keeps returning a NULL pointer. 1997-02-14 16:35:10 +00:00
timing.h remove rcs history 1996-01-26 21:10:22 +00:00
timingmodule.c Renamed. 1997-01-13 22:57:42 +00:00
tkappinit.c Formatting. 1997-01-14 17:36:36 +00:00
xxmodule.c Added the example "thin ice" from the extensions manual. 1996-12-13 02:57:25 +00:00
yuv.h New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00
yuvconvert.c New permission notice, includes CNRI. 1996-10-25 14:44:06 +00:00