Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
devdanzin
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
dbm
on
test_python_basic_repl
User selector
All users
All time
Commit history
Commits on Jun 12, 2024
gh-120417: Remove unused imports in the stdlib (#120420)
vstinner
authored
4c6d4f5
View commit details
Copy full SHA for 4c6d4f5
View code at this point
Browse repository at this point
Commits on Feb 14, 2024
gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)
erlend-aasland
authored
6d9141e
View commit details
Copy full SHA for 6d9141e
View code at this point
Browse repository at this point
gh-100414: Add SQLite backend to dbm (#114481)
Show description for dd5e4d9
4 people
authored
dd5e4d9
View commit details
Copy full SHA for dd5e4d9
View code at this point
Browse repository at this point
Commits on Feb 4, 2024
gh-83383: Always mark the dbm.dumb database as unmodified after open() and sync() (GH-114560)
Show description for fc06096
serhiy-storchaka
authored
fc06096
View commit details
Copy full SHA for fc06096
View code at this point
Browse repository at this point
Commits on Sep 10, 2021
bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)
Show description for 707137b
audeoudh
and
hakancelikdev
authored
707137b
View commit details
Copy full SHA for 707137b
View code at this point
Browse repository at this point
Commits on Apr 29, 2019
bpo-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060)
rougeth
authored and
brettcannon
committed
81c5a90
View commit details
Copy full SHA for 81c5a90
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
asottile
authored and
giampaolo
committed
8377cd4
View commit details
Copy full SHA for 8377cd4
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295)
zhangyangyu
authored
4fb0b8b
View commit details
Copy full SHA for 4fb0b8b
View code at this point
Browse repository at this point
Commits on Feb 5, 2018
bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497)
serhiy-storchaka
authored
6c85efa
View commit details
Copy full SHA for 6c85efa
View code at this point
Browse repository at this point
Commits on Apr 24, 2017
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
serhiy-storchaka
authored
2e576f5
View commit details
Copy full SHA for 2e576f5
View code at this point
Browse repository at this point
Commits on Dec 7, 2016
Issue #28847: A deprecation warning is now emitted if the index file is missed
Show description for 4fc7942
serhiy-storchaka
committed
4fc7942
View commit details
Copy full SHA for 4fc7942
View code at this point
Browse repository at this point
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Show description for 520348e
serhiy-storchaka
committed
520348e
View commit details
Copy full SHA for 520348e
View code at this point
Browse repository at this point
Issue #28847: dbm.dumb now supports reading read-only files and no longer
Show description for 028ace1
serhiy-storchaka
committed
028ace1
View commit details
Copy full SHA for 028ace1
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm
Show description for 0122ae9
serhiy-storchaka
committed
0122ae9
View commit details
Copy full SHA for 0122ae9
View code at this point
Browse repository at this point
Commits on Apr 10, 2015
Issue #23865: close() methods in multiple modules now are idempotent and more
Show description for 2116b12
serhiy-storchaka
committed
2116b12
View commit details
Copy full SHA for 2116b12
View code at this point
Browse repository at this point
Issue #23865: close() methods in multiple modules now are idempotent and more
Show description for 7e7a3db
serhiy-storchaka
committed
7e7a3db
View commit details
Copy full SHA for 7e7a3db
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
Issue #22831: Use "with" to avoid possible fd leaks.
serhiy-storchaka
committed
46ba6c8
View commit details
Copy full SHA for 46ba6c8
View code at this point
Browse repository at this point
Commits on Feb 15, 2015
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Show description for 23edd49
serhiy-storchaka
committed
23edd49
View commit details
Copy full SHA for 23edd49
View code at this point
Browse repository at this point
Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb
Show description for 74eb8b2
serhiy-storchaka
committed
74eb8b2
View commit details
Copy full SHA for 74eb8b2
View code at this point
Browse repository at this point
Commits on Jun 25, 2014
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
Show description for e5243cc
serhiy-storchaka
committed
e5243cc
View commit details
Copy full SHA for e5243cc
View code at this point
Browse repository at this point
Issue #21729: Used the "with" statement in the dbm.dumb module to ensure
Show description for 65c623d
serhiy-storchaka
committed
65c623d
View commit details
Copy full SHA for 65c623d
View code at this point
Browse repository at this point
Commits on Jun 10, 2014
Issue #18039: dbm.dump.open() now always creates a new database when the
Show description for b398d33
serhiy-storchaka
committed
b398d33
View commit details
Copy full SHA for b398d33
View code at this point
Browse repository at this point
Commits on May 28, 2014
Restore performance of some dumb database methods (regression introduced by #19385).
serhiy-storchaka
committed
12c575f
View commit details
Copy full SHA for 12c575f
View code at this point
Browse repository at this point
Commits on Apr 26, 2014
make operations on closed dumb databases raise a consistent exception (closes #19385)
Show description for e3083d3
benjaminp
committed
e3083d3
View commit details
Copy full SHA for e3083d3
View code at this point
Browse repository at this point
Commits on Nov 17, 2013
Close #19282: Native context management in dbm
ncoghlan
committed
c610aba
View commit details
Copy full SHA for c610aba
View code at this point
Browse repository at this point
Commits on Jul 7, 2013
#17198: merge with 3.3.
ezio-melotti
committed
9f96789
View commit details
Copy full SHA for 9f96789
View code at this point
Browse repository at this point
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
ezio-melotti
committed
b08495b
View commit details
Copy full SHA for b08495b
View code at this point
Browse repository at this point
Commits on Dec 25, 2012
Replace IOError with OSError (#16715)
asvetlov
committed
f7a17b4
View commit details
Copy full SHA for f7a17b4
View code at this point
Browse repository at this point
Commits on Dec 18, 2012
Issue #16706: get rid of os.error
asvetlov
committed
ad28c7f
View commit details
Copy full SHA for ad28c7f
View code at this point
Browse repository at this point
Commits on Oct 5, 2012
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
jcea
committed
f1af705
View commit details
Copy full SHA for f1af705
View code at this point
Browse repository at this point
Commits on Sep 19, 2011
Close #13007: whichdb should recognize gdbm 1.9 magic numbers
jcea
committed
bc566b0
View commit details
Copy full SHA for bc566b0
View code at this point
Browse repository at this point
Commits on Apr 20, 2011
Merge 3.1
merwok
committed
37e6c54
View commit details
Copy full SHA for 37e6c54
View code at this point
Browse repository at this point
Add docstring to dbm.open
merwok
committed
f8e1b60
View commit details
Copy full SHA for f8e1b60
View code at this point
Browse repository at this point
Commits on Mar 14, 2011
Fix #11491. When dbm.open was called with a file which already exists and
Show description for 525c25d
briancurtin
committed
525c25d
View commit details
Copy full SHA for 525c25d
View code at this point
Browse repository at this point
Fix #11491. When dbm.open was called with a file which already exists and
Show description for 94eceeb
briancurtin
committed
94eceeb
View commit details
Copy full SHA for 94eceeb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.