0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 23:47:29 +01:00
cpython/Include
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
..
allobjects.h * renamed malloc.h mymalloc.h, and added MALLARG as the type of the 1992-08-19 16:46:30 +00:00
assert.h
bitset.h
bltinmodule.h
ceval.h Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
cgensupport.h
classobject.h * classobject.[ch], {float,long,int}object.c, bltinmodule.c: 1992-08-14 12:06:52 +00:00
compile.h
dictobject.h
errcode.h
errors.h
eval.h * Makefile: cosmetics 1992-08-05 19:58:53 +00:00
fileobject.h
floatobject.h
frameobject.h * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
funcobject.h
graminit.h
grammar.h Correct spelling in function name 1992-09-03 20:46:06 +00:00
import.h
intobject.h
intrcheck.h
listobject.h
longintrepr.h
longobject.h
marshal.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
mymalloc.h * mymalloc.h: always allocate one extra byte, since some malloc's 1992-12-14 16:59:51 +00:00
myselect.h * myselect.h: bzero -> memset 1992-08-04 09:13:45 +00:00
node.h
object.h Made builtins int(), long(), float(), oct() and hex() more generic. 1992-09-12 11:09:23 +00:00
objimpl.h
opcode.h
osdefs.h
parsetok.h
pgenheaders.h * renamed malloc.h mymalloc.h, and added MALLARG as the type of the 1992-08-19 16:46:30 +00:00
pyerrors.h
pythonrun.h
pythread.h Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
stringobject.h
structmember.h
sysmodule.h
thread.h Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
token.h
traceback.h Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
tupleobject.h