summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-117194: Properly format 'base64' header in What's New (#117198)Terry Jan Reedy2024-03-241-1/+1
* GH-115986 Docs: promote pprint.pp usage as a default (#116614)Kerim Kabirov2024-03-241-15/+18
* gh-101760: Improve the imaplib.IMAP4 example (#101764)LilKS2024-03-241-1/+1
* Add cumulative option for the new statistics.kde() function. (#117033)Raymond Hettinger2024-03-243-21/+75
* gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)Irit Katriel2024-03-237-50/+120
* gh-117180: Complete call sequence when trace stack overflow (GH-117184)Ken Jin2024-03-232-0/+27
* gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)Erik Soma2024-03-235-12/+174
* gh-117008: Fix functools test_recursive_pickle() (#117009)Victor Stinner2024-03-232-2/+6
* GH-106747: Document another difference between `glob` and `pathlib`. (#116518)Barney Gale2024-03-221-0/+4
* GH-117108: Change the size of the GC increment to about 1% of the total heap ...Mark Shannon2024-03-226-28/+47
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-2214-13/+51
* gh-117084: Fix ZIP file extraction for directory entry names with backslashes...Serhiy Storchaka2024-03-224-1/+27
* gh-117134: Microoptimize glob() for include_hidden=True (GH-117135)Serhiy Storchaka2024-03-221-2/+2
* [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)Vinay Sajip2024-03-222-15/+127
* GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)Jakub Stasiak2024-03-225-7/+82
* Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)Steve Dower2024-03-221-1/+1
* gh-117068: Remove useless code in bytesio.c:resize_buffer() (GH-117069)NGRsoftlab2024-03-221-3/+0
* gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-117128)Petr Viktorin2024-03-221-0/+9
* GH-116939: Rewrite binarysort() (#116940)Tim Peters2024-03-222-66/+141
* gh-108716:: Remove _PyStaticCode_Init/Fini (#117141)Guido van Rossum2024-03-221-46/+0
* gh-105716: Fix _PyInterpreterState_IsRunningMain() For Embedders (gh-117140)Eric Snow2024-03-223-22/+39
* gh-116745: Remove all internal usage of @LIBPYTHON@ (#116746)Thomas A Caswell2024-03-212-2/+2
* gh-71052: Add Android build script and instructions (#116426)Malcolm Smith2024-03-217-19/+403
* gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (#117126)Victor Stinner2024-03-211-1/+10
* docs: fix over-linking in dataclasses.rst (#117005)Ned Batchelder2024-03-211-78/+80
* gh-117045: Add code object to function version cache (#117028)Guido van Rossum2024-03-218-96/+209
* 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