summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in Tools/wasm/README.md(#118358)Xie Yanbo2024-04-281-1/+1
* gh-109118: Make comprehensions work within annotation scopes, but without inl...Jelle Zijlstra2024-04-284-34/+39
* gh-118323: Document `&&` grammar syntax (#118324)Nikita Sobolev2024-04-271-0/+3
* Correct typo in iOS README (#118341)Wulian2332024-04-271-1/+1
* Correct spelling error in recent NEWS entry (#118308)Xie Yanbo2024-04-271-1/+1
* gh-110693: Use a Larger Queue for Per-Interpreter Pending Calls (gh-118302)Eric Snow2024-04-272-4/+6
* bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)Cheryl Sabella2024-04-264-0/+59
* gh-112730: Respect tests that require environment variables with no-colorize ...Pablo Galindo Salgado2024-04-262-2/+5
* gh-116749: Disable GIL by default in free-threaded build (#118295)Sam Gross2024-04-261-3/+1
* GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...Mark Shannon2024-04-2612-139/+315
* gh-117680: Fix msvc warning in instruction_sequence.c (#118326)neonene2024-04-261-2/+2
* gh-117385: Remove unhooked events on sys.settrace (GH-117386)Tian Gao2024-04-262-3/+3
* gh-117657: Fix race data race in `_Py_IsOwnedByCurrentThread()` (#118258)mpage2024-04-262-1/+4
* Fix note in Enum.__new__ docs (#118284)Philipp A2024-04-261-5/+5
* gh-117928: Bump the minimum Sphinx version to 6.2.1 (#117853)Kirill Podoprigora2024-04-266-40/+24
* gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-118237)Petr Viktorin2024-04-261-0/+2
* gh-110693: Pending Calls Machinery Cleanups (gh-118296)Eric Snow2024-04-267-112/+314
* gh-112075: _Py_dict_lookup needs to lock shared keys (#117528)Dino Viehland2024-04-251-127/+158
* Remove tests_gui variables from Tkinter tests (GH-118280)Serhiy Storchaka2024-04-253-20/+0
* gh-117657: Fixes a few small TSAN issues in dictobject (#118200)Dino Viehland2024-04-254-15/+19
* gh-117657: Add a couple more TSAN suppressions (#118256)mpage2024-04-251-0/+5
* gh-117657: Fix data race in `_Py_IsImmortal` (#118261)mpage2024-04-252-2/+2
* gh-117566: fix IPv6Address.is_loopback for IPv4-mapped loopbacks (GH-117567)Faidon Liambotis2024-04-253-1/+23
* gh-112069: Do not require lock if the set has never been exposed. (gh-118069)Donghee Na2024-04-251-0/+7
* Fix incorrect usage of ``support.requires_gil_enabled`` (#118170)Kirill Podoprigora2024-04-252-2/+2
* gh-117578: Introduce _PyType_GetModuleByDef2 private function (GH-117661)neonene2024-04-253-12/+49
* GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)Mark Shannon2024-04-2516-81/+143
* gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)Nice Zombies2024-04-258-108/+337
* gh-118221: Always use the default row factory in sqlite3.iterdump() (#118223)Erlend E. Aasland2024-04-253-0/+18
* gh-118207: Rename the COMMON_FIELDS macro in funcobject.h and undef it after ...Itamar Oren2024-04-251-3/+5
* gh-117968: Make the test for closed file more safe in the C API tests (GH-118...Serhiy Storchaka2024-04-251-2/+4
* gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_...Steve Dower2024-04-244-12/+21
* GH-118246: Exclude test_pathlib and test_posixpath from emulated JIT CI (GH-1...Savannah Ostrowski2024-04-241-2/+2
* gh-108191: Add support of positional argument in SimpleNamespace constructor ...Serhiy Storchaka2024-04-245-20/+92
* gh-117953: Fix Refleaks Introduced by gh-118194 (gh-118250)Eric Snow2024-04-241-1/+5
* gh-112730: Make the test suite resilient to color-activation environment vari...Pablo Galindo Salgado2024-04-2413-16/+89
* gh-85453: Make numeric literals consistent across datetime.rst (#118245)edson duarte2024-04-241-3/+3
* gh-85453: Adapt datetime.rst to devguide recommendations for code snippets an...edson duarte2024-04-241-45/+45
* gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194)Eric Snow2024-04-243-94/+180
* gh-116988: Remove duplicates of `annotated_rhs` in the Grammar (#117004)David Rubin2024-04-243-2101/+1570
* gh-117953: Let update_global_state_for_extension() Caller Decide If Singlepha...Eric Snow2024-04-241-20/+93
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-2434-543/+550
* gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)Eric Snow2024-04-245-97/+163
* gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)Alex Waygood2024-04-245-8/+59
* GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)Mark Shannon2024-04-245-5/+6
* GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106)Mark Shannon2024-04-244-24/+24
* GH-117536: GH-117894: fix athrow().throw(...) unawaited warning (GH-117851)Thomas Grainger2024-04-244-13/+81
* gh-117225: Add color to doctest output (#117583)Hugo van Kemenade2024-04-245-15/+92
* no-issue: devcontainer: update to Fedora 40 (gh-118161)rindeal2024-04-241-1/+1
* gh-117901: Add option for compiler's codegen to save nested instruction seque...Irit Katriel2024-04-244-1/+115