index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
shelve.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bunch more __all__ lists
Skip Montanaro
2001-02-15
1
-0
/
+1
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-98
/
+98
*
Untabify to pass the -tt test.
Fred Drake
2000-02-10
1
-109
/
+109
*
Patch by Paul Sokolovsky to support the get() method.
Guido van Rossum
1999-08-11
1
-0
/
+5
*
Give in to tabnanny.
Guido van Rossum
1998-04-06
1
-5
/
+5
*
Don't write "if self.dict: self.dict.close()"; just write
Guido van Rossum
1998-03-26
1
-2
/
+1
*
Make close(), and hence __del__(), robust in the light of the world
Guido van Rossum
1997-12-09
1
-3
/
+6
*
Use cPickle and cStringIO when available.
Guido van Rossum
1997-06-06
1
-20
/
+30
*
Added a 'sync' method to shelve. If the underlying database does not have a ...
Roger E. Masse
1997-03-25
1
-0
/
+4
*
Fix bogus len() call
Guido van Rossum
1996-09-10
1
-1
/
+1
*
renamed DbShelf->DbfilenameShelf;added BsdDbShelf (David Ely)
Guido van Rossum
1995-08-11
1
-5
/
+46
*
fix stupid bug (db should be dict)
Guido van Rossum
1995-02-27
1
-3
/
+3
*
minute comment changes
Guido van Rossum
1995-02-16
1
-1
/
+1
*
added __doc__ strings etc.
Guido van Rossum
1995-02-09
1
-7
/
+59
*
shelve.py: database of persistent objects, on top of pickle.py and anydbm.py
Guido van Rossum
1995-01-10
1
-0
/
+43