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 }}
orsenthil
/
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
fix_buildbot_for_https_test
User selector
All users
All time
Commit history
Commits on Feb 24, 2023
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) (#102196)
iritkatriel
authored
2db23d1
View commit details
Copy full SHA for 2db23d1
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
gh-101693: In sqlite3, deprecate using named placeholders with parameters supplied as a sequence (#101698)
erlend-aasland
authored
8a2b7ee
View commit details
Copy full SHA for 8a2b7ee
View code at this point
Browse repository at this point
Commits on Jan 31, 2023
gh-101409: Improve generated clinic code for self type checks (#101411)
erlend-aasland
authored
2753cf2
View commit details
Copy full SHA for 2753cf2
View code at this point
Browse repository at this point
Commits on Dec 3, 2022
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Show description for a87c46e
serhiy-storchaka
authored
a87c46e
View commit details
Copy full SHA for a87c46e
View code at this point
Browse repository at this point
Commits on Nov 22, 2022
gh-99537: Use Py_SETREF() function in C code (#99656)
Show description for 7e3f09c
vstinner
authored
7e3f09c
View commit details
Copy full SHA for 7e3f09c
View code at this point
Browse repository at this point
Commits on Nov 12, 2022
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (#93823)
Show description for c95f554
4 people
authored
c95f554
View commit details
Copy full SHA for c95f554
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
erlend-aasland
authored
f07adf8
View commit details
Copy full SHA for f07adf8
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)
Show description for 6f6a4e6
ericsnowcurrently
authored
6f6a4e6
View commit details
Copy full SHA for 6f6a4e6
View code at this point
Browse repository at this point
Commits on Jul 23, 2022
gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#95146)
Show description for a3d4d15
Erlend Egeberg Aasland
and
serhiy-storchaka
authored
a3d4d15
View commit details
Copy full SHA for a3d4d15
View code at this point
Browse repository at this point
Commits on Jul 7, 2022
gh-94321: Document sqlite3.PrepareProtocol (#94620)
erlend-aasland
authored
fb6dcca
View commit details
Copy full SHA for fb6dcca
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use (#25984)
erlend-aasland
authored
f5c85aa
View commit details
Copy full SHA for f5c85aa
View code at this point
Browse repository at this point
Commits on Jun 25, 2022
gh-90016: Reword sqlite3 adapter/converter docs (#93095)
Show description for bd3c1c1
erlend-aasland
and
CAM-Gerlach
authored
bd3c1c1
View commit details
Copy full SHA for bd3c1c1
View code at this point
Browse repository at this point
Commits on Jun 23, 2022
gh-89121: Keep the number of pending SQLite statements to a minimum (#30379)
Show description for 8928531
erlend-aasland
authored
8928531
View commit details
Copy full SHA for 8928531
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042)
erlend-aasland
authored
94eeac0
View commit details
Copy full SHA for 94eeac0
View code at this point
Browse repository at this point
Commits on Jun 19, 2022
gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)
Show description for 6446592
Erlend Egeberg Aasland
and
CAM-Gerlach
authored
6446592
View commit details
Copy full SHA for 6446592
View code at this point
Browse repository at this point
Commits on Jun 15, 2022
gh-93829: In sqlite3, replace Py_BuildValue with faster APIs (#93830)
Show description for 4e9fa71
erlend-aasland
authored
4e9fa71
View commit details
Copy full SHA for 4e9fa71
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
gh-79579: Improve DML query detection in sqlite3 (#93623)
Show description for 4674007
erlend-aasland
authored
4674007
View commit details
Copy full SHA for 4674007
View code at this point
Browse repository at this point
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Show description for 6fd4c8e
serhiy-storchaka
authored
6fd4c8e
View commit details
Copy full SHA for 6fd4c8e
View code at this point
Browse repository at this point
Commits on Jun 10, 2022
gh-92434: Silence compiler warning in Modules/_sqlite/connection.c on 32-bit systems (#93090)
neonene
authored
d8395eb
View commit details
Copy full SHA for d8395eb
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
erlend-aasland
authored
875de61
View commit details
Copy full SHA for 875de61
View code at this point
Browse repository at this point
Commits on Jun 7, 2022
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Show description for ffc58a9
4 people
authored
ffc58a9
View commit details
Copy full SHA for ffc58a9
View code at this point
Browse repository at this point
Commits on May 21, 2022
gh-93044: No longer convert the database argument of sqlite3.connect() to bytes (GH-93046)
Show description for 14c0d33
serhiy-storchaka
authored
14c0d33
View commit details
Copy full SHA for 14c0d33
View code at this point
Browse repository at this point
Commits on May 20, 2022
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
serhiy-storchaka
authored
d853758
View commit details
Copy full SHA for d853758
View code at this point
Browse repository at this point
Commits on May 16, 2022
gh-92547: Remove deprecated sqlite3 features (#92548)
Show description for 00f22e8
erlend-aasland
and
JelleZijlstra
authored
00f22e8
View commit details
Copy full SHA for 00f22e8
View code at this point
Browse repository at this point
Commits on May 4, 2022
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse (#91572)
Show description for 090819e
erlend-aasland
authored
090819e
View commit details
Copy full SHA for 090819e
View code at this point
Browse repository at this point
Commits on May 3, 2022
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)
Show description for f629dcf
3 people
authored
f629dcf
View commit details
Copy full SHA for f629dcf
View code at this point
Browse repository at this point
gh-92206: Improve scoping of sqlite3 statement helper (#92260)
erlend-aasland
authored
6b7dcc5
View commit details
Copy full SHA for 6b7dcc5
View code at this point
Browse repository at this point
gh-89289: Fix compiler warning in _sqlite/connection.c (#92258)
erlend-aasland
authored
d9ec553
View commit details
Copy full SHA for d9ec553
View code at this point
Browse repository at this point
gh-92206: Improve scoping of sqlite3 bind param functions (#92250)
erlend-aasland
authored
3e6019c
View commit details
Copy full SHA for 3e6019c
View code at this point
Browse repository at this point
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Show description for b270b82
vstinner
authored
b270b82
View commit details
Copy full SHA for b270b82
View code at this point
Browse repository at this point
gh-89289: Harden sqlite3.Connection init (#92214)
Show description for c278474
erlend-aasland
authored
c278474
View commit details
Copy full SHA for c278474
View code at this point
Browse repository at this point
gh-92206: Improve scoping of sqlite3 reset statement helper (#92241)
erlend-aasland
authored
4159443
View commit details
Copy full SHA for 4159443
View code at this point
Browse repository at this point
gh-92206: Improve scoping of sqlite3 register cursor helper (#92212)
erlend-aasland
authored
1d4a9a4
View commit details
Copy full SHA for 1d4a9a4
View code at this point
Browse repository at this point
gh-92206: Move pysqlite_step() to Modules/_sqlite/cursor.c (#92207)
erlend-aasland
authored
e846fe3
View commit details
Copy full SHA for e846fe3
View code at this point
Browse repository at this point
Commits on May 2, 2022
gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
erlend-aasland
authored
721aa96
View commit details
Copy full SHA for 721aa96
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.