COMMITS
/ Doc/library/shelve.rst February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
July 23, 2025
C
Fix typos in Doc/extending/extending.rst and Doc/library/shelve.rst (GH-136890)
Cornelius Roemer committed
July 12, 2025
F
gh-99631: Add custom `loads` and `dumps` support for the `shelve` module (#118065)
Furkan Onder committed
June 1, 2025
A
gh-134004: Added the reorganize() methods to dbm.sqlite, dbm.dumb and shelve (GH-134028)
Andrea-Oliveri committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
T
gh-118671: Updated dead ActiveState links (#118730)
trag1c committed
December 23, 2023
R
gh-74573: document that ndbm can silently corrupt databases on macOS (#113354)
Ronald Oussoren committed
December 8, 2023
A
gh-101100: Fix Sphinx nitpicks in `library/shelve.rst` (#112836)
Alex Waygood committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
May 4, 2023
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
September 10, 2021
H
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
Henry-Joseph Audéoud committed
August 9, 2021
A
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
Anthony Shaw committed
July 26, 2021
S
bpo-43443: Clarify difference between shelve objects and dicts (GH-27004)
Serhiy Storchaka committed
October 29, 2020
Z
bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639)
Zackery Spytz committed
September 27, 2020
A
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino committed
September 15, 2020
A
Fix all Python Cookbook links (#22205)
Andre Delfino committed
October 19, 2016
S
Issue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka committed
July 1, 2016
B
Issue #27431: Update default protocol version in shelve.Shelf() documentation
Berker Peksag committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
February 26, 2016
December 26, 2013
R
shelf in with stmt, fish/csh in venv, ElementTree short_empty_elements keyword.
R David Murray committed
October 13, 2013
S
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka committed
S
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka committed
February 1, 2013
February 7, 2011
A
Issue #11141: Fix the shelve documentation to use a list, not a range object.
Antoine Pitrou committed
January 10, 2011
R
Separate source link from main text.
Raymond Hettinger committed
R
Move source links to consistent location and remove wordy, big yellow boxes.
Raymond Hettinger committed
December 4, 2010
G
#7905: Actually respect the keyencoding parameter to shelve.Shelf.
Georg Brandl committed
November 16, 2010
É
Provide links to Python source where the code is short, readable and
Éric Araujo committed
October 17, 2010
G
#8855: add shelve security warning.
Georg Brandl committed
February 11, 2010
R
Merged revisions 78141-78142 via svnmerge from
R. David Murray committed
December 13, 2009
B
remove references to cPickle
Benjamin Peterson committed
October 4, 2009
September 13, 2009
E
more list()s on dictviews
Ezio Melotti committed
September 2, 2009
G
Switch more function arguments docs to new-style.
Georg Brandl committed
July 26, 2009
G
Merged revisions 74207 via svnmerge from
Georg Brandl committed
June 4, 2009
G
#3791: remove last traces of bsddb.
Georg Brandl committed
May 12, 2009
R
Merged revisions 72572 via svnmerge from
R. David Murray committed
May 8, 2009
April 5, 2009
April 4, 2009
R
Add helpful link.
Raymond Hettinger committed
February 3, 2009
R
The default shelve pickle protocol should have been 3.
Raymond Hettinger committed
January 29, 2009
R
Fix error in docs. The source says proto 2 is the default.
Raymond Hettinger committed
September 8, 2008
B
remove some more bsddb references
Benjamin Peterson committed
May 26, 2008
G
Remove remaining references to UserDict module.
Georg Brandl committed
G
Create the dbm package from PEP 3108. #2881.
Georg Brandl committed