| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816) | Brandt Bucher | 2024-11-18 | 1 | -4/+3 |
|
|
* | GH-126491: GC: Mark objects reachable from roots before doing cycle collectio... | Mark Shannon | 2024-11-18 | 6 | -6/+17 |
|
|
* | gh-125063: marshal: Add version 5, improve documentation (GH-126829) | Petr Viktorin | 2024-11-15 | 1 | -1/+1 |
|
|
* | gh-123619: Add an unstable C API function for enabling deferred reference cou... | Peter Bierma | 2024-11-13 | 1 | -0/+7 |
|
|
* | gh-126688: Reinit import lock after fork (#126692) | Sam Gross | 2024-11-12 | 1 | -0/+1 |
|
|
* | gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707) | Eric Snow | 2024-11-12 | 2 | -6/+36 |
|
|
* | gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065) | RUANG (James Roy) | 2024-11-12 | 1 | -0/+18 |
|
|
* | gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704) | Eric Snow | 2024-11-11 | 5 | -23/+29 |
|
|
* | gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602) | Eric Snow | 2024-11-11 | 1 | -2/+8 |
|
|
* | gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-1... | Ken Jin | 2024-11-09 | 3 | -152/+158 |
|
|
* | GH-126547: Pre-assign version numbers for a few common classes (GH-126551) | Mark Shannon | 2024-11-08 | 2 | -1/+16 |
|
|
* | gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564) | Serhiy Storchaka | 2024-11-08 | 1 | -10/+5 |
|
|
* | gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-... | Serhiy Storchaka | 2024-11-07 | 2 | -13/+12 |
|
|
* | gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457) | Eric Snow | 2024-11-07 | 3 | -70/+86 |
|
|
* | GH-126222: Fix `_PyUop_num_popped` (GH-126507) | Mark Shannon | 2024-11-07 | 1 | -56/+56 |
|
|
* | gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336) | Serhiy Storchaka | 2024-11-05 | 1 | -0/+1 |
|
|
* | gh-115999: Implement thread-local bytecode and enable specialization for `BIN... | mpage | 2024-11-04 | 11 | -67/+253 |
|
|
* | gh-126220: Adapt `_lsprof` to Argument Clinic (#126233) | sobolevn | 2024-11-04 | 4 | -0/+21 |
|
|
* | gh-120026: soft deprecate Py_HUGE_VAL macro (#120027) | Sergey B Kirpichev | 2024-11-01 | 3 | -6/+6 |
|
|
* | gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101) | Xuanteng Huang | 2024-10-30 | 2 | -0/+6 |
|
|
* | GH-125837: Split `LOAD_CONST` into three. (GH-125972) | Mark Shannon | 2024-10-29 | 6 | -104/+136 |
|
|
* | GH-125515: Reduce number of compiler warnings in generated code (GH-125697) | Mark Shannon | 2024-10-28 | 1 | -3/+3 |
|
|
* | gh-121654: Add PyType_Freeze() function (#122457) | Victor Stinner | 2024-10-25 | 1 | -0/+4 |
|
|
* | gh-125900: Clean-up logic around immortalization in free-threading (#125901) | Sam Gross | 2024-10-24 | 2 | -8/+3 |
|
|
* | gh-123930: Better error for "from imports" when script shadows module (#123929) | Shantanu | 2024-10-24 | 1 | -0/+2 |
|
|
* | gh-124218: Avoid refcount contention on builtins module (GH-125847) | Sam Gross | 2024-10-24 | 2 | -3/+29 |
|
|
* | gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882) | Sam Gross | 2024-10-24 | 1 | -0/+10 |
|
|
* | gh-124218: Use per-thread reference counting for globals and builtins (#125713) | Sam Gross | 2024-10-21 | 4 | -1/+54 |
|
|
* | gh-119311: Add missing magic number (3571) for 3.13.0b1 (#125771) | LumÃr 'Frenzy' Balhar | 2024-10-21 | 1 | -0/+1 |
|
|
* | gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (#1... | Pablo Galindo Salgado | 2024-10-18 | 1 | -0/+5 |
|
|
* | gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605) | Eric Snow | 2024-10-18 | 12 | -332/+390 |
|
|
* | gh-125444: Fix illegal instruction for older Arm architectures (#125574) | Diego Russo | 2024-10-16 | 2 | -3/+3 |
|
|
* | gh-124872: Replace enter/exit events with "switched" (#125532) | Kirill Podoprigora | 2024-10-16 | 1 | -13/+4 |
|
|
* | Post 3.14.0a1 | Hugo van Kemenade | 2024-10-15 | 1 | -1/+1 |
|
|
* | Python 3.14.0a1v3.14.0a1 | Hugo van Kemenade | 2024-10-15 | 1 | -2/+2 |
|
|
* | gh-124218: Use per-thread refcounts for code objects (#125216) | Sam Gross | 2024-10-15 | 4 | -35/+58 |
|
|
* | gh-92953: Improve nextpool/prevpool comment. (gh-125545) | Neil Schemenauer | 2024-10-15 | 1 | -2/+2 |
|
|
* | gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124... | Kirill Podoprigora | 2024-10-15 | 1 | -4/+13 |
|
|
* | gh-124872: Replace enter/exit events with "switched" (#124776) | Richard Hansen | 2024-10-14 | 1 | -13/+4 |
|
|
* | GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P... | Mark Shannon | 2024-10-14 | 4 | -6/+15 |
|
|
* | gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144) | Kumar Aditya | 2024-10-14 | 1 | -1/+2 |
|
|
* | gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with ... | Ken Jin | 2024-10-14 | 1 | -0/+3 |
|
|
* | fix comment in _PyMutex_TryUnlock (#125319) | Kumar Aditya | 2024-10-13 | 1 | -2/+2 |
|
|
* | gh-124872: Change PyContext_WatchCallback to take PyObject (#124737) | Richard Hansen | 2024-10-12 | 1 | -1/+1 |
|
|
* | gh-111924: use atomics for interp id refcounting (#125321) | Kumar Aditya | 2024-10-12 | 1 | -4/+2 |
|
|
* | gh-125268: Use static string for "1e309" in AST (#125272) | Sam Gross | 2024-10-10 | 5 | -3/+7 |
|
|
* | GH-125174: Make immortal objects more robust, following design from PEP 683 (... | Mark Shannon | 2024-10-10 | 4 | -49/+31 |
|
|
* | gh-125196: Add a free list to PyUnicodeWriter (#125227) | Victor Stinner | 2024-10-10 | 1 | -0/+2 |
|
|
* | gh-124872: Refine contextvars documentation (#124773) | Richard Hansen | 2024-10-09 | 1 | -6/+17 |
|
|
* | gh-115999: Refactor `LOAD_GLOBAL` specializations to avoid reloading {globals... | mpage | 2024-10-09 | 3 | -115/+130 |
|
|