GitHub CopilotWrite better code with AI | MCP RegistryIntegrate external tools | ActionsAutomate any workflow | CodespacesInstant dev environments | IssuesPlan and track work | Code ReviewManage code changes | Code QualityEnforce quality at merge | Why GitHub | Marketplace | View all features | Enterprises | Small and medium teams | Startups | View all use cases | View all industries | View all solutions | AI | Software Development | DevOps | Security | View all topics | Customer stories | Events & webinars | Ebooks & reports | Business insights | Trust center | Partners | View all resources
Tin mới
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)
gh-92547: Remove deprecated sqlite3 features (#92548)
Fix typo in the sqlite3 docs (GH-31915)
bpo-45677: Reword first section of `sqlite3` docs (#29326)
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
bpo-45612: Add sqlite3 module docstring (GH-29224)
bpo-16379: Fix SQLite version checks in test_module_constants() (GH-28809)
bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH-28509)
Fix typos in the Lib directory (GH-28775)
bpo-44958: Fix ref. leak introduced in GH-27844 (GH-28490)