Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9c30c24bc2285438dbe94c28c05f1aa9127a04a3
/
Lib
/
shelve.py
f62cf61
Give in to tabnanny.
by Guido van Rossum
· 27 years ago
65e5399
Don't write "if self.dict: self.dict.close()"; just write
by Guido van Rossum
· 27 years ago
6599fb0
Make close(), and hence __del__(), robust in the light of the world
by Guido van Rossum
· 27 years ago
914c938
Use cPickle and cStringIO when available.
by Guido van Rossum
· 27 years ago
4fc7067
Added a 'sync' method to shelve. If the underlying database does not have a sync
by Roger E. Masse
· 28 years ago
5f8ea10
Fix bogus len() call
by Guido van Rossum
· 28 years ago
abad1cc
renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely)
by Guido van Rossum
· 29 years ago
cebfa70
fix stupid bug (db should be dict)
by Guido van Rossum
· 30 years ago
256cbd7
minute comment changes
by Guido van Rossum
· 30 years ago
cc6764c
added __doc__ strings etc.
by Guido van Rossum
· 30 years ago
a48061a
shelve.py: database of persistent objects, on top of pickle.py and anydbm.py
by Guido van Rossum
· 30 years ago