summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.7v3.13.7Thomas Wouters2025-08-141-2/+2
* Post 3.13.6Thomas Wouters2025-08-061-1/+1
* Python 3.13.6v3.13.6Thomas Wouters2025-08-061-2/+2
* [3.13] gh-136823: Update documentation on excluded headers in Python.h (GH-13...Miss Islington (bot)2025-08-051-0/+1
* [3.13] Doc: fix duplicated words (GH-136086) (#137357)Brian Schubert2025-08-031-1/+1
* [3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-13...Neil Schemenauer2025-07-302-7/+26
* [3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) ...Kumar Aditya2025-07-284-3/+3
* [3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)AN Long2025-07-244-3/+3
* [3.13] gh-135607: remove null checking of weakref list in dealloc of extensio...Victor Stinner2025-07-011-0/+14
* [3.13] gh-125723: Fix crash with f_locals when generator frame outlive their ...Mikhail Efimov2025-06-131-1/+1
* Post 3.13.5Thomas Wouters2025-06-111-1/+1
* Python 3.13.5v3.13.5Thomas Wouters2025-06-111-2/+2
* [3.13] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135182)Victor Stinner2025-06-052-5/+17
* [3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C AP...Victor Stinner2025-06-041-2/+12
* [3.13] gh-133256: Add _Py_NONSTRING macro (#133257) (#135135)Victor Stinner2025-06-042-1/+25
* Post 3.13.4Thomas Wouters2025-06-031-1/+1
* Python 3.13.4v3.13.4Thomas Wouters2025-06-031-2/+2
* [3.13] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (...Miss Islington (bot)2025-06-031-2/+2
* [3.13] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx ...Miss Islington (bot)2025-05-202-5/+5
* [3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...Serhiy Storchaka2025-05-202-0/+17
* [3.13] bpo-44172: Keep reference to original window in curses subwindow objec...Serhiy Storchaka2025-05-041-1/+2
* [3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133...Donghee Na2025-04-291-0/+17
* [3.13] gh-131927: Prevent emitting compiler warnings twice (GH-131993) (GH-13...Tomas R.2025-04-131-0/+6
* Post 3.13.3Thomas Wouters2025-04-081-1/+1
* Python 3.13.3v3.13.3Thomas Wouters2025-04-081-2/+2
* [3.13] GH-127953: Make line number lookup O(1) regardless of the size of the ...Mark Shannon2025-04-071-4/+5
* [3.13] gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784)...Miss Islington (bot)2025-03-311-7/+10
* [3.13] gh-130940: Remove PyConfig.use_system_logger (#131129)Russell Keith-Magee2025-03-131-3/+0
* [3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#13...Miss Islington (bot)2025-03-112-2/+6
* [3.13] gh-129296: Fix `pyatomic.h` include paths (GH-129320) (#130667)Miss Islington (bot)2025-02-282-4/+4
* [3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-13...Serhiy Storchaka2025-02-251-2/+5
* [3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130...Miss Islington (bot)2025-02-181-0/+1
* [3.13] gh-128759: Fix accesses to `tp_version_tag`. (GH-129750) (GH-130042)Sam Gross2025-02-121-1/+72
* [3.13] gh-129668: Fix thread-safety of MemoryError freelist in free threaded ...Sam Gross2025-02-061-0/+3
* Post 3.13.2Thomas Wouters2025-02-041-1/+1
* Python 3.13.2v3.13.2Thomas Wouters2025-02-041-2/+2
* [3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)Victor Stinner2025-01-181-1/+1
* [3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_...Ed Nutting2025-01-182-0/+10
* [3.13] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messa...Miss Islington (bot)2024-12-171-0/+12
* [3.13] gh-127906: Fix Py_BUILD_ASSERT_EXPR() on Windows (#127994)Victor Stinner2024-12-161-1/+1
* [3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#1...Peter Bierma2024-12-111-0/+1
* [3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#...Pablo Galindo Salgado2024-12-111-5/+9
* [3.13] Add `extern "C"` around `PyTraceMalloc_` functions. (GH-127772) (#127815)Miss Islington (bot)2024-12-111-0/+6
* [3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754)Russell Keith-Magee2024-12-091-0/+3
* [3.13] gh-127582: Make object resurrection thread-safe for free threading. (G...Sam Gross2024-12-051-0/+44
* Post 3.13.1Thomas Wouters2024-12-031-1/+1
* Python 3.13.1v3.13.1Thomas Wouters2024-12-031-2/+2
* [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#1...Miss Islington (bot)2024-12-031-0/+4
* [3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterp...Eric Snow2024-12-021-0/+2
* [3.13] gh-125703: Correctly honour tracemalloc hooks on specialized DECREF pa...Miss Islington (bot)2024-12-021-0/+5