| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] gh-106293: Fix typos in Objects/object_layout.md (GH-106294) (#114158) | Miss Islington (bot) | 2024-01-16 | 1 | -3/+3 |
|
|
* | [3.12] Document the `co_lines` method on code objects (#113682) (#113686) | Alex Waygood | 2024-01-03 | 1 | -1/+1 |
|
|
* | [3.12] gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings... | Hugo van Kemenade | 2023-12-22 | 2 | -5/+9 |
|
|
* | [3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of �... | Victor Stinner | 2023-12-07 | 2 | -1/+7 |
|
|
* | [3.12] gh-112625: Protect bytearray from being freed by misbehaving iterator ... | Miss Islington (bot) | 2023-12-04 | 1 | -1/+4 |
|
|
* | [3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed c... | Miss Islington (bot) | 2023-12-01 | 1 | -1/+1 |
|
|
* | [3.12] gh-109894: Fix initialization of static `MemoryError` in subinterprete... | Miss Islington (bot) | 2023-11-28 | 1 | -4/+0 |
|
|
* | [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g... | Eric Snow | 2023-11-27 | 1 | -3/+69 |
|
|
* | [3.12] GH-109052: Use the base opcode when comparing code objects (GH-112329) | Tian Gao | 2023-11-23 | 1 | -2/+2 |
|
|
* | [3.12] gh-112266: Remove `(if defined)` part from `__dict__` and `__weakref__... | Miss Islington (bot) | 2023-11-19 | 1 | -4/+4 |
|
|
* | [3.12] gh-110543: Fix CodeType.replace in presence of comprehensions (GH-1105... | Miss Islington (bot) | 2023-11-08 | 1 | -0/+29 |
|
|
* | [3.12] GH-94438: Restore ability to jump over None tests (GH-111243) | Miss Islington (bot) | 2023-10-24 | 1 | -0/+2 |
|
|
* | [3.12] gh-110782: Fix crash when TypeVar is constructed with keyword args (GH... | Miss Islington (bot) | 2023-10-12 | 1 | -18/+20 |
|
|
* | [3.12] Fix typos in docs and comments (#109619) (#109621) | Alex Waygood | 2023-10-02 | 1 | -1/+1 |
|
|
* | [3.12] gh-108732: include comprehension locals in frame.f_locals (GH-109026) ... | Miss Islington (bot) | 2023-09-12 | 1 | -4/+10 |
|
|
* | [3.12] gh-108915: Removes extra backslashes in str.split docstring (GH-109044... | Shantanu | 2023-09-08 | 2 | -5/+5 |
|
|
* | [3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527) | Miss Islington (bot) | 2023-08-27 | 1 | -0/+3 |
|
|
* | [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#10... | Miss Islington (bot) | 2023-08-26 | 1 | -1/+1 |
|
|
* | [3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744) | Serhiy Storchaka | 2023-08-16 | 2 | -49/+43 |
|
|
* | [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#... | Eric Snow | 2023-08-16 | 1 | -20/+53 |
|
|
* | [3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_n... | Miss Islington (bot) | 2023-08-11 | 1 | -3/+3 |
|
|
* | [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I... | Eric Snow | 2023-08-05 | 1 | -32/+19 |
|
|
* | [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g... | Miss Islington (bot) | 2023-08-03 | 1 | -19/+32 |
|
|
* | [3.12] gh-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107... | Miss Islington (bot) | 2023-08-01 | 1 | -6/+7 |
|
|
* | [3.12] gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)... | Miss Islington (bot) | 2023-07-31 | 1 | -0/+3 |
|
|
* | [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that... | Mark Shannon | 2023-07-28 | 1 | -0/+2 |
|
|
* | [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-... | Miss Islington (bot) | 2023-07-27 | 2 | -2/+2 |
|
|
* | [3.12] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193) (#107199) | Miss Islington (bot) | 2023-07-24 | 1 | -2/+2 |
|
|
* | [3.12] gh-105699: Fix an Interned Strings Crasher (gh-106930) (#106963) | Miss Islington (bot) | 2023-07-21 | 1 | -1/+12 |
|
|
* | [3.12] gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-1... | Miss Islington (bot) | 2023-07-21 | 1 | -4/+7 |
|
|
* | [3.12] gh-106719: Fix __annotations__ getter and setter in the type and modul... | Miss Islington (bot) | 2023-07-18 | 2 | -47/+33 |
|
|
* | [3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-10525... | Miss Islington (bot) | 2023-07-15 | 1 | -2/+19 |
|
|
* | [3.12] gh-106403: Restore weakref support for TypeVar and friends (GH-106418)... | Miss Islington (bot) | 2023-07-11 | 1 | -5/+7 |
|
|
* | [3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600) | Miss Islington (bot) | 2023-07-10 | 1 | -0/+7 |
|
|
* | [3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470) | Miss Islington (bot) | 2023-07-05 | 2 | -8/+64 |
|
|
* | [3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAl... | Miss Islington (bot) | 2023-07-01 | 1 | -1/+37 |
|
|
* | [3.12] Fix possible refleak in CodeType.replace() (GH-106243) (GH-106244) | Miss Islington (bot) | 2023-06-29 | 1 | -0/+1 |
|
|
* | [3.12] gh-106033: Get rid of PyDict_GetItem in _PyFunction_FromConstructor (G... | Miss Islington (bot) | 2023-06-29 | 1 | -4/+6 |
|
|
* | [3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10... | Serhiy Storchaka | 2023-06-24 | 2 | -17/+19 |
|
|
* | [3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G... | Miss Islington (bot) | 2023-06-12 | 1 | -1/+1 |
|
|
* | [3.12] gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (GH-... | Miss Islington (bot) | 2023-06-11 | 1 | -12/+17 |
|
|
* | [3.12] Miscellaneous improvements to the typing docs (GH-105529) (#105567) | Miss Islington (bot) | 2023-06-09 | 1 | -65/+80 |
|
|
* | [3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh... | Miss Islington (bot) | 2023-06-08 | 1 | -52/+177 |
|
|
* | [3.12] GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-1... | Miss Islington (bot) | 2023-06-06 | 1 | -3/+15 |
|
|
* | [3.12] gh-98963: Restore the ability to have a dict-less property. (GH-105262... | Miss Islington (bot) | 2023-06-05 | 1 | -8/+37 |
|
|
* | [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()... | Miss Islington (bot) | 2023-06-01 | 1 | -16/+44 |
|
|
* | [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat... | Miss Islington (bot) | 2023-06-01 | 1 | -30/+46 |
|
|
* | [3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem... | Irit Katriel | 2023-05-30 | 1 | -0/+39 |
|
|
* | Fix compiler warning in unicodeobject.c (GH-105050) | Miss Islington (bot) | 2023-05-29 | 1 | -1/+1 |
|
|
* | [3.12] gh-103921: Document PEP 695 (GH-104642) (#104989) | Miss Islington (bot) | 2023-05-26 | 1 | -50/+65 |
|
|