Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
33b77de106cc49f3c7e03335d4ff989fa909b9e2
/
Lib
/
shelve.py
0de6580
bunch more __all__ lists
by Skip Montanaro
· 24 years ago
495ad3c
Whitespace normalization.
by Tim Peters
· 24 years ago
13a2c27
Untabify to pass the -tt test.
by Fred Drake
· 25 years ago
2f7df12
Patch by Paul Sokolovsky to support the get() method.
by Guido van Rossum
· 25 years ago
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