cpython/Python
Martin v. Löwis e81e9b1d3b Patch #794826: Add __file__ in dynamically loaded modules for multiple
interpreters. Fixes #698282. Will backport to 2.3.
2003-09-04 18:45:59 +00:00
..
.cvsignore
atof.c
bltinmodule.c Fix a crash: when sq_item failed the code continued blindly and used the 2003-08-18 18:28:45 +00:00
ceval.c Fix SF #762455, segfault when sys.stdout is changed in getattr 2003-06-29 14:48:32 +00:00
codecs.c
compile.c Fix for SF bug [ 784075 ] Fatal Python error: unknown scope 2003-08-28 14:42:14 +00:00
dup2.c
dynload_aix.c
dynload_atheos.c
dynload_beos.c
dynload_dl.c
dynload_hpux.c
dynload_mac.c
dynload_next.c
dynload_os2.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c Fix [ 771097 ] frozen programs fail due to implicit import of "warnings". 2003-07-15 23:03:55 +00:00
exceptions.c Fix refcount leak in the UnicodeError constructor: 2003-08-14 20:59:07 +00:00
fmod.c
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c
getplatform.c
getversion.c
graminit.c
hypot.c
import.c Bug #794140: cygwin builds do not embed 2003-09-04 11:59:50 +00:00
importdl.c Patch #794826: Add __file__ in dynamically loaded modules for multiple 2003-09-04 18:45:59 +00:00
importdl.h
mactoolboxglue.c
marshal.c Bug #794140: cygwin builds do not embed 2003-09-04 11:59:50 +00:00
memmove.c
modsupport.c Better error message 2003-06-21 21:35:25 +00:00
mysnprintf.c
mystrtoul.c
pyfpe.c
pystate.c Initialize thread_id to 0 in unthreaded build. Fixes #770247. 2003-07-13 10:41:53 +00:00
pythonrun.c Fix refcounting and cut & paste error (?) in last checkin. 2003-08-11 12:20:24 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c
structmember.c
symtable.c
sysmodule.c Move initialization of sys.std{in,out}.encoding to Py_Initialize. 2003-08-09 09:47:11 +00:00
thread.c
thread_atheos.h
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h An Anonymous Coward on c.l.py posted a little program with bizarre 2003-07-04 04:40:45 +00:00
thread_os2.h
thread_pth.h
thread_pthread.h Patch 775605: Cygwin pthread_sigmask() workaround patch 2003-07-22 15:20:49 +00:00
thread_sgi.h
thread_solaris.h
thread_wince.h
traceback.c