Staging
v0.8.1
https://github.com/python/cpython
Revision 5f59d6018e1b49c3bc581a0f69aa2bb1c88ae52b authored by Guido van Rossum on 14 December 1992, 16:59:51 UTC, committed by Guido van Rossum on 14 December 1992, 16:59:51 UTC
  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().
1 parent 8de83e0
History
Tip revision: 5f59d6018e1b49c3bc581a0f69aa2bb1c88ae52b authored by Guido van Rossum on 14 December 1992, 16:59:51 UTC
* mymalloc.h: always allocate one extra byte, since some malloc's
Tip revision: 5f59d60
File Mode Size
classobject.c -rw-r--r-- 17.1 KB
fileobject.c -rw-r--r-- 11.8 KB
floatobject.c -rw-r--r-- 7.4 KB
frameobject.c -rw-r--r-- 5.6 KB
funcobject.c -rw-r--r-- 2.6 KB
intobject.c -rw-r--r-- 9.2 KB
listobject.c -rw-r--r-- 12.7 KB
longobject.c -rw-r--r-- 27.5 KB
methodobject.c -rw-r--r-- 3.8 KB
moduleobject.c -rw-r--r-- 3.4 KB
object.c -rw-r--r-- 6.4 KB
stringobject.c -rw-r--r-- 8.0 KB
tupleobject.c -rw-r--r-- 6.7 KB
typeobject.c -rw-r--r-- 1.8 KB
xxobject.c -rw-r--r-- 3.5 KB

back to top