index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.13.7
v3.13.7
Thomas Wouters
2025-08-14
1
-2/+2
*
Post 3.13.6
Thomas Wouters
2025-08-06
1
-1/+1
*
Python 3.13.6
v3.13.6
Thomas Wouters
2025-08-06
1
-2/+2
*
[3.13] gh-136823: Update documentation on excluded headers in Python.h (GH-13...
Miss Islington (bot)
2025-08-05
1
-0/+1
*
[3.13] Doc: fix duplicated words (GH-136086) (#137357)
Brian Schubert
2025-08-03
1
-1/+1
*
[3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-13...
Neil Schemenauer
2025-07-30
2
-7/+26
*
[3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) ...
Kumar Aditya
2025-07-28
4
-3/+3
*
[3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)
AN Long
2025-07-24
4
-3/+3
*
[3.13] gh-135607: remove null checking of weakref list in dealloc of extensio...
Victor Stinner
2025-07-01
1
-0/+14
*
[3.13] gh-125723: Fix crash with f_locals when generator frame outlive their ...
Mikhail Efimov
2025-06-13
1
-1/+1
*
Post 3.13.5
Thomas Wouters
2025-06-11
1
-1/+1
*
Python 3.13.5
v3.13.5
Thomas Wouters
2025-06-11
1
-2/+2
*
[3.13] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135182)
Victor Stinner
2025-06-05
2
-5/+17
*
[3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C AP...
Victor Stinner
2025-06-04
1
-2/+12
*
[3.13] gh-133256: Add _Py_NONSTRING macro (#133257) (#135135)
Victor Stinner
2025-06-04
2
-1/+25
*
Post 3.13.4
Thomas Wouters
2025-06-03
1
-1/+1
*
Python 3.13.4
v3.13.4
Thomas Wouters
2025-06-03
1
-2/+2
*
[3.13] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (...
Miss Islington (bot)
2025-06-03
1
-2/+2
*
[3.13] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx ...
Miss Islington (bot)
2025-05-20
2
-5/+5
*
[3.13] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Serhiy Storchaka
2025-05-20
2
-0/+17
*
[3.13] bpo-44172: Keep reference to original window in curses subwindow objec...
Serhiy Storchaka
2025-05-04
1
-1/+2
*
[3.13] gh-132070: Use _PyObject_IsUniquelyReferenced in unicodeobject (gh-133...
Donghee Na
2025-04-29
1
-0/+17
*
[3.13] gh-131927: Prevent emitting compiler warnings twice (GH-131993) (GH-13...
Tomas R.
2025-04-13
1
-0/+6
*
Post 3.13.3
Thomas Wouters
2025-04-08
1
-1/+1
*
Python 3.13.3
v3.13.3
Thomas Wouters
2025-04-08
1
-2/+2
*
[3.13] GH-127953: Make line number lookup O(1) regardless of the size of the ...
Mark Shannon
2025-04-07
1
-4/+5
*
[3.13] gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784)...
Miss Islington (bot)
2025-03-31
1
-7/+10
*
[3.13] gh-130940: Remove PyConfig.use_system_logger (#131129)
Russell Keith-Magee
2025-03-13
1
-3/+0
*
[3.13] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (GH-131044) (#13...
Miss Islington (bot)
2025-03-11
2
-2/+6
*
[3.13] gh-129296: Fix `pyatomic.h` include paths (GH-129320) (#130667)
Miss Islington (bot)
2025-02-28
2
-4/+4
*
[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-13...
Serhiy Storchaka
2025-02-25
1
-2/+5
*
[3.13] gh-130230: Fix crash in pow() with only Decimal third argument (GH-130...
Miss Islington (bot)
2025-02-18
1
-0/+1
*
[3.13] gh-128759: Fix accesses to `tp_version_tag`. (GH-129750) (GH-130042)
Sam Gross
2025-02-12
1
-1/+72
*
[3.13] gh-129668: Fix thread-safety of MemoryError freelist in free threaded ...
Sam Gross
2025-02-06
1
-0/+3
*
Post 3.13.2
Thomas Wouters
2025-02-04
1
-1/+1
*
Python 3.13.2
v3.13.2
Thomas Wouters
2025-02-04
1
-2/+2
*
[3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)
Victor Stinner
2025-01-18
1
-1/+1
*
[3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_...
Ed Nutting
2025-01-18
2
-0/+10
*
[3.13] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messa...
Miss Islington (bot)
2024-12-17
1
-0/+12
*
[3.13] gh-127906: Fix Py_BUILD_ASSERT_EXPR() on Windows (#127994)
Victor Stinner
2024-12-16
1
-1/+1
*
[3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793) (#1...
Peter Bierma
2024-12-11
1
-0/+1
*
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#...
Pablo Galindo Salgado
2024-12-11
1
-5/+9
*
[3.13] Add `extern "C"` around `PyTraceMalloc_` functions. (GH-127772) (#127815)
Miss Islington (bot)
2024-12-11
1
-0/+6
*
[3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754)
Russell Keith-Magee
2024-12-09
1
-0/+3
*
[3.13] gh-127582: Make object resurrection thread-safe for free threading. (G...
Sam Gross
2024-12-05
1
-0/+44
*
Post 3.13.1
Thomas Wouters
2024-12-03
1
-1/+1
*
Python 3.13.1
v3.13.1
Thomas Wouters
2024-12-03
1
-2/+2
*
[3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#1...
Miss Islington (bot)
2024-12-03
1
-0/+4
*
[3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterp...
Eric Snow
2024-12-02
1
-0/+2
*
[3.13] gh-125703: Correctly honour tracemalloc hooks on specialized DECREF pa...
Miss Islington (bot)
2024-12-02
1
-0/+5
[next]