0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Modules
Guido van Rossum 632de27021 The Tcl_Obj patch discussed on the patches list.
This was originally submitted by Martin von Loewis as part of his
Unicode patch; all I did was add special cases for Python int and
float objects and rearrange the object type tests somewhat to speed up
the common cases (string, int, float, tuple, unicode, object).
2000-03-29 00:19:50 +00:00
..
_codecsmodule.c Marc-Andre Lemburg: 2000-03-28 20:29:59 +00:00
_cursesmodule.c
_localemodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
_tkinter.c The Tcl_Obj patch discussed on the patches list. 2000-03-29 00:19:50 +00:00
almodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
arraymodule.c Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>: 2000-02-04 20:33:49 +00:00
audioop.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
binascii.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
bsddbmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
ccpython.cc Patch and new file by Geoff Furnish for C++ compilation. 1999-12-16 17:52:08 +00:00
cdmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c
config.c.in
cPickle.c Marc-Andre Lemburg: support pickling Unicode objects, both in text 2000-03-10 23:11:40 +00:00
cryptmodule.c Added docstring to crypt.crypt() based on the documentation. 2000-02-01 20:12:39 +00:00
cStringIO.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
cstubs
dbmmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
dlmodule.c
errnomodule.c
fcntlmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
gdbmmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
getbuildinfo.c Patch by Mark Hammond to avoid certain header files on Windows/CE. 1999-08-27 20:39:37 +00:00
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
license.terms
main.c
Makefile.pre.in Marc-Andre Lemburg: add new Unicode-related files. 2000-03-10 23:12:33 +00:00
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
mpzmodule.c Better fix for mpzmodule problem reported by Peter Funk: just use 2000-02-25 22:23:31 +00:00
newmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
nismodule.c Patch by Fred Gansevles (the module's original author). 2000-02-29 15:52:40 +00:00
operator.c
parsermodule.c What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT. 2000-02-21 18:19:06 +00:00
pcre-int.h
pcre.h
pcremodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
posixmodule.c Second attempt to fix the ctermid_r/tmpnam_r warnings: define USE_CTERMID_R 2000-03-01 21:51:56 +00:00
puremodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
pwdmodule.c
pypcre.c Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr> 2000-02-18 19:16:45 +00:00
python.c
readline.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
regexmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
regexpr.c
regexpr.h
resource.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
rgbimgmodule.c
rotormodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
selectmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
Setup.in Marc-Andre Lemburg: Add _codecs and unicodedata modules. 2000-03-10 23:12:08 +00:00
Setup.thread.in
sgimodule.c
shamodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
signalmodule.c
socketmodule.c Fix all routines to use PyArg_ParseTuple(), and add ":name" to the 2000-03-24 20:56:56 +00:00
soundex.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
stdwinmodule.c
stropmodule.c On 17-Mar-2000, Marc-Andre Lemburg said: 2000-03-20 16:36:48 +00:00
structmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
sunaudiodev.c
svmodule.c
syslogmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
tclNotify.c
termios.c
threadmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
timemodule.c Fix probable bug; if errno == EINTR, floatsleep() doesn't break out of 2000-03-24 20:35:20 +00:00
timing.h
timingmodule.c
tkappinit.c Patch by Dieter Maurer to make things work for Tcl/Tk 8.1. This 1999-11-05 18:11:23 +00:00
unicodedata.c Module unicodedata -- Provides access to the Unicode 3.0 data base. 2000-03-10 23:10:21 +00:00
unicodedatabase.c Marc-Andre-Lemburg: The Unicode Database. 2000-03-10 23:08:04 +00:00
unicodedatabase.h Marc-Andre-Lemburg: The Unicode Database. 2000-03-10 23:08:04 +00:00
xxmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
yuv.h
yuvconvert.c
zlibmodule.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00