Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
452bf519a70c3db0e7f0d2540b1bfb07d9085583
/
Lib
/
whichdb.py
dbecd93
Replace list of constants with tuples of constants.
by Raymond Hettinger
· 20 years ago
e54e726
SF patch #1038388: __main__ for whichdb.py (Contributed by Oleg Broytmann.)
by Raymond Hettinger
· 20 years ago
f0dfc7a
Fix a bunch of typos in documentation, docstrings and comments.
by Walter Dörwald
· 21 years ago
a1e93e8
patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbm
by Andrew MacIntyre
· 21 years ago
5b8bfdf
Patch #755087: Deal with emptied dumbdbm files correctly.
by Martin v. Löwis
· 21 years ago
17fb507
Treat empty dat/dir pairs as dumbdbm. Fixes #744687.
by Martin v. Löwis
· 21 years ago
02cd365
detect old version 2 hash files and return "bsddb185" as the appropriate
by Skip Montanaro
· 22 years ago
404378f
catch the situation where Berkeley DB is used to emulate dbm(3) library
by Skip Montanaro
· 22 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 23 years ago
30edd23
Whitespace normalization.
by Tim Peters
· 24 years ago
d74fb6b
RISCOS changes by dschwertberger.
by Guido van Rossum
· 24 years ago
58eadba
move import into function to avoid having to add an __all__ list...
by Skip Montanaro
· 24 years ago
3027b15
Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.)
by Thomas Wouters
· 24 years ago
7a4409c
Added support to recognize Python's internal "dumbdbm" database.
by Moshe Zadka
· 24 years ago
13a2c27
Untabify to pass the -tt test.
by Fred Drake
· 25 years ago
cf09a39
Skip Montanaro:
by Guido van Rossum
· 25 years ago
b86ba12
Support byte-swapped dbhash (bsddb) files. Found by Ben Sayer.
by Guido van Rossum
· 27 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
265b5b3
Use new struct which supports standardized sizes
by Guido van Rossum
· 28 years ago
8d12a1b
Function to guess which db package created a database.
by Guido van Rossum
· 28 years ago