.. |
Makefile.pre.in
|
Added Setup.local feature; make shared libs readonly
|
1996-09-11 23:13:07 +00:00 |
Setup.in
|
Typo (missing _) in _xdr line.
|
1996-08-30 20:41:30 +00:00 |
_cursesmodule.c
|
Include ncurses.h where needed
|
1996-02-25 04:50:31 +00:00 |
_tkinter.c
|
Rationalize MS #ifdefs
|
1996-09-11 23:31:42 +00:00 |
_xdrmodule.c
|
#include <netconfig.h> seems not needed and is harmful on NeXT, so drop it.
|
1996-08-30 20:39:43 +00:00 |
almodule.c
|
…
|
|
arraymodule.c
|
…
|
|
audioop.c
|
…
|
|
binascii.c
|
Add unsigned char cast
|
1996-02-25 04:50:30 +00:00 |
bsddbmodule.c
|
Force O_BINARY in flags if defined, for e.g. Microsoft platforms.
|
1996-09-11 23:22:25 +00:00 |
cdmodule.c
|
…
|
|
cgen.py
|
err() should be varargs -- and fix one call
|
1995-07-07 22:39:14 +00:00 |
cgensupport.c
|
…
|
|
cgensupport.h
|
…
|
|
clmodule.c
|
…
|
|
cmathmodule.c
|
complex -> Py_complex
|
1996-07-21 02:31:35 +00:00 |
config.c.in
|
Use struct _inittab def from import.h
|
1996-05-23 22:57:18 +00:00 |
cryptmodule.c
|
…
|
|
cstubs
|
…
|
|
dbhashmodule.c
|
add locking where it exists
|
1995-07-26 17:33:44 +00:00 |
dbmmodule.c
|
fix bug in close()
|
1995-08-28 02:58:31 +00:00 |
defmakexp_aix
|
Latest AIX changes from Vlad
|
1996-08-08 19:06:31 +00:00 |
dlmodule.c
|
…
|
|
errnomodule.c
|
Added Sam Rushing's errno module
|
1996-07-24 00:51:51 +00:00 |
fcntlmodule.c
|
Added lockf() call
|
1996-09-11 23:17:20 +00:00 |
flmodule.c
|
Correct typo: return -1 for error, not NULL
|
1996-09-11 23:31:07 +00:00 |
fmmodule.c
|
…
|
|
gdbmmodule.c
|
Rewritten keys() and has_key() to avoid memory leaks.
|
1996-07-21 02:32:44 +00:00 |
getpath.c
|
Don't have "." in the default path.
|
1996-07-30 20:36:12 +00:00 |
grpmodule.c
|
…
|
|
imageop.c
|
Added 16-bit pixel support for some operations.
|
1996-01-22 14:55:15 +00:00 |
imgfile.c
|
…
|
|
ld_so_aix
|
Major upgrade by Vladimir Marangozov.
|
1996-10-21 15:10:39 +00:00 |
main.c
|
New style names for getprogramname and getargcargv
|
1996-07-21 02:33:38 +00:00 |
makesetup
|
Support *shared* and *static* as aliases for *noconfig* and *config*.
|
1996-08-20 19:49:13 +00:00 |
makexp_aix
|
Re-install aix files (what happened?)
|
1996-08-08 19:05:09 +00:00 |
mathmodule.c
|
Move backup definition for hypot() to Python/hypot.c.
|
1996-08-29 18:13:16 +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
|
use newgetargs
|
1995-07-26 17:33:10 +00:00 |
mpzmodule.c
|
Changes by Rob Hooft for GMP 2.0.2
|
1996-08-19 23:06:45 +00:00 |
newmodule.c
|
Added new.instance(class, dict).
|
1996-06-17 16:56:56 +00:00 |
nismodule.c
|
Rearrange include headers (needed on some platforms).
|
1996-08-08 19:11:41 +00:00 |
operator.c
|
Get rid of unused local variable.
|
1996-08-21 23:46:01 +00:00 |
parsermodule.c
|
(parsermodule.c): Fixed sloppy typo: '==' -> '='
|
1996-09-11 21:58:26 +00:00 |
posixmodule.c
|
Use #ifdef MS_WIN32 instead of _MSC_VER > 850.
|
1996-09-07 00:59:43 +00:00 |
pwdmodule.c
|
…
|
|
python.exp
|
Changed _Py_EllipsesObject -> _Py_EllipsisObject.
|
1996-10-21 15:11:12 +00:00 |
regexmodule.c
|
Fix case where you start a new group immediately after a label.
|
1996-10-23 17:53:06 +00:00 |
regexpr.c
|
Always include config.h
|
1996-08-19 22:12:39 +00:00 |
regexpr.h
|
rename exported symbols with _Py_ prefix
|
1996-05-24 20:51:38 +00:00 |
rgbimgmodule.c
|
Declare a bunch of internal routines as returning void.
|
1996-08-19 22:02:19 +00:00 |
rotormodule.c
|
…
|
|
selectmodule.c
|
Slightly different Windows ifdefs
|
1996-06-28 20:15:15 +00:00 |
sgimodule.c
|
Removed declaration of sginap because it conflicted with a header file.
|
1995-10-11 08:47:28 +00:00 |
signalmodule.c
|
Use correct field of sigaction struct
|
1996-05-29 14:15:19 +00:00 |
socketmodule.c
|
Don't close an already closed socket.
|
1996-10-12 14:07:22 +00:00 |
soundex.c
|
make soundex_hash static
|
1996-05-24 20:50:57 +00:00 |
stdwinmodule.c
|
Shuffled include's around (name conflict on Mac wrt teclick())
|
1995-08-14 12:17:18 +00:00 |
stropmodule.c
|
Replace all uses of strncmp (in split, find, rfind) with memcmp, so
|
1996-10-04 13:39:37 +00:00 |
structmodule.c
|
…
|
|
sunaudiodev.c
|
Correct typo: return -1 for error, not 0
|
1996-09-11 23:31:23 +00:00 |
svmodule.c
|
…
|
|
syslogmodule.c
|
Some NeXT changes (default certain symbols to others)
|
1996-07-30 16:55:34 +00:00 |
termios.c
|
…
|
|
threadmodule.c
|
…
|
|
timemodule.c
|
Check for NULL pointer returned from localtime()/gmtime().
|
1996-10-08 14:19:52 +00:00 |
timing.h
|
remove rcs history
|
1996-01-26 21:10:22 +00:00 |
timingmodule.c
|
removed rcs cruft
|
1995-06-14 22:23:17 +00:00 |
tkappinit.c
|
…
|
|
xxmodule.c
|
Converted to new style
|
1996-07-30 16:56:16 +00:00 |
yuv.h
|
…
|
|
yuvconvert.c
|
…
|
|