0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
The Python programming language
Go to file
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
Demo New tool Vfix: truncate the right edge of 'grey' type images to make 1992-09-29 17:07:10 +00:00
Doc __oct__ and __hex__ 1992-09-20 21:43:47 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Lib Misc changes and new modules. whrandom is "objectified". SOCKET.py 1992-10-18 17:09:59 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Objects * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Parser * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Python * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Tools/scripts Add .fdc and .rgb to default list of ignored extensions 1992-10-02 14:19:57 +00:00