Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
805365ee39298f93e433e19ae0dd87c6f782145b
/
Lib
/
shelve.py
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
1bc82f8
Removed deprecated method arguments from the shelve module.
by Raymond Hettinger
· 20 years ago
68dcd34
Fixup bare try/except.
by Raymond Hettinger
· 21 years ago
092b2a9
SF 740055: optional argument protocol in shelve.open is ignored
by Raymond Hettinger
· 21 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
153c9e4
Patch #553171: Add writeback parameter. Also add protocol parameter.
by Martin v. Löwis
· 22 years ago
b3b22f3
flesh out open() docstring
by Skip Montanaro
· 22 years ago
123dc8e
self.binary -> self._binary to remove it from the public interface -
by Skip Montanaro
· 22 years ago
3bf99e3
Add support for binary pickles to the shelve module. In some situations
by Skip Montanaro
· 22 years ago
7994716
SF patch #520382: Expand shelve.py to have a full dictionary interface
by Raymond Hettinger
· 22 years ago
e4913c9
Patch #624936: Implement __contains__.
by Martin v. Löwis
· 22 years ago
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