0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 18:51:15 +01:00
The Python programming language
Go to file
Guido van Rossum 5f59d6018e * mymalloc.h: always allocate one extra byte, since some malloc's
return NULL for malloc(0) or realloc(p, 0).  (This should be done
  differently than wasting one byte, but alas...)
* Moved "add'l libraries" option in Makefile to an earlier place.
* Remove argument compatibility hacks (b) and (c).
* Add grey2mono, dither2mono and mono2grey to imageop.
* Dup the fd in socket.fromfd().
* Added new modules mpz, md5 (by JH, requiring GNU MP 1.2).  Affects
  Makefile and config.c.
* socketmodule.c: added socket.fromfd(fd, family, type, [proto]),
  converted socket() to use of getargs().
1992-12-14 16:59:51 +00:00
Demo Actualized 1992-12-14 16:40:24 +00:00
Doc Incorporated Jan-Hein's changes and texinfo conversion. 1992-12-08 14:37:55 +00:00
Grammar Added missing change log entries 1992-04-06 14:39:51 +00:00
Include * mymalloc.h: always allocate one extra byte, since some malloc's 1992-12-14 16:59:51 +00:00
Lib CL.py: adapted to newest version of CL library. 1992-12-14 13:16:55 +00:00
Mac/Lib
Modules * mymalloc.h: always allocate one extra byte, since some malloc's 1992-12-14 16:59:51 +00:00
Objects * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
Parser * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
Python * mymalloc.h: always allocate one extra byte, since some malloc's 1992-12-14 16:59:51 +00:00
Tools/scripts Fix bug when reporting error 1992-12-10 00:01:24 +00:00