Staging
v0.5.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
irix5
lib-old
lib-stdwin
plat-irix5
plat-sunos4
stdwin
sunos4
test
Queue.py -rw-r--r-- 2.9 KB
bdb.py -rw-r--r-- 8.1 KB
bisect.py -rw-r--r-- 458 bytes
calendar.py -rw-r--r-- 6.1 KB
cmd.py -rw-r--r-- 1.2 KB
cmp.py -rw-r--r-- 1.7 KB
cmpcache.py -rw-r--r-- 1.8 KB
codehack.py -rw-r--r-- 1.9 KB
colorsys.py -rw-r--r-- 3.0 KB
commands.py -rw-r--r-- 1.3 KB
dircache.py -rw-r--r-- 823 bytes
dircmp.py -rw-r--r-- 5.0 KB
dis.py -rw-r--r-- 4.2 KB
dump.py -rw-r--r-- 1.6 KB
emacs.py -rw-r--r-- 500 bytes
fnmatch.py -rw-r--r-- 1.2 KB
fpformat.py -rw-r--r-- 4.0 KB
ftplib.py -rw-r--r-- 10.1 KB
getopt.py -rw-r--r-- 1.7 KB
glob.py -rw-r--r-- 1.0 KB
grep.py -rw-r--r-- 1.4 KB
imghdr.py -rw-r--r-- 2.3 KB
importall.py -rwxr-xr-x 750 bytes
linecache.py -rw-r--r-- 2.0 KB
macpath.py -rw-r--r-- 2.7 KB
mimetools.py -rw-r--r-- 2.6 KB
multifile.py -rw-r--r-- 2.9 KB
mutex.py -rw-r--r-- 1.5 KB
newdir.py -rw-r--r-- 1.6 KB
nntplib.py -rw-r--r-- 9.6 KB
os.py -rw-r--r-- 1.1 KB
ospath.py -rw-r--r-- 265 bytes
packmail.py -rw-r--r-- 2.3 KB
pdb.doc -rw-r--r-- 5.6 KB
pdb.py -rwxr-xr-x 6.5 KB
persist.py -rwxr-xr-x 7.6 KB
pipes.py -rw-r--r-- 8.6 KB
poly.py -rw-r--r-- 1.4 KB
posixpath.py -rw-r--r-- 7.0 KB
profile.doc -rw-r--r-- 2.7 KB
profile.py -rwxr-xr-x 9.1 KB
rand.py -rw-r--r-- 276 bytes
regex_syntax.py -rw-r--r-- 1.5 KB
regexp.py -rw-r--r-- 796 bytes
regsub.py -rw-r--r-- 3.9 KB
repr.py -rw-r--r-- 2.1 KB
rfc822.py -rw-r--r-- 5.7 KB
sched.py -rw-r--r-- 3.7 KB
shutil.py -rw-r--r-- 1.6 KB
stat.py -rw-r--r-- 1.7 KB
statcache.py -rw-r--r-- 1.7 KB
string.py -rw-r--r-- 4.2 KB
stringold.py -rw-r--r-- 4.2 KB
sunaudio.py -rw-r--r-- 1.1 KB
tb.py -rw-r--r-- 3.9 KB
tempfile.py -rw-r--r-- 1.2 KB
toaiff.py -rw-r--r-- 2.7 KB
tokenize.py -rw-r--r-- 1.8 KB
tzparse.py -rw-r--r-- 2.2 KB
util.py -rw-r--r-- 649 bytes
whrandom.py -rw-r--r-- 2.5 KB
zmod.py -rw-r--r-- 2.1 KB

back to top