aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Include
Commit message (Expand)AuthorAge
* GH-132508: Use tagged integers on the evaluation stack for the last instructi...Mark Shannon6 hours
* gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining ...Petr Viktorin12 hours
* GH-132554: Add stats for GET_ITER (GH-132592)Mark Shannon15 hours
* Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...Neil Schemenauer17 hours
* gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)Eric Snow21 hours
* gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)Eric Snow21 hours
* gh-132775: Add _PyMarshal_GetXIData() (gh-133108)Eric Snow24 hours
* gh-127266: avoid data races when updating type slots (gh-131174)Neil Schemenauer27 hours
* gh-132775: Add _PyBytes_GetXIData() (gh-133101)Eric Snow28 hours
* gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)Eric Snow28 hours
* gh-132775: Add _PyModule_GetFilenameObject() and _PyModule_GetFilenameUTF8() ...Eric Snow28 hours
* gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)Eric Snow29 hours
* gh-132952: Speed up startup by importing _io instead of io (#132957)Jelle Zijlstra32 hours
* gh-130907: Treat all module-level annotations as conditional (#131550)Jelle Zijlstra34 hours
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow4 days
* gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)Eric Snow4 days
* gh-132798: Schedule removal of `PyUnicode_AsDecoded/Encoded` functions for 3....Stan Ulbrych4 days
* gh-132776: Cleanup for XIBufferViewType (gh-132821)Eric Snow5 days
* GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)Tomas R.5 days
* GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)Tomas R.5 days
* gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)Pablo Galindo Salgado6 days
* GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)Tomas R.7 days
* gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)Sergey B Kirpichev7 days
* gh-132449: Improve syntax error messages for keywords with typos (#132450)Pablo Galindo Salgado8 days
* gh-131586: Avoid refcount contention in context managers (gh-131851)Sam Gross8 days
* gh-127604: Add C stack dumps to `faulthandler` (#128159)Peter Bierma8 days
* gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromU...Steve Dower8 days
* gh-127117: ensure that `_initial_thread` is the last field of `PyInterpreterS...Bénédikt Tran10 days
* gh-132399: ensure correct alignment of `PyInterpreterState` (#132428)Bénédikt Tran11 days
* gh-128398: improve error messages when incorrectly using `with` and `async wi...Bénédikt Tran11 days
* GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)Brandt Bucher11 days
* gh-132097: use a macro for semantically casting function pointers (#132406)Bénédikt Tran12 days
* gh-103997: Automatically dedent the argument to "-c" (#103998)Jon Crall12 days
* gh-131757: allow lru_cache functions to execute concurrently (#131758)Tomasz Pytel2025-04-14
* GH-131498: Cases generator: Allow input and 'peek' variables to be modified (...Mark Shannon2025-04-14
* gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)Tomas R.2025-04-12
* gh-132261: Store annotations at hidden internal keys in the class dict (#132345)Jelle Zijlstra2025-04-10
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-09
* GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-13...Brandt Bucher2025-04-09
* Post 3.14.0a7Hugo van Kemenade2025-04-08
* Python 3.14.0a7v3.14.0a7Hugo van Kemenade2025-04-08
* gh-100239: more stats for BINARY_OP/SUBSCR specialization (#132230)Irit Katriel2025-04-08
* gh-126703: Add freelist for range and range_iter objects (GH-128619)Pieter Eendebak2025-04-07
* gh-131591: Handle includes for iOS in remote_debugging.c (#132050)Pablo Galindo Salgado2025-04-06
* gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)Chris Eibl2025-04-06
* gh-126703: Add PyCFunction freelist (GH-128692)Pieter Eendebak2025-04-05
* GH-131498: Cases generator: manage stacks automatically (GH-132074)Mark Shannon2025-04-04
* gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)Irit Katriel2025-04-04
* GH-131288: Use `_AddressOfReturnAddress` for MSVC in pycore_ceval.h (gh-131289)Chris Eibl2025-04-04
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-03