0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
The Python programming language
Go to file
Guido van Rossum 1e28e5e596 * renamed malloc.h mymalloc.h, and added MALLARG as the type of the
argument to malloc() (size_t or unsigned int)

* listobject.c: check for overflow of the size of the object,
  so things like range(0x7fffffff) will raise MemoryError instead
  of calling malloc() with -4 (and then crashing -- malloc's fault)
1992-08-19 16:46:30 +00:00
Demo Minor improvements, comments; fix Vinfo -d. 1992-08-18 21:11:18 +00:00
Doc Added chapter titles in comments 1992-08-14 09:20:21 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * renamed malloc.h mymalloc.h, and added MALLARG as the type of the 1992-08-19 16:46:30 +00:00
Lib Added emacs.py (for misc/py-connect.el). 1992-08-09 13:54:50 +00:00
Mac/Lib mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Modules rearranged modules alphabetically 1992-08-19 16:44:41 +00:00
Objects * renamed malloc.h mymalloc.h, and added MALLARG as the type of the 1992-08-19 16:46:30 +00:00
Parser Copyright for 1992 added 1992-04-05 14:26:55 +00:00
Python fix *serious* (new) bug in testbool: by default objects should test 1992-08-19 16:41:45 +00:00
Tools/scripts Fix regexp recognizing comments to cope with unterminated comments. 1992-06-05 15:13:53 +00:00