0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Modules
Guido van Rossum f58575ea16 Comment out crypt by default; it's not used very much and messes up
the default build on Linux (because it requires -lcrypt which isn't
availabel everywhere).

Some improvements to the _tkinter build line suggested by Case Roole.
1997-12-02 03:23:01 +00:00
..
_cursesmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
_localemodule.c Martin von Loewis' _locale module (locale.py follows tomorrow). 1997-11-18 21:03:39 +00:00
_tkinter.c Darn. When thread support is disabled, the BEGIN/END macros don't 1997-10-10 17:39:19 +00:00
almodule.c
arraymodule.c
audioop.c Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) 1997-10-31 20:32:13 +00:00
binascii.c Converted to new exception style (Jack) 1997-10-08 15:26:07 +00:00
bsddbmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
cdmodule.c Oops, forgot one. 1997-10-01 04:43:39 +00:00
cgen.py
cgensupport.c
cgensupport.h
clmodule.c lots of "goto error" replaced by "return" (Jack) 1997-10-08 15:26:28 +00:00
cmathmodule.c
config.c.in
cPickle.c Initialize __version__ to the correct version string regardless of 1997-12-01 15:57:40 +00:00
cryptmodule.c
cStringIO.c #Plug small memory leaks in constructors. 1997-09-03 18:19:40 +00:00
cstubs
dbmmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
dlmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
errnomodule.c Got rid of the errorstr dictionary, which is redundant now that 1997-11-04 20:22:24 +00:00
fcntlmodule.c
flmodule.c
fmmodule.c
fpectlmodule.c Some patches to Lee Busby's fpectl mods that accidentally didn't make it 1997-10-20 23:50:01 +00:00
fpetestmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
gdbmmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
getbuildinfo.c Include macbuildno.h here (mac only) (Jack) 1997-10-08 15:26:56 +00:00
getpath.c Change sharedmodules to lib-dynload. 1997-10-20 23:20:32 +00:00
glmodule.c
grpmodule.c
imageop.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
imgfile.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
ld_so_aix Mod suggested by Donn Cave -- invoke makexp_aix relative to $0 1997-09-03 00:45:30 +00:00
license.terms Add an optional hack for threads in Tkinter. 1997-09-28 05:52:41 +00:00
main.c Take out the setlocale() call. It affects atof() and will break 1997-10-31 18:25:15 +00:00
Makefile.pre.in Change sharedmodules to lib-dynload. 1997-10-20 23:20:32 +00:00
makesetup Forgot to add .cxx and .cpp to the second case statement. 1997-10-21 19:30:29 +00:00
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c
mpzmodule.c Use a trick to make the test for GMP v2 to work when GMP v1 defines 1997-08-17 19:08:33 +00:00
newmodule.c
nismodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
operator.c #Plug small memory leaks in constructors. 1997-09-03 18:19:40 +00:00
parsermodule.c Remove requirement for strdup() since it causes so many troubles for too many 1997-10-09 16:29:31 +00:00
pcre-internal.h New "re" regular expression support. 1997-10-06 14:43:11 +00:00
pcre.h New "re" regular expression support. 1997-10-06 14:43:11 +00:00
pcremodule.c Add proper (getattrfunc) cast in Pcre_Type. 1997-10-20 23:21:23 +00:00
posixmodule.c os2 patch by Jeff Rush 1997-11-22 21:53:48 +00:00
puremodule.c
pwdmodule.c Added configuration tests for presence of alarm(), pause(), and getpwent() 1997-08-22 20:42:00 +00:00
pypcre.c Checking in AMK's latest installement. 1997-10-08 02:07:40 +00:00
python.c
readline.c Darn. When thread support is disabled, the BEGIN/END macros don't 1997-10-10 17:39:19 +00:00
regexmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
regexpr.c Get rid of most silly #include and #ifdefs near the top; these are all 1997-09-05 01:48:48 +00:00
regexpr.h Change [_Py_]re_compile_pattern() to return a char*. 1997-09-03 00:47:36 +00:00
reopmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
resource.c Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose). 1997-10-31 16:55:51 +00:00
rgbimgmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
rotormodule.c
selectmodule.c os2 patch by Jeff Rush 1997-11-22 21:53:48 +00:00
Setup.in Comment out crypt by default; it's not used very much and messes up 1997-12-02 03:23:01 +00:00
sgimodule.c
signalmodule.c os2 patch by Jeff Rush 1997-11-22 21:53:48 +00:00
socketmodule.c os2 patch by Jeff Rush 1997-11-22 21:53:48 +00:00
soundex.c
stdwinmodule.c Add getintarg(), getlongarg(), getstrarg() to macros since these no 1997-10-20 23:22:07 +00:00
stropmodule.c split_whitespace(): Make sure delimiter is stripped from the beginning 1997-12-02 00:29:30 +00:00
structmodule.c Fix due to Bill Noon for problem discovered by Ken Manheimer: packing 1997-11-04 17:12:33 +00:00
sunaudiodev.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
svmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
syslogmodule.c
tclNotify.c Add an optional hack for threads in Tkinter. 1997-09-28 05:52:41 +00:00
termios.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
threadmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
timemodule.c os2 patch by Jeff Rush 1997-11-22 21:53:48 +00:00
timing.h
timingmodule.c
tkappinit.c New tkappinit supporting several popular packages. 1997-11-22 17:34:41 +00:00
xxmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
yuv.h
yuvconvert.c
zlibmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00