0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Modules
Guido van Rossum 51b3aa3d38 New "re" regular expression support.
This code is written by Philip Hazel and Andrew Kuchling.
It requires a new "re.py" module, too.
1997-10-06 14:43:11 +00:00
..
_cursesmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
_tkinter.c Add an optional hack for threads in Tkinter. 1997-09-28 05:52:41 +00:00
almodule.c
arraymodule.c Added buffer_info() method that returns address and length in bytes of 1997-08-12 14:55:56 +00:00
audioop.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
binascii.c Plug memory leak (DECREF doc string properly after inserting in dict). 1997-08-04 23:55:25 +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 Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
cmathmodule.c
config.c.in
cPickle.c In whichmodule(), use __module__ if set. 1997-09-28 05:38:51 +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 Changes submitted by Marc-Andre Lemburg to add two tables: errorcode 1997-09-28 05:41:56 +00:00
fcntlmodule.c Keep gcc -Wall happy 1997-08-15 02:52:08 +00:00
flmodule.c
fmmodule.c
fpectlmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +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
getpath.c Globally renamed join() to joinpath() to avoid compilation error on Cray. 1997-08-20 23:48:16 +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 Move the "import readline" to an earlier place so it is also done when 1997-09-16 16:11:28 +00:00
Makefile.pre.in Reverse the order in which Setup and Setup.local are passed to the 1997-09-07 16:44:37 +00:00
makesetup
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 Removed extern declaration of strdup(). Doesn't appear to be important and 1997-09-30 19:20:01 +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 New "re" regular expression support. 1997-10-06 14:43:11 +00:00
posixmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +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 New "re" regular expression support. 1997-10-06 14:43:11 +00:00
python.c Keep gcc -Wall happy 1997-08-15 02:52:08 +00:00
readline.c Set the completer's word break characters appropriate for Python. 1997-09-26 23:00:37 +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 Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
rgbimgmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
rotormodule.c
selectmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
Setup.in Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP. 1997-09-28 05:45:40 +00:00
sgimodule.c
signalmodule.c Added configuration tests for presence of alarm(), pause(), and getpwent() 1997-08-22 20:42:00 +00:00
socketmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
soundex.c
stdwinmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +00:00
stropmodule.c
structmodule.c Apply two changes, systematically: 1997-10-01 04:29:29 +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
timing.h
timingmodule.c
tkappinit.c
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