summaryrefslogtreecommitdiffstats
path: root/Include/internal
Commit message (Expand)AuthorAgeFilesLines
* gh-102213: Revert "gh-102213: Optimize the performance of `__getattr__` (GH-...Nikita Sobolev2023-04-071-1/+0
* gh-101659: Add _Py_AtExit() (gh-103298)Eric Snow2023-04-063-18/+60
* GH-88691: Shrink the CALL caches (GH-103230)Brandt Bucher2023-04-052-2/+1
* gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)Irit Katriel2023-03-314-2/+228
* gh-100227: Make the Global PyModuleDef Cache Safe for Isolated Interpreters (...Eric Snow2023-03-293-7/+23
* GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)Brandt Bucher2023-03-292-3/+1
* gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)Eric Snow2023-03-284-674/+669
* gh-100227: Revert gh-102925 "gh-100227: Make the Global Interned Dict Safe fo...Eric Snow2023-03-274-13/+0
* gh-99726: Fix order of recently added fields for FILE_STAT_BASIC_INFORMATION ...Steve Dower2023-03-231-1/+1
* GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)Brandt Bucher2023-03-232-13/+12
* gh-100227: Make the Global Interned Dict Safe for Isolated Interpreters (gh-1...Eric Snow2023-03-234-0/+13
* gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)Irit Katriel2023-03-221-11/+11
* GH-101291: Rearrange the size bits in PyLongObject (GH-102464)Mark Shannon2023-03-223-28/+149
* gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)Eric Snow2023-03-213-7/+19
* gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fat...Eric Snow2023-03-211-2/+0
* gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)Eric Snow2023-03-203-1/+28
* gh-102778: Add sys.last_exc, deprecate sys.last_type, sys.last_value,sys.last...Irit Katriel2023-03-184-0/+6
* gh-102755: Add PyErr_DisplayException(exc) (#102756)Irit Katriel2023-03-161-0/+1
* gh-99726: Improves correctness of stat results for Windows, and uses faster A...Steve Dower2023-03-162-1/+84
* gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)Eric Snow2023-03-141-0/+1
* GH-94851: check unicode consistency of static strings in debug mode (#102684)Kumar Aditya2023-03-141-0/+664
* gh-102213: Optimize the performance of `__getattr__` (GH-102248)wangxiang-hz2023-03-111-0/+1
* GH-90997: Shrink the LOAD_GLOBAL caches (#102569)Brandt Bucher2023-03-112-2/+2
* gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...Steve Dower2023-03-104-0/+5
* gh-102255: Improve build support for Windows API partitions (GH-102256)Max Bachmann2023-03-091-0/+8
* gh-100227: Isolate the Import State to Each Interpreter (gh-101941)Eric Snow2023-03-092-23/+21
* gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)Eric Snow2023-03-093-15/+10
* gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)Eric Snow2023-03-093-5/+8
* gh-100227: Move func_state.next_version to PyInterpreterState (gh-102334)Eric Snow2023-03-084-6/+5
* 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