| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi... | Eric Snow | 2023-02-16 | 2 | -0/+6 |
|
|
* | GH-101578: Normalize the current exception (GH-101607) | Mark Shannon | 2023-02-08 | 2 | -3/+2 |
|
|
* | gh-59956: Clarify Runtime State Status Expectations (gh-101308) | Eric Snow | 2023-01-30 | 1 | -1/+26 |
|
|
* | GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa... | Mark Shannon | 2023-01-30 | 1 | -2/+7 |
|
|
* | gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win... | Steve Dower | 2023-01-27 | 1 | -0/+4 |
|
|
* | gh-101152: Implement PEP 699 (GH-101193) | ram vikram singh | 2023-01-24 | 1 | -0/+4 |
|
|
* | gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1... | Eric Snow | 2023-01-23 | 2 | -3/+7 |
|
|
* | gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1... | Mark Dickinson | 2023-01-21 | 1 | -0/+3 |
|
|
* | gh-59956: Clarify GILState-related Code (gh-101161) | Eric Snow | 2023-01-19 | 1 | -5/+1 |
|
|
* | GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721) | Mark Shannon | 2023-01-04 | 1 | -1/+5 |
|
|
* | GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259) | Carl Meyer | 2022-12-15 | 1 | -1/+1 |
|
|
* | GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit... | Mark Shannon | 2022-12-14 | 1 | -14/+17 |
|
|
* | GH-98522: Add version number to code objects. (GH-98525) | Mark Shannon | 2022-12-09 | 1 | -0/+1 |
|
|
* | gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070) | Victor Stinner | 2022-12-07 | 1 | -20/+51 |
|
|
* | PyUnicode_KIND() uses _Py_RVALUE() (#100060) | Victor Stinner | 2022-12-06 | 1 | -1/+1 |
|
|
* | gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99... | Eric Snow | 2022-12-05 | 1 | -3/+18 |
|
|
* | gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940) | Eric Snow | 2022-12-02 | 1 | -1/+1 |
|
|
* | gh-99741: Fix the Cross-Interpreter Data API (gh-99939) | Eric Snow | 2022-12-02 | 1 | -0/+1 |
|
|
* | GH-91054: Add code object watchers API (GH-99859) | Itamar Ostricher | 2022-12-02 | 1 | -0/+35 |
|
|
* | gh-99845: PEP 670: Convert PyObject macros to functions (#99850) | Victor Stinner | 2022-11-30 | 1 | -5/+8 |
|
|
* | Use _Py_RVALUE() in macros (#99844) | Victor Stinner | 2022-11-28 | 1 | -1/+1 |
|
|
* | gh-89653: PEP 670: Convert macros to functions (#99843) | Victor Stinner | 2022-11-28 | 6 | -19/+56 |
|
|
* | Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737) | Victor Stinner | 2022-11-24 | 1 | -24/+20 |
|
|
* | gh-99706: unicodeobject: Fix padding in `PyASCIIObject.state` (GH-99707) | David Hewitt | 2022-11-24 | 1 | -1/+1 |
|
|
* | gh-79315: Add Include/cpython/memoryobject.h header (#99723) | Victor Stinner | 2022-11-23 | 1 | -0/+42 |
|
|
* | gh-91053: Add an optional callback that is invoked whenever a function is mod... | mpage | 2022-11-22 | 1 | -0/+49 |
|
|
* | gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516) | Eric Snow | 2022-11-16 | 1 | -2/+0 |
|
|
* | GH-99205: remove `_static` field from `PyThreadState` and `PyInterpreterState... | Kumar Aditya | 2022-11-15 | 1 | -3/+0 |
|
|
* | gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402) | Eric Snow | 2022-11-12 | 1 | -0/+1 |
|
|
* | GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210) | Kumar Aditya | 2022-11-09 | 1 | -2/+2 |
|
|
* | gh-98724: Fix Py_CLEAR() macro side effects (#99100) | Victor Stinner | 2022-11-09 | 1 | -20/+24 |
|
|
* | gh-91248: Add PyFrame_GetVar() function (#95712) | Victor Stinner | 2022-11-08 | 1 | -1/+2 |
|
|
* | GH-98686: Quicken everything (GH-98687) | Brandt Bucher | 2022-11-02 | 1 | -1/+0 |
|
|
* | gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618) | Eric Snow | 2022-10-31 | 2 | -8/+19 |
|
|
* | gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158) | David Hewitt | 2022-10-31 | 1 | -4/+0 |
|
|
* | gh-98811: use full source location to simplify __future__ imports error check... | Irit Katriel | 2022-10-31 | 1 | -2/+17 |
|
|
* | gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#... | Nikita Sobolev | 2022-10-30 | 1 | -1/+1 |
|
|
* | gh-98586: Add vector call APIs to the Limited API (GH-98587) | Wenzel Jakob | 2022-10-27 | 1 | -13/+0 |
|
|
* | gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9... | Eric Snow | 2022-10-26 | 3 | -5/+44 |
|
|
* | gh-91058: Add error suggestions to 'import from' import errors (#98305) | Pablo Galindo Salgado | 2022-10-25 | 1 | -0/+8 |
|
|
* | gh-91051: allow setting a callback hook on PyType_Modified (GH-97875) | Carl Meyer | 2022-10-21 | 1 | -0/+11 |
|
|
* | gh-95756: Lazily created cached co_* attrs (GH-97791) | Ken Jin | 2022-10-11 | 1 | -1/+8 |
|
|
* | gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055) | Carl Meyer | 2022-10-08 | 1 | -0/+1 |
|
|
* | GH-91052: Add C API for watching dictionaries (GH-31787) | Carl Meyer | 2022-10-07 | 1 | -0/+23 |
|
|
* | GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-... | Mark Shannon | 2022-10-05 | 1 | -2/+14 |
|
|
* | gh-96512: Move int_max_str_digits setting to PyConfig (#96944) | Gregory P. Smith | 2022-10-03 | 1 | -0/+1 |
|
|
* | gh-96670: Raise SyntaxError when parsing NULL bytes (#97594) | Pablo Galindo Salgado | 2022-09-27 | 1 | -0/+1 |
|
|
* | GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257) | adphrost | 2022-09-15 | 1 | -1/+3 |
|
|
* | gh-96143: Allow Linux perf profiler to see Python calls (GH-96123) | Pablo Galindo Salgado | 2022-08-30 | 1 | -0/+1 |
|
|
* | GH-93503: Add thread-specific APIs to set profiling and tracing functions in ... | Pablo Galindo Salgado | 2022-08-24 | 1 | -0/+2 |
|
|