This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-31 07:05:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
bsddb
History
Guido van Rossum
7a98e8083c
In class bsdTableDB, add class variables db and env (set to None) to
...
prevent close() called from __del__ from bombing out when __init__() fails early.
2002-12-02 16:17:46 +00:00
..
test
Whitespace normalization.
2002-11-24 02:35:35 +00:00
__init__.py
Delete bsddb from sys.modules if _bsddb cannot be imported.
2002-11-24 08:26:01 +00:00
db.py
Replace bsddb3 and _db occurrences.
2002-11-19 17:48:49 +00:00
dbobj.py
Whitespace normalization.
2002-11-24 02:35:35 +00:00
dbrecio.py
…
dbshelve.py
Whitespace normalization.
2002-11-24 02:35:35 +00:00
dbtables.py
In class bsdTableDB, add class variables db and env (set to None) to
2002-12-02 16:17:46 +00:00
dbutils.py
Fix typo in except clause (_db should be _bsddb).
2002-12-02 16:08:54 +00:00