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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.3k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
_sqlite
on
fe4ef39
User selector
All users
All time
Commit history
Commits on Dec 19, 2013
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
Show description for cb1f74e
vstinner
committed
cb1f74e
View commit details
Copy full SHA for cb1f74e
View code at this point
Browse repository at this point
Commits on Aug 27, 2013
Fix compilation of the _sqlite module if threads are disabled
vstinner
committed
b84fc0f
View commit details
Copy full SHA for b84fc0f
View code at this point
Browse repository at this point
Commits on Apr 28, 2013
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
Show description for d160b12
serhiy-storchaka
committed
d160b12
View commit details
Copy full SHA for d160b12
View code at this point
Browse repository at this point
Commits on Feb 7, 2013
Issue #17073: Fix some integer overflows in sqlite3 module.
serhiy-storchaka
committed
2efdc90
View commit details
Copy full SHA for 2efdc90
View code at this point
Browse repository at this point
Issue #17073: Fix some integer overflows in sqlite3 module.
serhiy-storchaka
committed
3cf96ac
View commit details
Copy full SHA for 3cf96ac
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
Merge branch '3.2'
Show description for 8b24506
akheron
committed
8b24506
View commit details
Copy full SHA for 8b24506
View code at this point
Browse repository at this point
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
Show description for 4fe85ab
akheron
committed
4fe85ab
View commit details
Copy full SHA for 4fe85ab
View code at this point
Browse repository at this point
Commits on Feb 9, 2012
Undocument and clean up sqlite3.OptimizedUnicode
Show description for bc35beb
akheron
committed
bc35beb
View commit details
Copy full SHA for bc35beb
View code at this point
Browse repository at this point
Commits on Feb 6, 2012
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
akheron
committed
4a84f58
View commit details
Copy full SHA for 4a84f58
View code at this point
Browse repository at this point
Commits on Feb 1, 2012
Merge branch 3.2
Show description for 8940f62
akheron
committed
8940f62
View commit details
Copy full SHA for 8940f62
View code at this point
Browse repository at this point
sqlite3: Handle strings with embedded zeros correctly
Show description for 023fe33
akheron
committed
023fe33
View commit details
Copy full SHA for 023fe33
View code at this point
Browse repository at this point
Commits on Nov 6, 2011
Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
amauryfa
committed
864741b
View commit details
Copy full SHA for 864741b
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
Rename _Py_identifier to _Py_IDENTIFIER.
loewis
committed
bd928fe
View commit details
Copy full SHA for bd928fe
View code at this point
Browse repository at this point
Commits on Oct 9, 2011
Add API for static strings, primarily good for identifiers.
Show description for afe55bb
loewis
committed
afe55bb
View commit details
Copy full SHA for afe55bb
View code at this point
Browse repository at this point
Commits on Oct 4, 2011
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Show description for 8e4dd08
pitrou
committed
8e4dd08
View commit details
Copy full SHA for 8e4dd08
View code at this point
Browse repository at this point
Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Show description for 1665d2c
pitrou
committed
1665d2c
View commit details
Copy full SHA for 1665d2c
View code at this point
Browse repository at this point
Commits on Sep 28, 2011
Implement PEP 393.
loewis
committed
d63a3b8
View commit details
Copy full SHA for d63a3b8
View code at this point
Browse repository at this point
Commits on Aug 11, 2011
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Show description for dfc80e3
briancurtin
committed
dfc80e3
View commit details
Copy full SHA for dfc80e3
View code at this point
Browse repository at this point
Commits on Jun 1, 2011
merge 3.2
benjaminp
committed
f17101a
View commit details
Copy full SHA for f17101a
View code at this point
Browse repository at this point
be extra careful with a borrowed reference when the GIL could be released (closes #8578)
benjaminp
committed
5c2b09e
View commit details
Copy full SHA for 5c2b09e
View code at this point
Browse repository at this point
Commits on May 9, 2011
#10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
ghaering
committed
936d518
View commit details
Copy full SHA for 936d518
View code at this point
Browse repository at this point
Commits on Apr 3, 2011
Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff.
pitrou
committed
5bfa062
View commit details
Copy full SHA for 5bfa062
View code at this point
Browse repository at this point
Commits on Mar 16, 2011
#11565: Merge with 3.1.
ezio-melotti
committed
3b3499b
View commit details
Copy full SHA for 3b3499b
View code at this point
Browse repository at this point
#11565: Fix several typos. Patch by Piotr Kasprzyk.
ezio-melotti
committed
1392500
View commit details
Copy full SHA for 1392500
View code at this point
Browse repository at this point
#11565: Merge with 3.2.
ezio-melotti
committed
b88ed15
View commit details
Copy full SHA for b88ed15
View code at this point
Browse repository at this point
Commits on Feb 22, 2011
Issue #8914: fix various warnings from the Clang static analyzer v254.
brettcannon
committed
b94767f
View commit details
Copy full SHA for b94767f
View code at this point
Browse repository at this point
Commits on Feb 4, 2011
Merged revisions 88337 via svnmerge from
Show description for f7ef4de
brettcannon
committed
f7ef4de
View commit details
Copy full SHA for f7ef4de
View code at this point
Browse repository at this point
There was a possibility that the initialization of _sqlite, when it failed,
Show description for e144507
brettcannon
committed
e144507
View commit details
Copy full SHA for e144507
View code at this point
Browse repository at this point
Commits on Oct 18, 2010
Fix hash function type.
birkenfeld
committed
016cec7
View commit details
Copy full SHA for 016cec7
View code at this point
Browse repository at this point
Commits on Oct 17, 2010
Fix T_BOOL bug of issue 8845.
loewis
committed
a2e7d9b
View commit details
Copy full SHA for a2e7d9b
View code at this point
Browse repository at this point
Commits on Sep 3, 2010
Welcome to the UTF-8 world.
florentx
committed
c934f32
View commit details
Copy full SHA for c934f32
View code at this point
Browse repository at this point
Commits on Jun 1, 2010
#8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.
Show description for d35251d
bitdancer
committed
d35251d
View commit details
Copy full SHA for d35251d
View code at this point
Browse repository at this point
Commits on May 19, 2010
Issue #6697: Check that _PyUnicode_AsString() result is not NULL in _sqlite
Show description for 8699950
Victor Stinner
committed
8699950
View commit details
Copy full SHA for 8699950
View code at this point
Browse repository at this point
Commits on May 9, 2010
Recorded merge of revisions 81032 via svnmerge from
Show description for 7f14f0d
pitrou
committed
7f14f0d
View commit details
Copy full SHA for 7f14f0d
View code at this point
Browse repository at this point
Recorded merge of revisions 81029 via svnmerge from
Show description for f95a1b3
pitrou
committed
f95a1b3
View commit details
Copy full SHA for f95a1b3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.