Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
35e48d2426e50306cb957da26777b1e3469c53b3
/
Lib
/
dumbdbm.py
793d4b4
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
aef22fb
Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2).
by Raymond Hettinger
· 22 years ago
e441860
Whitespace normalization.
by Tim Peters
· 23 years ago
ed90570
forward-patch from release21-maint branch:
by Anthony Baxter
· 23 years ago
2c8373b
Honor the mode argument to dumbdbm.open(); there is not good reason not to,
by Fred Drake
· 23 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 23 years ago
54e54c6
The first batch of changes recommended by the fixdiv tool. These are
by Guido van Rossum
· 23 years ago
d0cd95c
Replace __import__ with import as.
by Martin v. Löwis
· 23 years ago
a7cc69e
Added support for .__contains__(), .__iter__(), .iterkeys().
by Fred Drake
· 24 years ago
d74fb6b
RISCOS changes by dschwertberger.
by Guido van Rossum
· 24 years ago
7834907
removed __all__ from several modules
by Skip Montanaro
· 24 years ago
eccd02a
more __all__ updates
by Skip Montanaro
· 24 years ago
88869f9
Whitespace normalization.
by Tim Peters
· 24 years ago
5b7b764
Apply rstrip() to the lines read from _dirfile in _update(), so that a
by Guido van Rossum
· 24 years ago
a48dbde
Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem:
by Andrew M. Kuchling
· 24 years ago
3f36a08
Cast f.tell() result to int() in _addval(), so it works even on
by Guido van Rossum
· 26 years ago
22a1890
export error == IOError
by Guido van Rossum
· 28 years ago
ba42664
fix typo in _setval() return value
by Guido van Rossum
· 29 years ago
9f824a7
Initial revision
by Guido van Rossum
· 29 years ago