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 }}
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
Lib
sqlite3
on
3.3
User selector
All users
All time
Commit history
Commits on Mar 13, 2014
weaken callback count inequality (closes #20901)
benjaminp
committed
966f2fc
View commit details
Copy full SHA for 966f2fc
View code at this point
Browse repository at this point
Commits on Feb 15, 2014
add missing test assertion (closes #20080)
Show description for 29352c4
benjaminp
committed
29352c4
View commit details
Copy full SHA for 29352c4
View code at this point
Browse repository at this point
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 Nov 16, 2013
Issue #19601: Use specific asserts in sqlite3 tests.
serhiy-storchaka
committed
78ee078
View commit details
Copy full SHA for 78ee078
View code at this point
Browse repository at this point
Commits on Aug 17, 2013
#18741: fix more typos. Patch by Févry Thibault.
ezio-melotti
committed
b5bc353
View commit details
Copy full SHA for b5bc353
View code at this point
Browse repository at this point
Commits on Feb 26, 2013
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
akheron
committed
6401ad6
View commit details
Copy full SHA for 6401ad6
View code at this point
Browse repository at this point
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
akheron
committed
5f79409
View commit details
Copy full SHA for 5f79409
View code at this point
Browse repository at this point
Commits on Feb 23, 2013
Issue #14720: sqlite3: Convert datetime microseconds correctly
akheron
committed
f484efd
View commit details
Copy full SHA for f484efd
View code at this point
Browse repository at this point
Issue #14720: sqlite3: Convert datetime microseconds correctly
Show description for 8b94514
akheron
committed
8b94514
View commit details
Copy full SHA for 8b94514
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 Jan 11, 2013
merge #13934: document sqlite version strings, use correct one in test.
bitdancer
committed
d394455
View commit details
Copy full SHA for d394455
View code at this point
Browse repository at this point
#13934: document sqlite version strings, use correct one in test.
bitdancer
committed
3f7beb9
View commit details
Copy full SHA for 3f7beb9
View code at this point
Browse repository at this point
Commits on Jan 10, 2013
merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects.
Show description for 7bd0486
bitdancer
committed
7bd0486
View commit details
Copy full SHA for 7bd0486
View code at this point
Browse repository at this point
#15545: fix sqlite3.iterdump regression on unsortable row_factory objects.
Show description for b523129
bitdancer
committed
b523129
View commit details
Copy full SHA for b523129
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 17, 2012
Merge branch '3.2'
Show description for aa2c670
akheron
committed
aa2c670
View commit details
Copy full SHA for aa2c670
View code at this point
Browse repository at this point
Fix a variable scoping error in an sqlite3 test
Show description for c86d9e2
akheron
committed
c86d9e2
View commit details
Copy full SHA for c86d9e2
View code at this point
Browse repository at this point
Commits on Feb 12, 2012
Merge branch '3.2'
Show description for c7551a1
akheron
committed
c7551a1
View commit details
Copy full SHA for c7551a1
View code at this point
Browse repository at this point
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
Show description for 51d04d1
akheron
committed
51d04d1
View commit details
Copy full SHA for 51d04d1
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 2, 2012
Make sqlite3 tests editable with Emacs
Show description for f854799
akheron
committed
f854799
View commit details
Copy full SHA for f854799
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 May 9, 2011
Issue #10811: Use TestCase.assertRaises() in the new test
Victor Stinner
committed
502ff6c
View commit details
Copy full SHA for 502ff6c
View code at this point
Browse repository at this point
#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
Fix TraceCallbackTests to not use bound parameters (followup to issue #11688)
pitrou
committed
f4e1810
View commit details
Copy full SHA for f4e1810
View code at this point
Browse repository at this point
Improve error message in test
pitrou
committed
43b2168
View commit details
Copy full SHA for 43b2168
View code at this point
Browse repository at this point
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 Feb 25, 2011
Normalize the encoding names for Latin-1 and UTF-8 to
Show description for 8f36af7
malemburg
committed
8f36af7
View commit details
Copy full SHA for 8f36af7
View code at this point
Browse repository at this point
Commits on Nov 20, 2010
#9424: Replace deprecated assert* methods in the Python test suite.
ezio-melotti
committed
b3aedd4
View commit details
Copy full SHA for b3aedd4
View code at this point
Browse repository at this point
Commits on Aug 30, 2010
remove pointless coding cookies
florentx
committed
e01de8f
View commit details
Copy full SHA for e01de8f
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
Previous
Next
You can’t perform that action at this time.