cpython/Modules
Fred Drake 49b0c3bafe Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>:
In posixmodule.c:posix_fork, the function PyOS_AfterFork is called for
both the parent and the child, despite the docs stating that it should
be called in the new (child) process.

This causes problems in the parent since the forking thread becomes the
main thread according to the signal module.

Calling PyOS_AfterFork() only in the child fixes this.  Changed for both
fork() and forkpty().
2000-07-06 19:42:19 +00:00
..
.cvsignore Add Setup.config 2000-06-30 16:09:01 +00:00
_codecsmodule.c Modified the encode interfaces of all builtin codecs to accept 2000-07-05 11:24:13 +00:00
_cursesmodule.c Python 2.0 is not supposed to use string exceptions in the standard library 2000-07-06 19:38:49 +00:00
_localemodule.c Trent Mick: use size_t instead of int where appropriate (in strxfrm(), 2000-06-28 21:23:33 +00:00
_sre.c maintenance release: 2000-07-05 21:14:16 +00:00
_tkinter.c Change copyright notice. 2000-06-30 23:50:40 +00:00
almodule.c Python 2.0 is not supposed to use string exceptions in the standard library 2000-07-06 19:38:49 +00:00
arraymodule.c Jack Jansen, Mac patch: 2000-07-01 01:09:43 +00:00
audioop.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
binascii.c Change copyright notice. 2000-06-30 23:50:40 +00:00
bsddbmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
ccpython.cc Patch and new file by Geoff Furnish for C++ compilation. 1999-12-16 17:52:08 +00:00
cdmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
cgen.py Change copyright notice. 2000-07-01 00:16:13 +00:00
cgensupport.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
cgensupport.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
clmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
cmathmodule.c Patch by Nadav Horesh to make acosh and asinh better. 2000-06-30 02:29:22 +00:00
config.c.in Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
cPickle.c final patches from Neil Schemenauer for garbage collection 2000-06-30 05:02:53 +00:00
cryptmodule.c Added docstring to crypt.crypt() based on the documentation. 2000-02-01 20:12:39 +00:00
cStringIO.c Fixed docstring typo, reported by Skip Montanaro <skip@mojam.com>. 2000-06-19 13:17:41 +00:00
cstubs Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dbmmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
dlmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
errnomodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
fcntlmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
flmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
fmmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
fpectlmodule.c Avoid triggering Alpha OSF/1 specific code on Alpha NT or Linux. 1999-04-19 16:50:26 +00:00
fpetestmodule.c
gcmodule.c final patches from Neil Schemenauer for garbage collection 2000-06-30 05:02:53 +00:00
gdbmmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +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 Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
glmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
grpmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
imageop.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
imgfile.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
ld_so_aix
license.terms
linuxaudiodev.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
main.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
Makefile.pre.in Setup.thread => Setup.config 2000-06-30 16:04:18 +00:00
makesetup don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely 2000-07-06 17:58:06 +00:00
makexp_aix
mathmodule.c Typo repair in docstring -- my fault. 2000-07-03 22:41:34 +00:00
md5.h
md5c.c
md5module.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
mmapmodule.c Remove definition of _GNU_SOURCE, since Python.h now does it for us 2000-07-05 12:22:14 +00:00
mpzmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
newmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
nismodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
operator.c
parsermodule.c Remove warning about local variable possibly being using uninitialized; 2000-07-04 18:48:46 +00:00
pcre-int.h
pcre.h Jack Jansen: Mac Carbon: don't include sys/types if we don't have it 2000-06-28 20:56:30 +00:00
pcremodule.c Python 2.0 is not supposed to use string exceptions in the standard library 2000-07-06 19:38:49 +00:00
posixmodule.c Fix bug #392, reported by Jonathan Giddy <jon@dstc.edu.au>: 2000-07-06 19:42:19 +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 Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
pyexpat.c pyexpat.errors is a *strange* module! 2000-07-04 23:51:31 +00:00
pypcre.c Add more "volatile" decls to stop gcc -Wall warnings. 2000-07-05 22:56:52 +00:00
python.c
readline.c added read_history_file and write_history_file 2000-07-06 18:55:12 +00:00
regexmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
regexpr.c casts for picky compilers. 1999-04-10 15:48:23 +00:00
regexpr.h
resource.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
rgbimgmodule.c
rotormodule.c Trent Mick: use size_t instead of int where appropriate (set_key()). 2000-06-28 21:31:10 +00:00
selectmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
Setup.config.in Setup.thread.in was misnamed so it has been replaced by 2000-06-30 16:12:15 +00:00
Setup.in Removed the comment about the thread module. 2000-06-30 16:05:22 +00:00
sgimodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
shamodule.c Change copyright notice. 2000-06-30 23:50:40 +00:00
signalmodule.c Fixed symbol search for defining NSIG. It now also checks _NSIG 2000-07-04 14:17:33 +00:00
socketmodule.c Restore strict checking of socket address values; addresses passed to 2000-07-01 03:40:12 +00:00
soundex.c Massive patch by Skip Montanaro to add ":name" to as many 2000-02-29 13:59:29 +00:00
sre.h - fixed grouping error bug 2000-07-03 21:31:48 +00:00
sre_constants.h - actually enabled charset anchors in the engine (still not 2000-07-02 17:33:27 +00:00
stropmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
structmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
sunaudiodev.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
svmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
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 Should include "Python.h", not <Python.h> -- it's not a standard 1999-01-14 19:31:42 +00:00
threadmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
timemodule.c Mac only: two epoch problem workarounds are no longer needed for GUSI 2000-07-03 21:37:27 +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
ucnhash.c Jack Jansen: Use include "" instead of <>; and staticforward declarations 2000-06-29 00:06:39 +00:00
unicodedata.c Marc-Andre Lemburg: The large unicode database table is broken in 2000-03-31 17:26:12 +00:00
unicodedatabase.c Marc-Andre Lemburg: The large unicode database table is broken in 2000-03-31 17:26:12 +00:00
unicodedatabase.h Marc-Andre Lemburg: The large unicode database table is broken in 2000-03-31 17:26:12 +00:00
xxmodule.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
yuv.h Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
yuvconvert.c Change copyright notice - 2nd try. 2000-06-30 23:58:06 +00:00
zlibmodule.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00