summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-208-75/+89
* [3.13] gh-119258: Backport optimizer frame fixes in GH-119365 (GH-120699)Ken Jin2024-06-201-3/+3
* [3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...Mark Shannon2024-06-201-1/+1
* [3.13] Fix typos in comments (GH-120481) (#120774)Miss Islington (bot)2024-06-202-2/+2
* [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...Miss Islington (bot)2024-06-182-1/+3
* [3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...Jelle Zijlstra2024-06-171-5/+26
* [3.13] gh-117657: Make PyType_HasFeature (exported version) atomic (GH-120484...Miss Islington (bot)2024-06-151-1/+5
* [3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)Miss Islington (bot)2024-06-141-9/+15
* [3.13] gh-117657: Make PyType_HasFeature atomic (GH-120210) (#120443)Miss Islington (bot)2024-06-132-1/+4
* [3.13] gh-71587: Drop local reference cache to `_strptime` module in `_dateti...Miss Islington (bot)2024-06-124-0/+6
* [3.13] gh-120326: Include <intrin.h> on Windows with Free Threading (GH-12032...Miss Islington (bot)2024-06-121-0/+4
* [3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-12...Miss Islington (bot)2024-06-122-1/+12
* [3.13] gh-117657: Fix TSAN race involving import lock (GH-118523) (#120169)Miss Islington (bot)2024-06-062-16/+14
* Post 3.13.0b2Thomas Wouters2024-06-051-1/+1
* Python 3.13.0b2v3.13.0b2Thomas Wouters2024-06-051-2/+2
* [3.13] gh-117657: Fix race involving GC and heap initialization (GH-119923) (...Miss Islington (bot)2024-06-041-0/+1
* [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)Miss Islington (bot)2024-06-041-2/+3
* [3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...Miss Islington (bot)2024-06-032-11/+39
* [3.13] gh-117398: Add datetime Module State (gh-120004)Miss Islington (bot)2024-06-034-0/+6
* [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)Sam Gross2024-06-031-9/+5
* [3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) (#11...Miss Islington (bot)2024-06-032-11/+9
* [3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-11992...Miss Islington (bot)2024-06-021-1/+2
* [3.13] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119...Jelle Zijlstra2024-06-012-5/+0
* [3.13] gh-119799: Add missing `_Py_IncRefTotal` to `_Py_NewRefWithLock` (GH-1...Miss Islington (bot)2024-05-311-0/+3
* [3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#...Jelle Zijlstra2024-05-281-0/+2
* [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...Miss Islington (bot)2024-05-242-5/+5
* [3.13] gh-118727: Don't drop the GIL in `drop_gil()` unless the current threa...Miss Islington (bot)2024-05-232-5/+6
* [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...Miss Islington (bot)2024-05-221-0/+22
* [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Miss Islington (bot)2024-05-224-0/+6
* [3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)Miss Islington (bot)2024-05-101-0/+1
* [3.13] gh-117657: Fix QSBR race condition (GH-118843) (#118905)Miss Islington (bot)2024-05-101-1/+1
* [3.13] gh-118789: Restore hidden `_PyWeakref_ClearRef` (GH-118797) (GH-118903)Miss Islington (bot)2024-05-102-2/+2
* [3.13] Revert "gh-115432: Add critical section variant that handles a NULL ob...Miss Islington (bot)2024-05-091-29/+0
* [3.13] gh-116984: Make mimalloc header includes relative to the current file ...Miss Islington (bot)2024-05-093-6/+6
* [3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-1182...Miss Islington (bot)2024-05-082-12/+44
* Post 3.13.0b1Thomas Wouters2024-05-081-1/+1
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-081-3/+3
* gh-116322: Enable the GIL while loading C extension modules (#118560)Brett Simmers2024-05-073-3/+73
* gh-112075: use per-thread dict version pool (#118676)Dino Viehland2024-05-072-2/+20
* gh-118527: Intern code consts in free-threaded build (#118667)Sam Gross2024-05-073-0/+14
* gh-112075: Fix race in constructing dict for instance (#118499)Dino Viehland2024-05-061-1/+1
* GH-115709: Invalidate executors when a local variable is changed via frame.f_...Mark Shannon2024-05-061-3/+9
* gh-118362: Fix thread safety around lookups from the type cache in the face o...Dino Viehland2024-05-067-0/+33
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-061-1/+1
* gh-118465: Add __firstlineno__ attribute to class (GH-118475)Serhiy Storchaka2024-05-064-0/+6
* gh-117549: Don't use designated initializers in headers (#118580)Guido van Rossum2024-05-051-2/+7
* gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)Victor Stinner2024-05-051-26/+2
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-052-0/+3
* gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)Davide Rizzo2024-05-041-5/+14
* gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)Eric Snow2024-05-041-1/+11