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
.
githubink
/
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
Modules
_sqlite
on
master
User selector
All users
All time
Commit history
Commits on Jun 26, 2019
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
Show description for c6a2320
vstinner
authored
c6a2320
View commit details
Copy full SHA for c6a2320
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
bpo-37363: Add audit events for a range of modules (GH-14301)
zooba
authored
60419a7
View commit details
Copy full SHA for 60419a7
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506
jdemeyer
authored and
benjaminp
committed
530f506
View commit details
Copy full SHA for 530f506
View code at this point
Browse repository at this point
Commits on May 9, 2019
bpo-30262: Don't expose private objects in sqlite3 (GH-1440)
Show description for e657624
palaviv
authored and
berkerpeksag
committed
e657624
View commit details
Copy full SHA for e657624
View code at this point
Browse repository at this point
Commits on Mar 19, 2019
bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)
Show description for 29198ea
methane
authored
29198ea
View commit details
Copy full SHA for 29198ea
View code at this point
Browse repository at this point
Commits on Dec 17, 2018
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
ZackerySpytz
authored and
serhiy-storchaka
committed
842acaa
View commit details
Copy full SHA for 842acaa
View code at this point
Browse repository at this point
Commits on Dec 10, 2018
bpo-32788: Better error handling in sqlite3. (GH-3723)
Show description for fc662ac
serhiy-storchaka
authored
fc662ac
View commit details
Copy full SHA for fc662ac
View code at this point
Browse repository at this point
Commits on Dec 5, 2018
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113)
sir-sigurd
authored and
serhiy-storchaka
committed
5b25f1d
View commit details
Copy full SHA for 5b25f1d
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Show description for d4f9cf5
serhiy-storchaka
authored
d4f9cf5
View commit details
Copy full SHA for d4f9cf5
View code at this point
Browse repository at this point
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Show description for 62be742
serhiy-storchaka
authored
62be742
View commit details
Copy full SHA for 62be742
View code at this point
Browse repository at this point
Commits on Sep 20, 2018
bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426)
berkerpeksag
authored
b10a64d
View commit details
Copy full SHA for b10a64d
View code at this point
Browse repository at this point
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
berkerpeksag
authored
8d1e190
View commit details
Copy full SHA for 8d1e190
View code at this point
Browse repository at this point
Commits on Jul 30, 2018
Remove creation of a list for row_cast_map in pysqlite_cursor_init() (GH-8494)
Show description for b229b07
sir-sigurd
authored and
berkerpeksag
committed
b229b07
View commit details
Copy full SHA for b229b07
View code at this point
Browse repository at this point
Commits on Jul 27, 2018
Remove some unused code in _pysqlite_query_execute() (GH-8495)
Show description for aee632d
sir-sigurd
authored and
berkerpeksag
committed
aee632d
View commit details
Copy full SHA for aee632d
View code at this point
Browse repository at this point
Commits on Jul 10, 2018
prefix internal sqlite symbols with _pysqlite_ (GH-8215)
benjaminp
authored
7762e4d
View commit details
Copy full SHA for 7762e4d
View code at this point
Browse repository at this point
delete some unused pysqlite forward declarations (GH-8211)
benjaminp
authored
d6d4432
View commit details
Copy full SHA for d6d4432
View code at this point
Browse repository at this point
Commits on Jul 8, 2018
bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086)
sir-sigurd
authored and
berkerpeksag
committed
0830858
View commit details
Copy full SHA for 0830858
View code at this point
Browse repository at this point
Commits on Jun 23, 2018
Remove tp_print implementation (GH-7857)
jdemeyer
authored and
methane
committed
66ecefc
View commit details
Copy full SHA for 66ecefc
View code at this point
Browse repository at this point
Commits on Apr 30, 2018
bpo-27645, sqlite: Fix integer overflow on sleep (#6594)
Show description for ca40501
vstinner
authored
ca40501
View commit details
Copy full SHA for ca40501
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Show description for 55edd0c
siddhesh
authored and
serhiy-storchaka
committed
55edd0c
View commit details
Copy full SHA for 55edd0c
View code at this point
Browse repository at this point
Commits on Mar 26, 2018
Fix error message in sqlite connection thread check. (GH-6028)
iwiwi
authored and
serhiy-storchaka
committed
030345c
View commit details
Copy full SHA for 030345c
View code at this point
Browse repository at this point
Commits on Mar 18, 2018
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
Show description for bbf7bb7
palaviv
authored and
berkerpeksag
committed
bbf7bb7
View commit details
Copy full SHA for bbf7bb7
View code at this point
Browse repository at this point
Commits on Mar 10, 2018
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
lelit
authored and
berkerpeksag
committed
d7aed41
View commit details
Copy full SHA for d7aed41
View code at this point
Browse repository at this point
Commits on Dec 31, 2017
closes bpo-32460: ensure all non-static globals have initializers (#5061)
benjaminp
authored
0a37a30
View commit details
Copy full SHA for 0a37a30
View code at this point
Browse repository at this point
Commits on Nov 11, 2017
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
serhiy-storchaka
authored
e2f92de
View commit details
Copy full SHA for e2f92de
View code at this point
Browse repository at this point
Commits on Nov 7, 2017
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#4299)
Phaqui
authored and
vstinner
committed
a22a127
View commit details
Copy full SHA for a22a127
View code at this point
Browse repository at this point
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (#3958)
orenmn
authored and
vstinner
committed
edb13ae
View commit details
Copy full SHA for edb13ae
View code at this point
Browse repository at this point
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (#3968)
orenmn
authored and
vstinner
committed
e56ab74
View commit details
Copy full SHA for e56ab74
View code at this point
Browse repository at this point
Commits on Oct 10, 2017
bpo-31740: Prevent refleaks when sqlite3.Connection.__init__() is called more than once (GH-3944)
orenmn
authored and
vstinner
committed
93c5a5d
View commit details
Copy full SHA for 93c5a5d
View code at this point
Browse repository at this point
Commits on Sep 23, 2017
sqlite: delete some bsddb cargo-culted code to work around Python 2.3/2.4 bugs
benjaminp
authored
c8a6e5b
View commit details
Copy full SHA for c8a6e5b
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
closes bpo-31525: require sqlite3_prepare_v2 (#3666)
Show description for 5252694
benjaminp
authored
5252694
View commit details
Copy full SHA for 5252694
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
bpo-30592: Fixed error messages for some builtins. (#1996)
Show description for 6cca5c8
serhiy-storchaka
authored
6cca5c8
View commit details
Copy full SHA for 6cca5c8
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
Use NULL rather than 0. (#778)
Show description for 0b3ec19
serhiy-storchaka
authored
0b3ec19
View commit details
Copy full SHA for 0b3ec19
View code at this point
Browse repository at this point
bpo-6532: Make the thread id an unsigned integer. (#781)
Show description for aefa7eb
serhiy-storchaka
authored and
vstinner
committed
aefa7eb
View commit details
Copy full SHA for aefa7eb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.