0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Python
Guido van Rossum a9e7dc1081 * bltinmodule.c: added built-in function cmp(a, b)
* flmodule.c: added {do,check}_only_forms to fl's list of functions;
  and don't print a message when an unknown object is returned.

* pythonrun.c: catch SIGHUP and SIGTERM to do essential cleanup.

* Made jpegmodule.c smaller by using getargs() and mkvalue() consistently.

* Increased parser stack size to 500 in parser.h.

* Implemented custom allocation of stack frames to frameobject.c and
  added dynamic stack overflow checks (value stack only) to ceval.c.
  (There seems to be a bug left: sometimes stack traces don't make sense.)
1992-10-18 18:53:57 +00:00
..
bltinmodule.c * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
ceval.c * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
cgensupport.c
compile.c
errors.c
fmod.c
getcwd.c
graminit.c
import.c
marshal.c
modsupport.c
pythonmain.c
pythonrun.c * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
strerror.c
strtod.c
structmember.c
sysmodule.c Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
thread.c
traceback.c Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00