aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python
Commit message (Expand)AuthorAge
* GH-132508: Use tagged integers on the evaluation stack for the last instructi...Mark Shannon10 hours
* gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining ...Petr Viktorin16 hours
* GH-132554: Add stats for GET_ITER (GH-132592)Mark Shannon19 hours
* Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...Neil Schemenauer21 hours
* gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)Eric Snow25 hours
* gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)Eric Snow25 hours
* gh-132775: Add _PyMarshal_GetXIData() (gh-133108)Eric Snow28 hours
* gh-127266: avoid data races when updating type slots (gh-131174)Neil Schemenauer31 hours
* gh-132775: Add _PyBytes_GetXIData() (gh-133101)Eric Snow32 hours
* gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)Eric Snow33 hours
* gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)Eric Snow33 hours
* gh-132952: Speed up startup by importing _io instead of io (#132957)Jelle Zijlstra36 hours
* gh-130907: Treat all module-level annotations as conditional (#131550)Jelle Zijlstra38 hours
* gh-127604: ensure `-ldl` is passed only once to the linker (#133071)Bénédikt Tran41 hours
* gh-132983: Introduce `compression` package and move `_compression` module (GH...Emma Smith2 days
* gh-131798: JIT - Use `sym_new_type` instead of `sym_new_not_null` for _BUILD_...Nadeshiko Manju3 days
* gh-131798: JIT: Propagate the result in `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-133...Tomas R.3 days
* gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...Serhiy Storchaka4 days
* gh-132781: fix refleaks in `crossinterp_exceptions.h` post gh-132782 (#132989)Bénédikt Tran4 days
* gh-132781: Make NotShareableError a TypeError Subclass (gh-132973)Eric Snow4 days
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow4 days
* gh-131798: JIT: Narrow the return type of _CALL_LEN to int (#132940)Diego Russo4 days
* gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)Eric Snow4 days
* gh-132950: Check for Py_SUPPORTS_REMOTE_DEBUG in sys.is_remote_debug_enabled ...Pablo Galindo Salgado4 days
* gh-107954: Add audit event to PyConfig_Set() (#132958)Victor Stinner4 days
* gh-107954: Allow setting cpu_count in PyConfig_Set() (#132954)Victor Stinner4 days
* gh-91048: Fix _testexternalinspection.c on FreeBSD (#132945)Victor Stinner5 days
* gh-91048: Refactor _testexternalinspection and add Windows support (#132852)Pablo Galindo Salgado5 days
* gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)5 days
* gh-132909: handle overflow for `'K'` format in `do_mkvalue` (#132911)Bénédikt Tran5 days
* gh-127604: Only define dump_pointer() if CAN_C_BACKTRACE (#132897)Victor Stinner5 days
* gh-131591: Implement PEP 768 support for FAT mac binaries and 32 bit binaries...Pablo Galindo Salgado5 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-132859: Run debugger scripts in their own namespaces (#132860)Matt Wozniski6 days
* gh-127604: Replace dprintf() with _Py_write_noraise() (#132854)Victor Stinner6 days
* gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)Pablo Galindo Salgado6 days
* gh-127604: Allow faulthandler to dumpC stack on MacOS (#132841)Pablo Galindo Salgado6 days
* gh-132758: Fix tail call and pystats builds (GH-132759)Ken Jin7 days
* GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)Tomas R.7 days
* gh-132479: Fix crash with multiple comprehensions in annotations (#132778)Jelle Zijlstra8 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-130415: Improve the JIT's unneeded uop removal pass (GH-132333)Brandt Bucher8 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-131591: Execute the source and not the file to avoid locking it in Windows...Pablo Galindo Salgado11 days
* gh-132685: fix thread safety of `PyMember_GetOne` with `_Py_T_OBJECT` (#132690)Kumar Aditya11 days
* GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)Brandt Bucher12 days