summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/dbmac.py
Commit message (Collapse)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-191-140/+0
| | | | | and the biggest in size, but probably the easiest. Hunting through the source code comes next.
* add (dummy) mode arg to open()Guido van Rossum1995-09-011-1/+5
|
* Removed seeks beyond eof (MW doesn't support them)Jack Jansen1995-04-231-2/+13
|
* shelve.py: database of persistent objects, on top of pickle.py and anydbm.pyGuido van Rossum1995-01-101-0/+125
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)