This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-28 07:08:01 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9eb86b3c7cd44831735392f67ae3d97f859271ba
cpython
/
Lib
/
bsddb
T
History
Walter Dörwald
70a6b49821
Replace backticks with repr() or "%r"
...
From SF patch
#852334
.
2004-02-12 17:35:32 +00:00
..
test
Replace backticks with repr() or "%r"
2004-02-12 17:35:32 +00:00
__init__.py
__init__.py: keep it compatible with older python (True and False == 1 and 0)
2004-01-13 19:59:57 +00:00
db.py
Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
2003-09-21 00:08:14 +00:00
dbobj.py
Support DBEnv.set_shm_key() to allow multi-threaded multi-process
2003-08-28 21:50:30 +00:00
dbrecio.py
Replace backticks with repr() or "%r"
2004-02-12 17:35:32 +00:00
dbshelve.py
Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
2003-09-21 00:08:14 +00:00
dbtables.py
Replace backticks with repr() or "%r"
2004-02-12 17:35:32 +00:00
dbutils.py
Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
2003-09-21 00:08:14 +00:00