summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-118093: Improve handling of short and mid-loop traces (GH-122252)Brandt Bucher2024-07-292-35/+34
* gh-122133: Authenticate socket connection for `socket.socketpair()` fallback ...Seth Michael Larson2024-07-293-3/+147
* GH-122085: Use include files for C API deprecations (#109843)Adam Turner2024-07-297-181/+121
* gh-121996: Fix --disable-safety and --enable-slower-safety options (gh-122414)Donghee Na2024-07-292-11/+19
* GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122413)Brandt Bucher2024-07-296-12/+14
* gh-122311: Fix a refleak in pickle (GH-122411)Serhiy Storchaka2024-07-291-0/+1
* gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)Eric Snow2024-07-294-48/+143
* gh-122234: Add DECREFs to error paths (#122406)Petr Viktorin2024-07-291-0/+4
* gh-122292: Split up ``Lib/test/test_ast.py`` into a couple of files (#122293)Kirill Podoprigora2024-07-295-612/+629
* gh-122311: Add more tests for error messages in pickle (GH-122373)Serhiy Storchaka2024-07-291-50/+185
* gh-122311: Fix some error messages in pickle (GH-122386)Serhiy Storchaka2024-07-294-7/+11
* gh-122234: fix accuracy issues for sum() (#122236)Sergey B Kirpichev2024-07-293-11/+22
* gh-122311: Add more tests for pickle (GH-122376)Serhiy Storchaka2024-07-282-128/+660
* gh-120593: Make _PyLong_CompactValue() parameter const again (#122367)Victor Stinner2024-07-281-4/+4
* gh-122085: Create dedicated page for deprecations (#122352)Hugo van Kemenade2024-07-283-0/+13
* gh-119180: Add myself as CODEOWNER for annotationlib (#122366)Jelle Zijlstra2024-07-281-0/+1
* gh-122361: Use proper `PyUnicodeWriter_*` API in `constevaluator_call` (#122362)sobolevn2024-07-271-15/+17
* gh-119180: Add evaluate functions for type params and type aliases (#122212)Jelle Zijlstra2024-07-2711-159/+385
* GH-121462: pathlib docs: improve table of corresponding os/os.path functions ...Barney Gale2024-07-271-36/+51
* gh-119180: Use type descriptors to access annotations (PEP 749) (#122074)Jelle Zijlstra2024-07-273-5/+117
* gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (#122242)Hugo van Kemenade2024-07-274-13/+32
* gh-122044: Don't error during gitignore filtering with no files (#122045)Seth Michael Larson2024-07-271-0/+4
* gh-122170: Handle ValueError raised by os.stat() in linecache (GH-122176)Bénédikt Tran2024-07-273-2/+37
* gh-112301: Compiler warning management tooling (#121730)Nate Ohlson2024-07-275-2/+205
* gh-122291: Intern latin-1 one-byte strings at startup (GH-122303)Petr Viktorin2024-07-272-62/+40
* gh-122332: Fix missing `NULL` check in `asyncio.Task.get_coro` (#122338)Peter Bierma2024-07-273-1/+19
* gh-121832: Revert test skip introduced by #122150. (#122340)Russell Keith-Magee2024-07-271-1/+0
* gh-120831: Correct default minimum iOS version. (#122339)Russell Keith-Magee2024-07-271-1/+1
* Fix underline for 'pty' in What's New in Python 3.14 (#122337)Adam Turner2024-07-271-1/+1
* Document ``mimetypes.MimeTypes.add_type()`` (#122301)Subrahmanya Gaonkar2024-07-261-0/+10
* Remove reference to docs mailing list for bug reports (#122323)Carol Willing2024-07-261-7/+2
* gh-122245: Add test case of generic type with __debug__ (#122322)Irit Katriel2024-07-262-2/+6
* Manually override bytecode definition in optimizer, to avoid build error (GH-...Mark Shannon2024-07-262-4/+17
* gh-122201: Lock mutex when setting handling_thread to NULL (#122204)Sam Gross2024-07-262-4/+15
* GH-122294: Burn in the addresses of side exits (GH-122295)Brandt Bucher2024-07-266-19/+24
* gh-122300: Preserve AST nodes for format specifiers with single elements (#12...Pablo Galindo Salgado2024-07-264-3/+8
* gh-122311: Fix typo in the pickle error formatting code (GH-122312)Serhiy Storchaka2024-07-261-1/+1
* gh-121999: Change default tarfile filter to 'data' (GH-122002)WilliamRoyNelson2024-07-266-76/+76
* gh-122245: move checks for writes and shadowing of __debug__ to symtable (#12...Irit Katriel2024-07-265-83/+173
* GH-116090: Fix test and clarify behavior for exception events when exhausting...Mark Shannon2024-07-262-6/+33
* GH-122029: Break INSTRUMENTED_CALL into micro-ops, so that its behavior is co...Mark Shannon2024-07-2611-153/+341
* GH-121131: Clean up and fix some instrumented instructions. (GH-121132)Mark Shannon2024-07-2615-215/+277
* GH-118093: Add tier two support for BINARY_OP_INPLACE_ADD_UNICODE (GH-122253)Brandt Bucher2024-07-258-153/+241
* Move macOS matrix to the calling workflow (#121809)Sviatoslav Sydorenko (Святослав Сидоренко)2024-07-252-34/+33
* GH-118093: Add tier two support for LOAD_ATTR_PROPERTY (GH-122283)Brandt Bucher2024-07-259-99/+168
* GH-122034: Add StackRef variants of type checks to reduce the number of PySta...Mark Shannon2024-07-254-27/+60
* gh-121489: Export private _PyBytes_Join() again (#122267)Marc Mueller2024-07-254-5/+5
* GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)Mark Shannon2024-07-2516-478/+306
* gh-116322: Fix typo in the #ifdef check (#122268)Serhiy Storchaka2024-07-251-1/+1
* gh-121275: Fix test_logging and test_smtplib with Python build withoud IPv6 s...AN Long2024-07-251-1/+2