This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
17c8e781c0
cpython
/
Modules
History
Guido van Rossum
3df69bca0a
Add support for _locale.
1997-11-19 18:57:48 +00:00
..
Makefile.pre.in
…
Setup.in
Add support for _locale.
1997-11-19 18:57:48 +00:00
_cursesmodule.c
…
_localemodule.c
Martin von Loewis' _locale module (locale.py follows tomorrow).
1997-11-18 21:03:39 +00:00
_tkinter.c
…
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
…
bsddbmodule.c
…
cPickle.c
…
cStringIO.c
…
cdmodule.c
…
cgen.py
…
cgensupport.c
…
cgensupport.h
…
clmodule.c
…
cmathmodule.c
…
config.c.in
…
cryptmodule.c
…
cstubs
…
dbmmodule.c
…
dlmodule.c
…
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
…
fpetestmodule.c
…
gdbmmodule.c
…
getbuildinfo.c
…
getpath.c
…
glmodule.c
…
grpmodule.c
…
imageop.c
…
imgfile.c
…
ld_so_aix
…
license.terms
…
main.c
Take out the setlocale() call. It affects atof() and will break
1997-10-31 18:25:15 +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
…
newmodule.c
…
nismodule.c
…
operator.c
…
parsermodule.c
…
pcre-internal.h
…
pcre.h
…
pcremodule.c
…
posixmodule.c
This fix (across 4 files in 3 directories) solves a subtle problem with
1997-11-14 22:24:28 +00:00
puremodule.c
…
pwdmodule.c
…
pypcre.c
…
python.c
…
readline.c
…
regexmodule.c
…
regexpr.c
…
regexpr.h
…
reopmodule.c
…
resource.c
Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose).
1997-10-31 16:55:51 +00:00
rgbimgmodule.c
…
rotormodule.c
…
selectmodule.c
…
sgimodule.c
…
signalmodule.c
This fix (across 4 files in 3 directories) solves a subtle problem with
1997-11-14 22:24:28 +00:00
socketmodule.c
Add s.connect_ex() which returns errno instead of raising an exception.
1997-11-19 18:57:13 +00:00
soundex.c
…
stdwinmodule.c
…
stropmodule.c
…
structmodule.c
Fix due to Bill Noon for problem discovered by Ken Manheimer: packing
1997-11-04 17:12:33 +00:00
sunaudiodev.c
…
svmodule.c
…
syslogmodule.c
…
tclNotify.c
…
termios.c
…
threadmodule.c
…
timemodule.c
Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep()
1997-11-03 22:04:46 +00:00
timing.h
…
timingmodule.c
…
tkappinit.c
Add optional support fort Tix and BLT.
1997-11-19 18:56:17 +00:00
xxmodule.c
…
yuv.h
…
yuvconvert.c
…
zlibmodule.c
…