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
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 }}
mhsmith
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
test
test_sqlite3
on
android-ctypes-pythonapi
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 9, 2025
gh-139743: Avoid import-time print in test_sqlite3 (GH-139746)
ttw225
authored
6508940
View commit details
Copy full SHA for 6508940
View code at this point
Browse repository at this point
Commits on Sep 30, 2025
gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (#139296)
Show description for bc172ee
picnixz
authored
bc172ee
View commit details
Copy full SHA for bc172ee
View code at this point
Browse repository at this point
Commits on Aug 25, 2025
gh-133390: Extend completion for .commands in `sqlite3` (GH-135432)
StanFromIreland
authored
a553065
View commit details
Copy full SHA for a553065
View code at this point
Browse repository at this point
Commits on Aug 11, 2025
Add test for opening an SQLite with bytes path (GH-136331)
serhiy-storchaka
authored
1bde13b
View commit details
Copy full SHA for 1bde13b
View code at this point
Browse repository at this point
Commits on Jul 7, 2025
gh-136289: Fix test_sqlite3 on platforms with strict UTF-8 filesystem (GH-136326)
serhiy-storchaka
authored
85b817d
View commit details
Copy full SHA for 85b817d
View code at this point
Browse repository at this point
Commits on Jun 19, 2025
gh-133439: Fix the error message in the sqlite3 CLI (GH-133807)
Show description for ecd83e0
3 people
authored
ecd83e0
View commit details
Copy full SHA for ecd83e0
View code at this point
Browse repository at this point
Commits on Jun 12, 2025
gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393) (GH-135292)
Show description for e7a3c20
encukou
and
tanloong
authored
e7a3c20
View commit details
Copy full SHA for e7a3c20
View code at this point
Browse repository at this point
Commits on Jun 7, 2025
Revert "gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)" temporarily (GH-135232)
Show description for 24069fb
encukou
authored
24069fb
View commit details
Copy full SHA for 24069fb
View code at this point
Browse repository at this point
Commits on Jun 6, 2025
gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)
tanloong
authored
62b3d2d
View commit details
Copy full SHA for 62b3d2d
View code at this point
Browse repository at this point
Commits on May 10, 2025
gh-133447: Add basic color to `sqlite3` CLI (#133461)
StanFromIreland
authored
30b1d8f
View commit details
Copy full SHA for 30b1d8f
View code at this point
Browse repository at this point
Commits on May 9, 2025
gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440)
tanloong
authored
ebd4881
View commit details
Copy full SHA for ebd4881
View code at this point
Browse repository at this point
Commits on May 8, 2025
gh-133595: Clean up sqlite3.Connection APIs (GH-133605)
Show description for dcf93c4
serhiy-storchaka
authored
dcf93c4
View commit details
Copy full SHA for dcf93c4
View code at this point
Browse repository at this point
Commits on May 5, 2025
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
hugovk
authored
4ac916a
View commit details
Copy full SHA for 4ac916a
View code at this point
Browse repository at this point
Commits on Feb 11, 2025
gh-129928: Raise more accurate exception for incorrect sqlite3 UDF creation (#129941)
Show description for 3a2e7aa
erlend-aasland
authored
3a2e7aa
View commit details
Copy full SHA for 3a2e7aa
View code at this point
Browse repository at this point
Commits on Feb 9, 2025
gh-129603: Don't segfault if sqlite3.Row description is None (#129604)
erlend-aasland
authored
7e6ee50
View commit details
Copy full SHA for 7e6ee50
View code at this point
Browse repository at this point
gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support (#129913)
erlend-aasland
authored
cda83ca
View commit details
Copy full SHA for cda83ca
View code at this point
Browse repository at this point
Commits on Feb 3, 2025
gh-129354: Use PyErr_FormatUnraisable() function (#129524)
Show description for 218f205
vstinner
and
erlend-aasland
authored
218f205
View commit details
Copy full SHA for 218f205
View code at this point
Browse repository at this point
Commits on Jan 14, 2025
gh-71339: Use new assertion methods in test_sqlite3 (GH-128830)
serhiy-storchaka
authored
75bd42c
View commit details
Copy full SHA for 75bd42c
View code at this point
Browse repository at this point
Commits on Dec 2, 2024
add missing gc_collect() calls in sqlite3 tests (#127446)
cfbolz
authored
2a373da
View commit details
Copy full SHA for 2a373da
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
gh-91818: Use default program name in the CLI of many modules (GH-124867)
Show description for 7d2c397
serhiy-storchaka
authored
7d2c397
View commit details
Copy full SHA for 7d2c397
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
gh-123849: Fix test_sqlite3.test_table_dump when foreign keys are enabled by default (#123859)
felixxm
authored
14b44c5
View commit details
Copy full SHA for 14b44c5
View code at this point
Browse repository at this point
Commits on Jul 12, 2024
gh-95144: Improve error message of `... in None` (GH-119888)
zware
authored
dc03ce7
View commit details
Copy full SHA for dc03ce7
View code at this point
Browse repository at this point
Commits on May 14, 2024
gh-118928: sqlite3: disallow sequences of params with named placeholders (#118929)
Show description for d8e0e00
erlend-aasland
and
hugovk
authored
d8e0e00
View commit details
Copy full SHA for d8e0e00
View code at this point
Browse repository at this point
Commits on May 10, 2024
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
hugovk
authored
a019347
View commit details
Copy full SHA for a019347
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
gh-118406: Add signature for sqlite3.Connection objects (#118428)
erlend-aasland
authored
b568c2c
View commit details
Copy full SHA for b568c2c
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
gh-118221: Always use the default row factory in sqlite3.iterdump() (#118223)
Show description for e38b43c
3 people
authored
e38b43c
View commit details
Copy full SHA for e38b43c
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001)
Show description for 550483b
erlend-aasland
and
aisk
authored
550483b
View commit details
Copy full SHA for 550483b
View code at this point
Browse repository at this point
Commits on Apr 3, 2024
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
erlend-aasland
authored
ea94b3b
View commit details
Copy full SHA for ea94b3b
View code at this point
Browse repository at this point
Commits on Feb 6, 2024
gh-91602: Add iterdump() support for filtering database objects (#114501)
Show description for 1a10437
felixxm
and
erlend-aasland
authored
1a10437
View commit details
Copy full SHA for 1a10437
View code at this point
Browse repository at this point
Commits on Feb 5, 2024
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Show description for 391659b
freakboy3742
authored
391659b
View commit details
Copy full SHA for 391659b
View code at this point
Browse repository at this point
Commits on Jan 12, 2024
gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)
Show description for de777e4
felixxm
and
erlend-aasland
authored
de777e4
View commit details
Copy full SHA for de777e4
View code at this point
Browse repository at this point
Commits on Sep 24, 2023
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
AlexWaygood
authored
19601ef
View commit details
Copy full SHA for 19601ef
View code at this point
Browse repository at this point
Commits on Aug 30, 2023
gh-108590: Revert gh-108657 (commit 400a1cebc) (#108686)
Show description for 2a3926f
erlend-aasland
authored
2a3926f
View commit details
Copy full SHA for 2a3926f
View code at this point
Browse repository at this point
gh-108590: Fix sqlite3.iterdump for invalid Unicode in TEXT columns (#108657)
Show description for 400a1ce
CorvinM
and
erlend-aasland
authored
400a1ce
View commit details
Copy full SHA for 400a1ce
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
gh-108278: Deprecate passing the first param of sqlite3.Connection callback APIs by keyword (#108632)
Show description for 0b0c1d0
erlend-aasland
authored
0b0c1d0
View commit details
Copy full SHA for 0b0c1d0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.