Staging
v0.8.1
https://github.com/python/cpython
Revision fe3f1a256bc4f0c359ab843d5de517946916218f authored by Guido van Rossum on 29 September 1994, 09:42:55 UTC, committed by Guido van Rossum on 29 September 1994, 09:42:55 UTC
	Include/modsupport.h: moved getargs() to its own file and
	re-implemented it entirely to support optional arguments, multiple
	arguments without surrounding parentheses
	(when called as newgetargs()), and better error messages
1 parent 6989e54
History
Tip revision: fe3f1a256bc4f0c359ab843d5de517946916218f authored by Guido van Rossum on 29 September 1994, 09:42:55 UTC
* Python/{modsupport.c,getargs.c,Makefile.in},
Tip revision: fe3f1a2
File Mode Size
Makefile.in -rw-r--r-- 2.1 KB
bltinmodule.c -rw-r--r-- 29.2 KB
ceval.c -rw-r--r-- 53.7 KB
cgensupport.c -rw-r--r-- 7.2 KB
compile.c -rw-r--r-- 52.8 KB
dup2.c -rw-r--r-- 691 bytes
errors.c -rw-r--r-- 4.5 KB
fmod.c -rw-r--r-- 1.6 KB
frozenmain.c -rw-r--r-- 2.4 KB
getargs.c -rw-r--r-- 12.1 KB
getcwd.c -rw-r--r-- 2.5 KB
getmtime.c -rw-r--r-- 1.5 KB
getopt.c -rw-r--r-- 2.2 KB
graminit.c -rw-r--r-- 21.7 KB
import.c -rw-r--r-- 17.4 KB
marshal.c -rw-r--r-- 10.1 KB
memmove.c -rw-r--r-- 1.6 KB
modsupport.c -rw-r--r-- 6.1 KB
mystrtoul.c -rw-r--r-- 3.9 KB
pythonmain.c -rw-r--r-- 5.6 KB
pythonrun.c -rw-r--r-- 13.0 KB
sigcheck.c -rw-r--r-- 1.7 KB
strerror.c -rw-r--r-- 1.7 KB
strtod.c -rw-r--r-- 5.1 KB
structmember.c -rw-r--r-- 5.3 KB
sysmodule.c -rw-r--r-- 6.3 KB
thread.c -rw-r--r-- 3.0 KB
thread_cthread.h -rw-r--r-- 3.6 KB
thread_foobar.h -rw-r--r-- 3.5 KB
thread_lwp.h -rw-r--r-- 4.8 KB
thread_pthread.h -rw-r--r-- 7.2 KB
thread_sgi.h -rw-r--r-- 11.3 KB
thread_solaris.h -rw-r--r-- 5.1 KB
traceback.c -rw-r--r-- 6.1 KB

back to top