Staging
v0.5.1
https://github.com/python/cpython
Revision a48061a5804418a63aac24bfce444fd555e3ffe7 authored by Guido van Rossum on 10 January 1995, 00:31:14 UTC, committed by Guido van Rossum on 10 January 1995, 00:31:14 UTC
pickle.py: new low-level persistency module (used to be called flatten)
dbmac.py: stupid dbm clone for the Mac
anydbm.py: generic dbm interface (should be extended to support gdbm)
1 parent 8a30adc
History
Tip revision: a48061a5804418a63aac24bfce444fd555e3ffe7 authored by Guido van Rossum on 10 January 1995, 00:31:14 UTC
shelve.py: database of persistent objects, on top of pickle.py and anydbm.py
Tip revision: a48061a
File Mode Size
Makefile.in -rw-r--r-- 2.1 KB
accessobject.c -rw-r--r-- 7.9 KB
classobject.c -rw-r--r-- 26.1 KB
dictobject.c -rw-r--r-- 18.9 KB
fileobject.c -rw-r--r-- 14.8 KB
floatobject.c -rw-r--r-- 9.7 KB
frameobject.c -rw-r--r-- 8.0 KB
funcobject.c -rw-r--r-- 5.0 KB
intobject.c -rw-r--r-- 15.2 KB
listobject.c -rw-r--r-- 13.7 KB
longobject.c -rw-r--r-- 28.8 KB
mappingobject.c -rw-r--r-- 18.9 KB
methodobject.c -rw-r--r-- 4.8 KB
moduleobject.c -rw-r--r-- 3.9 KB
object.c -rw-r--r-- 8.9 KB
rangeobject.c -rw-r--r-- 5.2 KB
stringobject.c -rw-r--r-- 19.4 KB
tupleobject.c -rw-r--r-- 9.8 KB
typeobject.c -rw-r--r-- 2.5 KB
xxobject.c -rw-r--r-- 3.6 KB

back to top