FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/sqlite3 - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
sqlite3
on
main
User selector
Datepicker
Commit history
Commits on Jul 14, 2026
gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (#153659)
tonghuaroot
authored
2fc3c4d
View commit details
Copy full SHA for 2fc3c4d
View code at this point
Browse repository at this point
Commits on May 4, 2026
gh-142389: Add backticks to stdlib argparse help to display in colour (#149384)
Show description for ef6f063
hugovk
and
savannahostrowski
authored
ef6f063
View commit details
Copy full SHA for ef6f063
View code at this point
Browse repository at this point
Commits on Mar 3, 2026
gh-135883: Fix sqlite3 CLI history scrolling with colored prompts (#135884)
tanloong
authored
745947c
View commit details
Copy full SHA for 745947c
View code at this point
Browse repository at this point
Commits on Oct 24, 2025
gh-133390: sqlite3 CLI completion for tables, columns, indices, triggers, views, functions, schemata (GH-136101)
tanloong
authored
161b306
View commit details
Copy full SHA for 161b306
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 Jun 19, 2025
gh-133934: Mention special commands in sqlite3 `.help` message (GH-135224)
StanFromIreland
authored
13efe3f
View commit details
Copy full SHA for 13efe3f
View code at this point
Browse repository at this point
gh-133439: Fix the error message in the sqlite3 CLI (GH-133807)
Show description for ecd83e0
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 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 Mar 7, 2025
gh-130893: Fix typo in SqliteInteractiveConsole.runsource docstring (#130894)
scotscotmcc
authored
8190571
View commit details
Copy full SHA for 8190571
View code at this point
Browse repository at this point
Commits on Feb 2, 2025
gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129599)
erlend-aasland
authored
ecd2f84
View commit details
Copy full SHA for ecd2f84
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 Jun 13, 2024
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Show description for 6ae254a
vstinner
authored
6ae254a
View commit details
Copy full SHA for 6ae254a
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 25, 2024
gh-118221: Always use the default row factory in sqlite3.iterdump() (#118223)
Show description for e38b43c
authored
e38b43c
View commit details
Copy full SHA for e38b43c
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 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 Oct 4, 2023
gh-109151: Enable readline in the sqlite3 CLI (GH-109152)
serhiy-storchaka
authored
254e30c
View commit details
Copy full SHA for 254e30c
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-108550: Fix sqlite3 CLI regression from gh-108551 (#108618)
erlend-aasland
authored
c884784
View commit details
Copy full SHA for c884784
View code at this point
Browse repository at this point
Commits on Aug 28, 2023
gh-108550: Speed up sqlite3 tests (#108551)
Show description for 0e8b3fc
erlend-aasland
and
serhiy-storchaka
authored
0e8b3fc
View commit details
Copy full SHA for 0e8b3fc
View code at this point
Browse repository at this point
Commits on Aug 27, 2023
gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)
Show description for d0160c7
erlend-aasland
and
palaviv
authored
d0160c7
View commit details
Copy full SHA for d0160c7
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
gh-108364: Simplify quoting values and identifiers in sqlite3's iterdump() (#108472)
felixxm
authored
75903f2
View commit details
Copy full SHA for 75903f2
View code at this point
Browse repository at this point
Commits on Apr 27, 2023
gh-102628: Fix sqlite3 CLI prompt in IDLE on Windows (#103945)
erlend-aasland
authored
56c7176
View commit details
Copy full SHA for 56c7176
View code at this point
Browse repository at this point
gh-102628: Fix sqlite3 CLI prompt for Windows console users (#103898)
Show description for 8def5ef
erlend-aasland
authored
8def5ef
View commit details
Copy full SHA for 8def5ef
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
gh-95273: Improve sqlite3.complete_statement docs (#95840)
Show description for e6623e7
authored
e6623e7
View commit details
Copy full SHA for e6623e7
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
gh-77617: Add sqlite3 command-line interface (#95026)
Show description for bc7c7cd
erlend-aasland
and
serhiy-storchaka
authored
bc7c7cd
View commit details
Copy full SHA for bc7c7cd
View code at this point
Browse repository at this point
Commits on Jul 20, 2022
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
Show description for 6dadf6c
erlend-aasland
and
CAM-Gerlach
authored
6dadf6c
View commit details
Copy full SHA for 6dadf6c
View code at this point
Browse repository at this point
Commits on Jun 19, 2022
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#9621)
Show description for affa9f2
itssme
and
erlend-aasland
authored
affa9f2
View commit details
Copy full SHA for affa9f2
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
authored
ffc58a9
View commit details
Copy full SHA for ffc58a9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL