summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...Barry Warsaw2022-08-052-30/+4
* Docs: sqlite3 docs fixup (#95681)Erlend Egeberg Aasland2022-08-041-28/+28
* gh-95271: Extract placeholders howto from sqlite3 tutorial (#95522)Erlend Egeberg Aasland2022-08-041-26/+38
* Remove unnecessary text from documentation. (GH-95670)fluesvamp2022-08-041-1/+1
* gh-95273: Improve documented return values and exceptions raised for sqlite3 ...Erlend Egeberg Aasland2022-08-041-62/+72
* Docs: fix two typos in the sqlite3 docs (#95661)ceh2022-08-041-2/+2
* gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...Petr Viktorin2022-08-043-14/+38
* gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)Petr Viktorin2022-08-041-0/+7
* gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)Ken Jin2022-08-042-4/+32
* gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...Ɓukasz Langa2022-08-041-6/+0
* gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)Serhiy Storchaka2022-08-0411-14/+14
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-0439-68/+68
* gh-95191: IDLE Prompts entry for What's New 3.10 (#95633)Terry Jan Reedy2022-08-041-0/+3
* gh-95191: IDLE Prompts entry for Whatnew 3.11 (#95632)Terry Jan Reedy2022-08-041-0/+3
* gh-90817: Use .. deprecated-removed:: when removal version known (#94960)Hugo van Kemenade2022-08-031-2/+2
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Steve Dower2022-08-031-0/+5
* [Enum] add whatsnew entries (GH-95455)Ethan Furman2022-08-031-0/+43
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Derek Kim2022-08-031-12/+6
* gh-95273: Align sqlite3 const doc refs with the devguide recommendations (#95...Erlend Egeberg Aasland2022-08-031-39/+39
* gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...CAM Gerlach2022-08-031-0/+7
* Docs: fix incorrect formatting in sqlite3 CLI docs (#95581)Erlend Egeberg Aasland2022-08-021-2/+4
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-0245-105/+319
* gh-95516: Add param types and clarify param descriptions of LogRecord (GH-95517)CAM Gerlach2022-08-021-25/+48
* gh-92219: Clarify that some options to the installer may break the install (G...Steve Dower2022-08-011-5/+9
* no-issue: Fix typo of "thrid" instead of "third" in dis docs (gh-95510)Alex Hedges2022-08-011-1/+1
* gh-95007: Remove the NoneType return converter from Argument Clinic Doc (#95529)Noam Cohen2022-08-011-5/+0
* gh-77617: Add sqlite3 command-line interface (#95026)Erlend Egeberg Aasland2022-08-012-0/+27
* gh-95273: Clarify when sqlite_* attributes are added to sqlite3 exceptions (#...Erlend Egeberg Aasland2022-08-011-0/+3
* bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112)markus-sus2022-08-011-9/+8
* bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...Pablo Galindo Salgado2022-07-311-2/+2
* gh-94635: Add Reference, How-to, and Concepts headings to sqlite3 docs (#94636)Erlend Egeberg Aasland2022-07-301-98/+120
* Doctest cleanups (GH-95436)Zachary Ware2022-07-305-6/+28
* gh-95454: Replace truthy/falsy with true/false (GH-95456)Robert O'Shea2022-07-301-1/+1
* gh-95273: Relocate sqlite3 enable load extension note (#95430)Erlend Egeberg Aasland2022-07-291-12/+8
* gh-94302: Clarify use of the 'open' operation in os.startfile (GH-95441)Steve Dower2022-07-291-2/+2
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-2916-101/+206
* gh-95432: Fixup sqlite3 tutorial example (#95431)Erlend Egeberg Aasland2022-07-291-5/+5
* gh-95273: Improve sqlite3 class descriptions (#95379)Erlend Egeberg Aasland2022-07-291-8/+34
* gh-95273: Move sqlite3 executemany examples from reference to tutorial (#95351)Erlend Egeberg Aasland2022-07-293-54/+26
* gh-95273: Condense sqlite3 executescript example (#95383)Erlend Egeberg Aasland2022-07-292-27/+9
* gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)Eric Snow2022-07-292-0/+14
* Improve documentation for adding datetime and timedelta (gh-95403)BenjaminHelyer2022-07-291-2/+2
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...[object Object]2022-07-281-0/+7
* Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)Pamela Fox2022-07-281-1/+1
* gh-59200: Clarify `PyLong_FromString` documentation (GH-94363)JustAnotherArchivist2022-07-281-8/+9
* Update link to faster cpython benchmarks (GH-95391)Ken Jin2022-07-281-1/+1
* Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods'Erlend Egeberg Aasland2022-07-281-2/+3
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-271-0/+2
* gh-95273: Normalise sqlite3 reference wording (#95274)Erlend Egeberg Aasland2022-07-271-45/+48
* gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (#...Erlend Egeberg Aasland2022-07-271-5/+5