summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)Will Childs-Klein2024-03-214-38/+96
* gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)Sam Gross2024-03-215-23/+41
* gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)Michael Droettboom2024-03-215-3/+56
* gh-76785: Drop PyInterpreterID_Type (gh-117101)Eric Snow2024-03-2118-449/+363
* gh-85283: Build _testconsole extension with limited C API (#117125)Victor Stinner2024-03-214-98/+43
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-2122-6/+312
* gh-105716: Update interp->threads.main After Fork (gh-117049)Eric Snow2024-03-214-0/+46
* gh-76785: Clean Up Interpreter ID Conversions (gh-117048)Eric Snow2024-03-218-178/+143
* gh-116522: Stop the world before fork() and during shutdown (#116607)Sam Gross2024-03-213-7/+30
* gh-71052: Implement `ctypes.util.find_library` on Android (GH-116379)Malcolm Smith2024-03-214-2/+36
* gh-116987: Support class code objects in inspect.findsource() (GH-117025)Tian Gao2024-03-214-9/+11
* GH-109653: Defer import of ``importlib.metadata._adapters`` (#109829)Adam Turner2024-03-213-3/+9
* gh-117089: Apply changes from importlib_metadata 7.1.0 (#117094)Jason R. Coombs2024-03-2110-95/+212
* gh-116869: Enable -Werror in test_cext for Free Threading (#117106)Victor Stinner2024-03-201-5/+7
* gh-105927: Limit PyWeakref_GetRef() to limited C API 3.13 (#117091)Victor Stinner2024-03-201-0/+3
* gh-117089: Move importlib.metadata tests to their own package (#117092)Jason R. Coombs2024-03-2015-3/+7
* Fix sort order for "locale encoding" glossary item (#115794)Carol Willing2024-03-201-12/+12
* GH-117066: Tier 2 optimizer: Don't throw away good traces if we can't optimiz...Mark Shannon2024-03-203-8/+16
* gh-114314: ctypes: remove stgdict and switch to heap types (GH-116458)Petr Viktorin2024-03-2015-1411/+1496
* gh-117058: Update GUI and packaging recommendations for macOS. (#117059)Russell Keith-Magee2024-03-201-11/+25
* gh-116908: Only write to `_pending_calls.calls_to_do` with atomic operations ...Brett Simmers2024-03-201-2/+2
* gh-116773: Ensure overlapped objects on Windows are not deallocated too early...jkriegshauser2024-03-204-12/+71
* gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...Serhiy Storchaka2024-03-207-2/+74
* gh-94808: add tests covering `PyFunction_{Get,Set}Closure` (GH-99429)Nikita Sobolev2024-03-202-1/+148
* GH-108362: Incremental Cycle GC (GH-116206)Mark Shannon2024-03-2014-388/+684
* gh-116869: Fix test_cext for Free Threading (#117043)Victor Stinner2024-03-192-1/+3
* gh-116869: Fix test_cext on RHEL7 (#117010)Victor Stinner2024-03-193-20/+30
* gh-117041: Add "-X gil" in the Python CLI help (GH-117042)Serhiy Storchaka2024-03-191-0/+5
* docs: announce venv creation before installing packages (#117036)Ned Batchelder2024-03-191-0/+1
* gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (#116913)Hugo van Kemenade2024-03-192-8/+7
* gh-116886: Temporarily disable CIfuzz (memory) (#117018)Łukasz Langa2024-03-191-1/+2
* gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)Sam Gross2024-03-198-27/+57
* gh-56374: Clarify documentation of nonlocal (#116942)Terry Jan Reedy2024-03-191-13/+17
* gh-90300: Improve the Python CLI help output (GH-115853)Serhiy Storchaka2024-03-191-78/+40
* gh-116417: Move limited C API complex.c tests to _testlimitedcapi (#117014)Victor Stinner2024-03-198-67/+92
* gh-107607: Update comment about utf-8 BOM being ignored (#107858)Sunghyun Kim2024-03-191-4/+3
* GH-116017: Put JIT code and data on the same page (GH-116845)Brandt Bucher2024-03-193-34/+27
* gh-116417: Move limited C API dict.c tests to _testlimitedcapi (#117006)Victor Stinner2024-03-198-304/+325
* gh-116647: Fix recursive child in dataclasses (#116790)et-repositories2024-03-193-1/+13
* gh-116417: Move limited C API long.c tests to _testlimitedcapi (#117001)Victor Stinner2024-03-1912-916/+962
* gh-92906: Enable test_cext and test_cppext on Windows (#117000)Victor Stinner2024-03-197-63/+148
* gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)Victor Stinner2024-03-193-0/+21
* gh-114099 - Add iOS framework loading machinery. (GH-116454)Russell Keith-Magee2024-03-1922-62/+302
* gh-116417: Move limited C API unicode.c tests to _testlimitedcapi (#116993)Victor Stinner2024-03-1912-2032/+2082
* gh-116869: Test the limited C API in test_cext (#116995)Victor Stinner2024-03-193-30/+55
* gh-116808: Fix optimized trace length histogram (GH-116827)Michael Droettboom2024-03-191-1/+2
* gh-116869: Build test_cext with -Werror=declaration-after-statement (#116990)Victor Stinner2024-03-192-0/+6
* gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)Victor Stinner2024-03-1913-722/+774
* gh-116957: configparser: Do post-process values after DuplicateOptionError (G...David Röthlisberger2024-03-193-91/+111
* gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)Bogdan Romanyuk2024-03-198-6/+23