0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Guido van Rossum
17448e2408 Committed a more or less working version. 1995-01-30 11:53:55 +00:00
Guido van Rossum
a48061a580 shelve.py: database of persistent objects, on top of pickle.py and anydbm.py
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)
1995-01-10 00:31:14 +00:00
Jack Jansen
115590d22f This file (which is Guido's) was somehow missing... 1994-12-14 13:07:43 +00:00
Guido van Rossum
50399ae583 mac -> os (can't this go now dircache is universal?) 1992-03-31 19:05:44 +00:00
Guido van Rossum
bdfcfccbe5 New == syntax 1992-01-01 19:35:13 +00:00
Guido van Rossum
fbe0a8e090 macpath.cat --> join 1991-08-16 13:27:45 +00:00
Guido van Rossum
217a5fa3c3 Initial revision 1990-12-26 15:40:07 +00:00