Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
de3bc7c5659e689f1cb45dba9aba48fd6c96ce1f
/
Lib
/
anydbm.py
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
c99475e
dump the string exception fallback for anydbm.error.
by Skip Montanaro
· 23 years ago
c79f3d0
Catch only the relevant exceptions instead of using a bare except clause.
by Fred Drake
· 23 years ago
7834907
removed __all__ from several modules
by Skip Montanaro
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
146965a
Whitespace standardization.
by Tim Peters
· 24 years ago
fc1f64d
Oops, I had 'n' and 'c' mixed up in my mind. Get rid of the comment
by Guido van Rossum
· 27 years ago
a5c0998
Inspired by Ben Sayer, rewritten the code and some of the comments to
by Guido van Rossum
· 27 years ago
0182c06
inherit error from _mod.error
by Guido van Rossum
· 29 years ago
e03a86c
change default flag to match dbm/gdbm
by Guido van Rossum
· 29 years ago
4ac0050
revamped somewhat
by Guido van Rossum
· 29 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