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 }}
MsfPablo
/
RustPython
Public
forked from
RustPython/RustPython
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
RustPython
Lib
test
test_sqlite3
on
fix-code-replace-intern-panic
User selector
All users
All time
Commit history
Commits on Aug 1, 2026
Fix sqlite autocommit cursor transactions (#8419)
Show description for c9e48ba
teddygood
authored
c9e48ba
View commit details
Copy full SHA for c9e48ba
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
Fix sqlite autocommit lifecycle (#8387)
Show description for d62a391
teddygood
authored
d62a391
View commit details
Copy full SHA for d62a391
View code at this point
Browse repository at this point
Commits on Jul 26, 2026
sqlite3: raise ProgrammingError when named param receives sequence (#8363)
Show description for cc6c638
ever0de
authored
cc6c638
View commit details
Copy full SHA for cc6c638
View code at this point
Browse repository at this point
Commits on Jul 25, 2026
sqlite3: allow Row construction with cursor having no description (#8364)
Show description for d797f99
ever0de
authored
d797f99
View commit details
Copy full SHA for d797f99
View code at this point
Browse repository at this point
sqlite3: fix closed connection error message to match CPython (#8362)
Show description for 63542a6
ever0de
authored
63542a6
View commit details
Copy full SHA for 63542a6
View code at this point
Browse repository at this point
Commits on Jul 19, 2026
sqlite3: fix isolation_level TypeError message to match CPython (#8313)
Show description for 6f9e3a1
ever0de
authored
6f9e3a1
View commit details
Copy full SHA for 6f9e3a1
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
Update `test_sqlite3` to 3.14.6 (#8172)
ShaharNaveh
authored
33c0cf7
View commit details
Copy full SHA for 33c0cf7
View code at this point
Browse repository at this point
Commits on May 27, 2026
sqlite3: fix Blob.__setitem__ value range validation (#7981)
Show description for ce79cd4
ever0de
and
youknowone
authored
ce79cd4
View commit details
Copy full SHA for ce79cd4
View code at this point
Browse repository at this point
Commits on Mar 14, 2026
Fix sqlite3 Cursor.fetchmany to not fetch rows when size=0 (#7425)
ever0de
authored
430eb5f
View commit details
Copy full SHA for 430eb5f
View code at this point
Browse repository at this point
Commits on Mar 1, 2026
sqlite3: add Cursor.row_factory pygetset and fix Connection.cursor() propagation (#7278)
Show description for 7b7c7a1
ever0de
authored
7b7c7a1
View commit details
Copy full SHA for 7b7c7a1
View code at this point
Browse repository at this point
Commits on Feb 28, 2026
sqlite3: handle int type in Connection.timeout parameter (#7237)
ever0de
authored
81acb9b
View commit details
Copy full SHA for 81acb9b
View code at this point
Browse repository at this point
Commits on Feb 27, 2026
sqlite3: reject negative fetchmany values (#7240)
ever0de
authored
c5472e2
View commit details
Copy full SHA for c5472e2
View code at this point
Browse repository at this point
sqlite3: reject negative arraysize values (#7238)
ever0de
authored
f7fe9c5
View commit details
Copy full SHA for f7fe9c5
View code at this point
Browse repository at this point
Commits on Jan 18, 2026
Update sqlite3 and the tests to CPython 3.14.2 (#6787)
Show description for 00440b1
ever0de
authored
00440b1
View commit details
Copy full SHA for 00440b1
View code at this point
Browse repository at this point
sqlite3: fix Connection.cursor() factory argument handling (#6783)
Show description for 050db47
ever0de
authored
050db47
View commit details
Copy full SHA for 050db47
View code at this point
Browse repository at this point
Commits on Jan 15, 2026
Downgraded skips in tests (#6716)
Show description for 609dbb1
terryluan12
and
youknowone
authored
609dbb1
View commit details
Copy full SHA for 609dbb1
View code at this point
Browse repository at this point
Commits on Dec 28, 2025
PyWrapperDescrObject and rewrite toggle_slot (#6536)
Show description for 527111b
youknowone
authored
527111b
View commit details
Copy full SHA for 527111b
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
fix(sqlite): Raise ProgrammingError when operating on a closed cursor (#6339)
ever0de
authored
a14dd59
View commit details
Copy full SHA for a14dd59
View code at this point
Browse repository at this point
Commits on Nov 22, 2025
Fix sqlite connection reinitialization (#6288)
Show description for a9469a2
ever0de
authored
a9469a2
View commit details
Copy full SHA for a9469a2
View code at this point
Browse repository at this point
fix(sqlite): raise `ProgrammingError` when operating on a blob with a closed connection, (#6286)
Show description for 567fb4d
ever0de
authored
567fb4d
View commit details
Copy full SHA for 567fb4d
View code at this point
Browse repository at this point
Commits on Oct 21, 2025
Fix sqlite Connection initialization check (#6199)
Show description for 2faa05d
ever0de
authored
2faa05d
View commit details
Copy full SHA for 2faa05d
View code at this point
Browse repository at this point
Fix sqlite3 Cursor initialization check (#6198)
Show description for 25a464e
ever0de
authored
25a464e
View commit details
Copy full SHA for 25a464e
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
sqlite3: Support 'size' keyword argument in `Cursor::fetchmany`
ever0de
committed
a2b194a
View commit details
Copy full SHA for a2b194a
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
sqlite: Fix missing ProgrammingError for parameter mismatch (#6104)
ever0de
authored
e909e32
View commit details
Copy full SHA for e909e32
View code at this point
Browse repository at this point
Commits on Aug 5, 2025
Implement unsupported ops for `sqlite3.Blob` (#6066)
ever0de
authored
a58d582
View commit details
Copy full SHA for a58d582
View code at this point
Browse repository at this point
Commits on Aug 1, 2025
Prevent direct instantiation of sqlite3.{Statement,Blob}
ever0de
committed
b2d6594
View commit details
Copy full SHA for b2d6594
View code at this point
Browse repository at this point
Commits on Jul 30, 2025
sqlite: Align Connection.__call__ error handling with CPython (#6042)
ever0de
authored
1e6da5f
View commit details
Copy full SHA for 1e6da5f
View code at this point
Browse repository at this point
Commits on Jul 27, 2025
stdlib(sqlite): Raise ProgrammingError in closed Blob context manager (#6041)
ever0de
authored
d8f1d18
View commit details
Copy full SHA for d8f1d18
View code at this point
Browse repository at this point
feat(stdlib/sqlite): Implement slice assignment for Blob (#6039)
ever0de
authored
38ca076
View commit details
Copy full SHA for 38ca076
View code at this point
Browse repository at this point
Commits on Jul 25, 2025
stdlib(sqlite3): Raise ProgrammingError for missing named parameter (#6036)
ever0de
authored
fb91477
View commit details
Copy full SHA for fb91477
View code at this point
Browse repository at this point
Raise UnicodeEncodeError for surrogates in sqlite.executescript (#6024)
ever0de
authored
bcf5627
View commit details
Copy full SHA for bcf5627
View code at this point
Browse repository at this point
Commits on Jul 21, 2025
Enforce valid UTF-8 encoding for sqlite collation names (#6015)
Show description for 57bdf35
ever0de
authored
57bdf35
View commit details
Copy full SHA for 57bdf35
View code at this point
Browse repository at this point
Construct detailed message on text decode failure (#6014)
ever0de
authored
bbe98dd
View commit details
Copy full SHA for bbe98dd
View code at this point
Browse repository at this point
Commits on Jul 20, 2025
Align SQL comment parsing with CPython (#5996)
ever0de
authored
6f80ac0
View commit details
Copy full SHA for 6f80ac0
View code at this point
Browse repository at this point
Commits on Jul 18, 2025
Correctly implement `isolation_level` setter to handle deletion (#5983)
ever0de
authored
f8d03fd
View commit details
Copy full SHA for f8d03fd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.