cpython/Python
Guido van Rossum 25da5bebd8 Fix PR117. The error message is "keywords must be strings". Perhaps
not as descriptive as what Barry suggests, but this also catches the
(in my opinion important) case where some other C code besides apply()
constructs a kwdict that doesn't have the right format.  All the other
possibilities of getting it wrong (non-dict, wrong keywords etc) are
already caught so this makes sense to check here.
1999-10-26 00:12:20 +00:00
..
Makefile.in
atof.c
bltinmodule.c Mainlining the string_methods branch. See branch revision log 1999-10-12 19:54:53 +00:00
ceval.c Fix PR117. The error message is "keywords must be strings". Perhaps 1999-10-26 00:12:20 +00:00
compile.c Tim Peters writes: 1999-09-15 22:48:09 +00:00
dup2.c
errors.c Patch by Christian Tismer for Win32, to use FormatMessage() instead of 1999-04-21 15:27:31 +00:00
fmod.c
frozen.c
frozenmain.c
getargs.c
getcompiler.c
getcopyright.c
getcwd.c
getmtime.c
getopt.c Tim Peters discovered a bug in the Python-supplied getopt(): 1999-09-13 13:45:32 +00:00
getplatform.c
getversion.c Allow longer strings (up to 80 chars each) for version, build, 1999-04-22 12:03:40 +00:00
graminit.c
hypot.c
import.c Changes by Mark Hammond for Windows CE. Mostly of the form 1999-04-07 16:07:23 +00:00
importdl.c Vladimir Marangozov fixes an AIX-specific problem, writing: 1999-08-04 18:00:12 +00:00
importdl.h
marshal.c
memmove.c
modsupport.c
mystrtoul.c Changes by Mark Hammond for Windows CE. Mostly of the form 1999-04-07 16:07:23 +00:00
pyfpe.c
pystate.c CRITICAL PATCH! 1999-06-18 14:22:24 +00:00
pythonmain.c
pythonrun.c Marc-Andre Lemburg discovered that the switch from .pyc to .pyo files, 1999-07-08 17:26:56 +00:00
sigcheck.c
strdup.c
strerror.c
strtod.c Changes by Mark Hammond for Windows CE. Mostly of the form 1999-04-07 16:07:23 +00:00
structmember.c
sysmodule.c In PySys_GetObject(), it's possible that tstate->interp->sysdict is 1999-10-05 22:17:41 +00:00
thread.c Changes by Mark Hammond for Windows CE. Mostly of the form 1999-04-07 16:07:23 +00:00
thread_beos.h
thread_cthread.h
thread_foobar.h
thread_lwp.h
thread_nt.h
thread_os2.h
thread_pthread.h Rob Riggs wrote: 1999-03-15 20:27:53 +00:00
thread_sgi.h
thread_solaris.h While I can't really test this thoroughly, Pat Knight and the Solaris 1999-04-13 14:32:12 +00:00
thread_wince.h Win/CE thread support by Mark Hammond. 1999-04-08 13:57:06 +00:00
traceback.c Tim Peters fixed PR#75: very long lines cause incorrect tracebacks. 1999-09-18 20:49:39 +00:00