cpython/Python
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
..
bltinmodule.c * classobject.c: in instance_lenth, test result of call_object 1992-11-26 10:30:26 +00:00
ceval.c * mymalloc.h: always allocate one extra byte, since some malloc's 1992-12-14 16:59:51 +00:00
cgensupport.c Don't use NULL as 0 int! 1992-04-06 12:34:45 +00:00
compile.c Give code objects a more useful representation. 1992-09-03 20:50:59 +00:00
errors.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
fmod.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
getcwd.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
graminit.c Latest gramamr 1992-04-06 12:34:37 +00:00
import.c * Makefile: cosmetics 1992-08-05 19:58:53 +00:00
marshal.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
modsupport.c suppress unnecessary error message if too many arguments are passed 1992-08-27 07:45:12 +00:00
pythonmain.c Add $PYTHONSTARTUP feature. 1992-09-03 20:26:57 +00:00
pythonrun.c * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
strerror.c Copyright for 1992 added 1992-04-05 14:26:55 +00:00
strtod.c fix HUGE and MAXVAL (suggested by Tim Peters) 1992-03-27 17:30:32 +00:00
structmember.c Added new types to setattr() as well... 1992-06-03 17:07:23 +00:00
sysmodule.c Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00
thread.c Added C++ support in thread.h; don't use signals if not strictly 1992-09-11 15:19:27 +00:00
traceback.c Modified most (but not yet all) I/O to always go through sys.stdout or 1992-09-25 21:59:05 +00:00