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 }}
astitcher
/
typeshed
Public
forked from
python/typeshed
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
typeshed
stdlib
sqlite3
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 29, 2025
[sqlite3] Add value to `Final` constants (#14491)
donbarbos
authored
7beac25
View commit details
Copy full SHA for 7beac25
View code at this point
Browse repository at this point
Commits on Jul 26, 2025
[sqlite3] Use `TypeAlias` for `isolation_level` (#14460)
donbarbos
authored
1bd3020
View commit details
Copy full SHA for 1bd3020
View code at this point
Browse repository at this point
Commits on May 9, 2025
Fix errors when type checking stdlib with Python 3.14 (#13977)
srittau
authored
2d46095
View commit details
Copy full SHA for 2d46095
View code at this point
Browse repository at this point
Commits on Dec 23, 2024
fix the `__init__` of several C-classes (#13211)
tungol
authored
17408ee
View commit details
Copy full SHA for 17408ee
View code at this point
Browse repository at this point
Commits on Nov 25, 2024
add sqlite3.dump (#13085)
tungol
authored
4944f1b
View commit details
Copy full SHA for 4944f1b
View code at this point
Browse repository at this point
Commits on Nov 21, 2024
Miscellaneous type_check_only annotations (#13058)
tungol
authored
0fb3a09
View commit details
Copy full SHA for 0fb3a09
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
Use `MaybeNone` (alias to `Any`) when applicable (#12855)
oprypin
authored
b2f68ec
View commit details
Copy full SHA for b2f68ec
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
remove unneeded Interator base class from sqlite3.Cursor (#12813)
tungol
authored
816b47c
View commit details
Copy full SHA for 816b47c
View code at this point
Browse repository at this point
Commits on Oct 5, 2024
add _sqlite3 module (#11174)
Show description for 39650b4
tungol
authored
39650b4
View commit details
Copy full SHA for 39650b4
View code at this point
Browse repository at this point
Commits on Aug 10, 2024
sqlite3 removals for 3.14 (#12492)
max-muoto
authored
442c7d3
View commit details
Copy full SHA for 442c7d3
View code at this point
Browse repository at this point
Commits on Jul 28, 2024
Use Final for `sqlite` constants (#12448)
max-muoto
authored
0ffa2c5
View commit details
Copy full SHA for 0ffa2c5
View code at this point
Browse repository at this point
Commits on May 30, 2024
`math`, `mimetypes`, `mmap`, `multiprocessing`, `sqlite`: Python 3.13 updates (#12062)
aminalaee
authored
321c0ce
View commit details
Copy full SHA for 321c0ce
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
sqlite3: handle return-type with factory argument. (#11571)
shawnbrown
authored
ea6dac4
View commit details
Copy full SHA for ea6dac4
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
Use PEP 570 syntax in stdlib (#11250)
hauntsaninja
authored
470a13a
View commit details
Copy full SHA for 470a13a
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
Update sqlite/dbapi2.pyi to include new `autocommit` parameters for 3.12+. (#11485)
Sachaa-Thanasius
authored
2e2c6fc
View commit details
Copy full SHA for 2e2c6fc
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
Update typing_extensions imports in stdlib (#11244)
Show description for 53a8193
srittau
and
AlexWaygood
authored
53a8193
View commit details
Copy full SHA for 53a8193
View code at this point
Browse repository at this point
Remove Python 3.7 branches (#11238)
srittau
authored
2360485
View commit details
Copy full SHA for 2360485
View code at this point
Browse repository at this point
Commits on Nov 10, 2023
stdlib: Fix more signatures with unrepresentable defaults (#11007)
JelleZijlstra
authored
4deef75
View commit details
Copy full SHA for 4deef75
View code at this point
Browse repository at this point
Commits on Nov 9, 2023
stdlib: fix signatures for some functions with unrepresentable defaults (#11000)
Show description for d9311f9
JelleZijlstra
and
AlexWaygood
authored
d9311f9
View commit details
Copy full SHA for d9311f9
View code at this point
Browse repository at this point
Commits on Sep 1, 2023
sqlite3: add Connection arg to cursorClass (#10645)
ehandal
authored
374317a
View commit details
Copy full SHA for 374317a
View code at this point
Browse repository at this point
Commits on Jul 17, 2023
`sqlite3` updates for py312 (#10469)
sobolevn
authored
4a64331
View commit details
Copy full SHA for 4a64331
View code at this point
Browse repository at this point
Commits on Jul 13, 2023
Adds py3.12 constants to `sqlite3` (#10453)
sobolevn
authored
17c0421
View commit details
Copy full SHA for 17c0421
View code at this point
Browse repository at this point
Commits on Jul 9, 2023
Revert "Remove un-needed `__hash__` methods from `stdlib` (#8465)" (#10426)
Show description for 81b8211
AlexWaygood
authored
81b8211
View commit details
Copy full SHA for 81b8211
View code at this point
Browse repository at this point
Commits on May 1, 2023
Avoid unnecessary forward refs in class definitions (#10124)
AlexWaygood
authored
e816acf
View commit details
Copy full SHA for e816acf
View code at this point
Browse repository at this point
Commits on Mar 21, 2023
Stdlib: add container default values (#9909)
AlexWaygood
authored
dd2818a
View commit details
Copy full SHA for dd2818a
View code at this point
Browse repository at this point
Commits on Mar 4, 2023
Stdlib: correct many parameter names (#9815)
AlexWaygood
authored
257e287
View commit details
Copy full SHA for 257e287
View code at this point
Browse repository at this point
Commits on Feb 9, 2023
Use `typing_extensions.Self` in the stdlib (#9694)
AlexWaygood
authored
9ed39d8
View commit details
Copy full SHA for 9ed39d8
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
Stdlib: add 'obvious' default values (#9688)
AlexWaygood
authored
53747b2
View commit details
Copy full SHA for 53747b2
View code at this point
Browse repository at this point
Commits on Feb 1, 2023
stdlib: Add defaults for positional-only parameters (#9655)
AlexWaygood
authored
1d7dda7
View commit details
Copy full SHA for 1d7dda7
View code at this point
Browse repository at this point
Commits on Jan 29, 2023
Add more defaults to the stdlib (#9606)
Show description for 33a62ae
AlexWaygood
authored
33a62ae
View commit details
Copy full SHA for 33a62ae
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
stdlib: add argument default values (#9501)
JelleZijlstra
authored
ddfaca3
View commit details
Copy full SHA for ddfaca3
View code at this point
Browse repository at this point
Commits on Jan 17, 2023
Audit stdlib `object` annotations (#9519)
Avasam
authored
c70d303
View commit details
Copy full SHA for c70d303
View code at this point
Browse repository at this point
Commits on Nov 11, 2022
Remove `sqlite3/dbapi2.pyi` from pyright excludelist (#9148)
sobolevn
authored
0f33721
View commit details
Copy full SHA for 0f33721
View code at this point
Browse repository at this point
Commits on Nov 7, 2022
sqlite3: Blob.write accepts buffer (#9097)
JelleZijlstra
authored
6639e2e
View commit details
Copy full SHA for 6639e2e
View code at this point
Browse repository at this point
Commits on Sep 12, 2022
sqlite3: allow passing None for the func parameter of create_function (#8728)
shawnbrown
authored
266aa3b
View commit details
Copy full SHA for 266aa3b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.