summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-42037: Corrected request dependencies in CookieJar functions (GH-23112)markus-sus2022-08-011-9/+8
* IDLE: Fix docs URL in the About window (#28417)Serhiy Storchaka2022-07-311-2/+3
* bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...Pablo Galindo Salgado2022-07-316-83/+27
* gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473)Dong-hee Na2022-07-312-19/+22
* gh-95471: IDLE - Tweak Edit menu (#95481)Terry Jan Reedy2022-07-313-1/+7
* 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-306-7/+29
* gh-90654: IDLE - Insert blank line in NEWS.txt (#95478)Terry Jan Reedy2022-07-301-0/+1
* gh-95454: Replace truthy/falsy with true/false (GH-95456)Robert O'Shea2022-07-308-13/+15
* gh-94938: Fix test (GH-95396)Serhiy Storchaka2022-07-301-5/+0
* gh-95411: IDLE - Enable using the module browser with .pyw files (#95397)Erlend Egeberg Aasland2022-07-304-9/+31
* 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-2917-101/+208
* gh-95432: Fixup sqlite3 tutorial example (#95431)Erlend Egeberg Aasland2022-07-291-5/+5
* gh-94512: Fix forced arg format in AC-processed resource (GH-94515)Oleg Iarygin2022-07-292-31/+38
* 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-297-1/+59
* Improve documentation for adding datetime and timedelta (gh-95403)BenjaminHelyer2022-07-291-2/+2
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393)Erlend Egeberg Aasland2022-07-283-0/+5
* gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...Raghunandan Bhat2022-07-283-15/+17
* Fix misused variable that was preventing permutations of classes from being t...Jingxuan He2022-07-281-1/+1
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...[object Object]2022-07-282-0/+8
* Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)Pamela Fox2022-07-282-2/+2
* gh-59200: Clarify `PyLong_FromString` documentation (GH-94363)JustAnotherArchivist2022-07-281-8/+9
* gh-94512: Fix forced arg format in AC-processed overlapped (GH-94516)Oleg Iarygin2022-07-282-64/+335
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Steve Dower2022-07-283-8/+15
* Update link to faster cpython benchmarks (GH-95391)Ken Jin2022-07-281-1/+1
* GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)Kumar Aditya2022-07-283-6/+55
* gh-95369: add missing decref in error case of exception group's split (GH-95370)Irit Katriel2022-07-281-0/+1
* gh-95355: Check tokens[0] after allocating memory (GH-95356)Honglin Zhu2022-07-282-1/+2
* gh-95166: cancel map waited on future on timeout (GH-95169)Thomas Grainger2022-07-283-2/+42
* GH-90081: Run python tracers at full speed (GH-95328)Mark Shannon2022-07-283-6/+12
* Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods'Erlend Egeberg Aasland2022-07-281-2/+3
* gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999)Serhiy Storchaka2022-07-284-85/+112
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-2717-41/+332
* gh-95339: update bundled pip to 22.2.1 (gh-95340)Stéphane Bidoul2022-07-273-1/+2
* gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during...Pablo Galindo Salgado2022-07-278-2/+18
* gh-95174: Move WASIX logic into wasi-env (GH-95320)Christian Heimes2022-07-272-9/+22
* gh-95273: Normalise sqlite3 reference wording (#95274)Erlend Egeberg Aasland2022-07-271-45/+48
* GH-93899: fix checks for eventfd flags (GH-95170)Kumar Aditya2022-07-273-10/+15
* gh-94630: Fixup sqlite3 argument spec docs for connection execute* methods (#...Erlend Egeberg Aasland2022-07-271-5/+5
* GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)Kumar Aditya2022-07-272-0/+2
* gh-93963: Remove usage of deprecated interface from importlib.abc. (#95217)Jason R. Coombs2022-07-273-2/+3
* gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)Aivars Kalvāns2022-07-2710-239/+69
* gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)Christian Heimes2022-07-272-2/+16
* gh-95174: WASI: skip missing sockets functions (GH-95179)Christian Heimes2022-07-2711-27/+864
* gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)Christian Heimes2022-07-275-8/+23