summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.0rc1v3.11.0rc1Pablo Galindo2022-08-0544-82/+436
* gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668) (GH-95...Miss Islington (bot)2022-08-051-0/+6
* gh-65802: IDLE - explain SaveAs and extensions (GH-95690) (GH-95692)Miss Islington (bot)2022-08-051-0/+1
* gh-95656: Enable the sqlite3 load extension API in Windows build (GH-95662)Miss Islington (bot)2022-08-041-0/+2
* gh-95587: Fixes some upgrade detection issues in the Windows installer (GH-95...Miss Islington (bot)2022-08-041-0/+2
* GH-95289: Always call uncancel() when parent cancellation is requested (GH-95...Miss Islington (bot)2022-08-041-0/+1
* gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)Miss Islington (bot)2022-08-041-0/+3
* GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)Mark Shannon2022-08-041-0/+2
* gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)Miss Islington (bot)2022-08-031-0/+1
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Miss Islington (bot)2022-08-031-0/+3
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Steve Dower2022-08-031-0/+1
* gh-91207: Fix CSS bug in Windows CHM help file and add deprecation message (G...Miss Islington (bot)2022-08-031-0/+3
* gh-95609: update bundled pip to 22.2.2 (gh-95610)Miss Islington (bot)2022-08-031-0/+1
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Miss Islington (bot)2022-08-021-0/+3
* gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95557)Miss Islington (bot)2022-08-021-0/+1
* gh-91447: Fix findtext to only give an empty string on None (GH-91486)Miss Islington (bot)2022-08-011-0/+2
* GH-95150: Use position and exception tables for code hashing and equality (GH...Miss Islington (bot)2022-08-011-0/+3
* gh-95445: Ensure Windows msi uninstalls document folder successfully (GH-95465)Miss Islington (bot)2022-08-011-0/+1
* [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)Christian Heimes2022-08-011-0/+2
* [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)Christian Heimes2022-08-011-0/+2
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)Miss Islington (bot)2022-08-011-0/+2
* [3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)Christian Heimes2022-07-311-0/+1
* [3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95...Christian Heimes2022-07-311-0/+2
* gh-95471: IDLE - Tweak Edit menu (GH-95481)Miss Islington (bot)2022-07-311-0/+1
* gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)Miss Islington (bot)2022-07-301-0/+1
* GH-95097: fix `asyncio.run` for tasks without `uncancel` method (GH-95211) (G...Miss Islington (bot)2022-07-291-0/+1
* GH-90081: Run python tracers at full speed (GH-95328) (#95363)Miss Islington (bot)2022-07-291-0/+2
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)Miss Islington (bot)2022-07-281-0/+2
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...Miss Islington (bot)2022-07-281-0/+1
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Miss Islington (bot)2022-07-281-0/+3
* gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95364)Miss Islington (bot)2022-07-281-0/+1
* gh-95355: Check tokens[0] after allocating memory (GH-95356)Miss Islington (bot)2022-07-281-0/+1
* [3.11] GH-93899: fix checks for eventfd flags (GH-95170). (#95342)Kumar Aditya2022-07-281-0/+1
* [3.11] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...Serhiy Storchaka2022-07-281-0/+3
* gh-95339: update bundled pip to 22.2.1 (gh-95340)Miss Islington (bot)2022-07-271-0/+1
* [3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack...Miss Islington (bot)2022-07-271-0/+2
* GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)Miss Islington (bot)2022-07-271-0/+1
* [3.11] gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288) (...Christian Heimes2022-07-271-0/+2
* [3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-...Miss Islington (bot)2022-07-271-0/+2
* [3.11] gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH...Miss Islington (bot)2022-07-271-0/+2
* gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298)Miss Islington (bot)2022-07-271-0/+2
* gh-93351: Add news entry and what's new entry for changes in gh-93351 (GH-951...Miss Islington (bot)2022-07-261-0/+3
* gh-91810: Fix regression with writing an XML declaration with encoding='unico...Miss Islington (bot)2022-07-261-0/+2
* [3.11] gh-95185: Check recursion depth in the AST constructor (GH-95186) (GH-...Miss Islington (bot)2022-07-261-0/+3
* gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...Miss Islington (bot)2022-07-261-0/+1
* Python 3.11.0b5v3.11.0b5Pablo Galindo2022-07-2536-65/+349
* [3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#...Pablo Galindo Salgado2022-07-251-0/+3
* [3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)Mark Shannon2022-07-251-0/+1
* gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)Miss Islington (bot)2022-07-251-0/+1
* gh-95212: make multiprocessing test case parallel-safe (GH-95213)Miss Islington (bot)2022-07-251-0/+2