summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Post 3.12.0rc3Thomas Wouters2023-09-191-1/+1
* Python 3.12.0rc3v3.12.0rc3Thomas Wouters2023-09-181-2/+2
* [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...Miss Islington (bot)2023-09-181-6/+4
* Post 3.12.0rc2Thomas Wouters2023-09-061-1/+1
* Python 3.12.0rc2v3.12.0rc2Thomas Wouters2023-09-051-2/+2
* [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...Mark Shannon2023-09-053-8/+15
* [3.12] gh-63760: Don't declare gethostname() on Solaris (#108817) (#108824)Victor Stinner2023-09-021-5/+0
* [3.12] gh-106242: Fix path truncation in os.path.normpath (GH-106816) (#107981)Steve Dower2023-08-161-1/+2
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#...Eric Snow2023-08-163-6/+23
* [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...Miss Islington (bot)2023-08-161-1/+1
* [3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107...Miss Islington (bot)2023-08-111-4/+0
* Post 3.12.0rc1Thomas Wouters2023-08-061-1/+1
* Python 3.12.0rc1v3.12.0rc1Thomas Wouters2023-08-051-3/+3
* [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under I...Eric Snow2023-08-053-22/+6
* [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_...Miss Islington (bot)2023-08-041-1/+2
* [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (g...Miss Islington (bot)2023-08-033-6/+22
* [3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)...Eric Snow2023-07-283-17/+6
* [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that...Mark Shannon2023-07-281-1/+2
* [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-10...Mark Shannon2023-07-282-4/+5
* [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...Miss Islington (bot)2023-07-273-15/+21
* [3.12] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3...Miss Islington (bot)2023-07-251-0/+2
* [3.12] gh-105059: Fix MSCV compiler warning on PyObject union (GH-107239) (#1...Miss Islington (bot)2023-07-251-0/+11
* [3.12] gh-105059: Use GCC/clang extension for PyObject union (GH-107232) (#10...Miss Islington (bot)2023-07-251-0/+5
* [3.12] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193) (#107199)Miss Islington (bot)2023-07-241-9/+4
* [3.12] gh-98608: Move PyInterpreterConfig to pylifecycle.h (GH-107191) (#107198)Miss Islington (bot)2023-07-242-39/+39
* [3.12] GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (GH-1...Miss Islington (bot)2023-07-242-17/+17
* [3.12] GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#1070...Victor Stinner2023-07-222-5/+5
* [3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768...Serhiy Storchaka2023-07-181-0/+1
* Post 3.12.0b4Thomas Wouters2023-07-111-1/+1
* Python 3.12.0b4v3.12.0b4Thomas Wouters2023-07-111-2/+2
* [3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600)Miss Islington (bot)2023-07-101-0/+1
* [3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)Miss Islington (bot)2023-07-052-0/+4
* [3.12] gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (GH-106272) (#106274)Miss Islington (bot)2023-06-301-1/+1
* [3.12] gh-106140: Reorder some more fields to facilitate out-of-process inspe...Pablo Galindo Salgado2023-06-271-7/+8
* [3.12] gh-106140: Reorder some fields to facilitate out-of-process inspection...Miss Islington (bot)2023-06-272-41/+52
* Post 3.12.0b3Thomas Wouters2023-06-201-1/+1
* Python 3.12.0b3v3.12.0b3Thomas Wouters2023-06-191-2/+2
* [3.12] gh-105587: Remove assertion from `_PyStaticObject_CheckRefcnt` (GH-105...Miss Islington (bot)2023-06-141-3/+2
* [3.12] gh-105387: Limited C API implements Py_INCREF() as func (GH-105388) (#...Miss Islington (bot)2023-06-141-8/+10
* [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)Eric Snow2023-06-144-27/+24
* [3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g...Miss Islington (bot)2023-06-131-3/+7
* [3.12] gh-102304: Fix Py_INCREF() for limited C API 3.9 (#105553)Victor Stinner2023-06-091-2/+14
* [3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh...Miss Islington (bot)2023-06-082-3/+4
* [3.12] gh-100227: Lock Around Adding Global Audit Hooks (gh-105515) (gh-105525)Eric Snow2023-06-081-1/+4
* [3.12] gh-100227: Lock Around Use of the Global "atexit" State (gh-105514) (g...Miss Islington (bot)2023-06-081-0/+1
* Merge branch '3.12' of https://github.com/python/cpython into 3.12Thomas Wouters2023-06-061-14/+8
|\
| * [3.12] gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) (#105352)Victor Stinner2023-06-061-14/+8
* | Post 3.12.0b2Thomas Wouters2023-06-061-1/+1
* | Python 3.12.0b2v3.12.0b2Thomas Wouters2023-06-061-2/+2
|/
* [3.12] gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Cu...Miss Islington (bot)2023-06-011-1/+1