summaryrefslogtreecommitdiffstats
path: root/Include/internal
Commit message (Expand)AuthorAgeFilesLines
* gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)Eric Snow2023-03-081-3/+20
* gh-102381: don't call watcher callback with dead object (#102382)Carl Meyer2023-03-081-0/+1
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-073-2/+9
* Remove unused internal macros (#102415)Mark Dickinson2023-03-041-15/+0
* gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)Irit Katriel2023-03-022-6/+7
* gh-100227: Move _str_replace_inf to PyInterpreterState (gh-102333)Eric Snow2023-02-281-3/+4
* gh-100227: Move the dtoa State to PyInterpreterState (gh-102331)Eric Snow2023-02-284-10/+11
* gh-101476: Add _PyType_GetModuleState (GH-101477)Erlend E. Aasland2023-02-231-0/+16
* GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)Mark Shannon2023-02-231-1/+1
* gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)Eric Snow2023-02-161-0/+6
* gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...Rayyan Ansari2023-02-161-2/+2
* gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...Eric Snow2023-02-161-0/+5
* gh-101758: Add a Test For Single-Phase Init Modules in Multiple Interpreters ...Eric Snow2023-02-151-0/+3
* gh-101758: Clean Up Uses of Import State (gh-101919)Eric Snow2023-02-156-57/+109
* gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)Erlend E. Aasland2023-02-154-0/+10
* gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)Irit Katriel2023-02-142-9/+22
* GH-100987: Refactor `_PyInterpreterFrame` a bit, to assist generator improvem...Mark Shannon2023-02-131-4/+2
* GH-87849: Simplify stack effect of SEND and specialize it for generators and ...Mark Shannon2023-02-132-2/+10
* GH-101578: Normalize the current exception (GH-101607)Mark Shannon2023-02-081-1/+10
* gh-101632: Add the new RETURN_CONST opcode (#101633)penguin_wwy2023-02-071-5/+5
* gh-59956: Clarify Runtime State Status Expectations (gh-101308)Eric Snow2023-01-301-15/+2
* GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...Mark Shannon2023-01-301-3/+5
* gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)Gregory P. Smith2023-01-284-0/+5
* gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...Steve Dower2023-01-271-2/+4
* gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1...Eric Snow2023-01-231-0/+3
* gh-59956: Clarify GILState-related Code (gh-101161)Eric Snow2023-01-194-13/+26
* GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)Mark Shannon2023-01-162-12/+13
* GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)Kumar Aditya2023-01-151-0/+6
* GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)Mark Shannon2023-01-112-2/+22
* GH-100126: Skip incomplete frames in more places (GH-100613)Brandt Bucher2023-01-091-0/+15
* gh-100758: Refactor initialisation of frame headers into a single function (_...Irit Katriel2023-01-061-4/+8
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-063-30/+33
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-052-25/+35
* GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)Mark Shannon2023-01-051-10/+10
* gh-100720: refactor calculation of number of frame slots for a code object in...Irit Katriel2023-01-041-1/+10
* gh-100146: Steal references from stack when building a list (#100147)L. A. F. Pereira2023-01-031-0/+2
* gh-100228: Warn from os.fork() if other threads exist. (#100229)Gregory P. Smith2022-12-294-0/+10
* Revert "gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-1...Ken Jin2022-12-231-11/+11
* gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)Ken Jin2022-12-231-11/+11
* gh-92216: improve performance of `hasattr` for type objects (GH-99979)Pieter Eendebak2022-12-231-0/+4
* gh-99110: Initialize `frame->previous` in init_frame to fix segmentation faul...Bill Fisher2022-12-231-1/+4
* gh-99761: Add `_PyLong_IsPositiveSingleDigit` function to check for single di...Pieter Eendebak2022-12-221-0/+19
* gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277)Eric Snow2022-12-162-1/+18
* Move stats for the method cache into the `Py_STAT` machinery (GH-100255)Mark Shannon2022-12-151-6/+0
* GH-100000: Cleanup and polish various watchers code (GH-99998)Itamar Ostricher2022-12-141-1/+0
* gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)Eric Snow2022-12-143-6/+6
* GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit...Mark Shannon2022-12-141-24/+24
* gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)Eric Snow2022-12-123-5/+66
* gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)Eric Snow2022-12-123-0/+102
* gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)Eric Snow2022-12-124-28/+124