Tin mới
gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (#153659)
gh-142389: Add backticks to stdlib argparse help to display in colour (#149384)
gh-135883: Fix sqlite3 CLI history scrolling with colored prompts (#135884)
gh-133390: Extend completion for .commands in `sqlite3` (GH-135432)
gh-133934: Mention special commands in sqlite3 `.help` message (GH-135224)
gh-133439: Fix the error message in the sqlite3 CLI (GH-133807)
gh-133390: Support SQL keyword completion for sqlite3 CLI (GH-133393) (GH-135292)
Revert "gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)" temporarily (GH-135232)
gh-133390: Support SQL keyword completion for sqlite3 CLI (#133393)
gh-133447: Add basic color to `sqlite3` CLI (#133461)
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
gh-130893: Fix typo in SqliteInteractiveConsole.runsource docstring (#130894)
gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129599)
gh-91818: Use default program name in the CLI of many modules (GH-124867)
gh-120417: Add #noqa to used imports in the stdlib (#120421)
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
gh-118221: Always use the default row factory in sqlite3.iterdump() (#118223)
gh-91602: Add iterdump() support for filtering database objects (#114501)
gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)
gh-109151: Enable readline in the sqlite3 CLI (GH-109152)
gh-108590: Revert gh-108657 (commit 400a1cebc) (#108686)
gh-108590: Fix sqlite3.iterdump for invalid Unicode in TEXT columns (#108657)
gh-108550: Fix sqlite3 CLI regression from gh-108551 (#108618)
gh-108550: Speed up sqlite3 tests (#108551)
gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)
gh-108364: Simplify quoting values and identifiers in sqlite3's iterdump() (#108472)
gh-102628: Fix sqlite3 CLI prompt in IDLE on Windows (#103945)
gh-102628: Fix sqlite3 CLI prompt for Windows console users (#103898)
gh-95273: Improve sqlite3.complete_statement docs (#95840)
gh-77617: Add sqlite3 command-line interface (#95026)
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#9621)
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)