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.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
*
[3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765)
Miss Islington (bot)
2024-11-12
1
-0/+1
*
[3.13] gh-126303: Fix pickling and copying of os.sched_param objects (GH-1263...
Miss Islington (bot)
2024-11-05
1
-0/+1
*
[3.13] gh-123930: Better error for "from imports" when script shadows module ...
Shantanu
2024-10-24
1
-0/+2
*
[3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280)
Sam Gross
2024-10-24
5
-1/+8
*
[3.13] gh-125859: Fix crash when `gc.get_objects` is called during GC (GH-125...
Miss Islington (bot)
2024-10-24
1
-0/+10
*
[3.13] gh-125444: Fix illegal instruction for older Arm architectures (GH-125...
Miss Islington (bot)
2024-10-16
2
-3/+3
*
Post 3.13.0
Thomas Wouters
2024-10-07
1
-1/+1
*
Python 3.13.0
v3.13.0
Thomas Wouters
2024-10-07
1
-3/+3
*
Post 3.13.0rc3
Thomas Wouters
2024-10-01
1
-1/+1
*
Python 3.13.0rc3
v3.13.0rc3
Thomas Wouters
2024-10-01
1
-2/+2
*
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)
T. Wouters
2024-09-30
3
-47/+17
*
[3.13] gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (GH-124663)...
Miss Islington (bot)
2024-09-27
2
-0/+10
*
Post 3.13.0rc2
Thomas Wouters
2024-09-07
1
-1/+1
*
Python 3.13.0rc2
v3.13.0rc2
Thomas Wouters
2024-09-06
1
-2/+2
*
[3.13] gh-123747: Avoid static_assert() in internal header files (#123779) (#...
Victor Stinner
2024-09-06
2
-4/+9
*
[3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600)
Victor Stinner
2024-09-02
2
-4/+4
*
[3.13] gh-123484: Fix the debug offsets for PyLongObject (GH-123485) (#123499)
Miss Islington (bot)
2024-08-30
1
-2/+2
*
[3.13] Add debug offsets for free threaded builds (GH-123041) (#123055)
Miss Islington (bot)
2024-08-18
2
-3/+82
*
[3.13] gh-122584: Import mimalloc headers in a C++ context (GH-122587) (#123035)
Miss Islington (bot)
2024-08-16
1
-0/+9
*
[3.13] gh-122581: Avoid data races when collecting parser statistics (GH-1226...
Miss Islington (bot)
2024-08-07
1
-0/+19
*
[3.13] gh-120974: Make asyncio `swap_current_task` safe in free-threaded buil...
Miss Islington (bot)
2024-08-02
1
-1/+6
*
Post 3.13.0rc1
Thomas Wouters
2024-08-01
1
-1/+1
*
Python 3.13.0rc1
v3.13.0rc1
Thomas Wouters
2024-07-31
1
-3/+3
*
[3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419)
Brandt Bucher
2024-07-29
1
-0/+1
*
[3.13] gh-121489: Export private _PyBytes_Join() again (GH-122267) (#122287)
Miss Islington (bot)
2024-07-25
2
-4/+4
*
[3.13] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-121932)
Eric Snow
2024-07-24
1
-1/+0
*
[3.13] gh-120974: Make _asyncio._leave_task atomic in the free-threaded build...
Miss Islington (bot)
2024-07-23
1
-2/+6
*
[3.13] gh-118124: fix assert related C++ checks on Solaris/Illumos (GH-121974...
Jakub KulĂk
2024-07-22
1
-5/+6
*
[3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655)...
Miss Islington (bot)
2024-07-19
1
-0/+8
*
[3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
2
-2/+2
*
[3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769)...
Miss Islington (bot)
2024-07-18
1
-0/+4
*
Post 3.13.0b4
Thomas Wouters
2024-07-18
1
-1/+1
*
Python 3.13.0b4
v3.13.0b4
Thomas Wouters
2024-07-18
1
-2/+2
*
[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#1...
Miss Islington (bot)
2024-07-18
2
-2/+2
*
[3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) (...
Miss Islington (bot)
2024-07-17
1
-2/+26
[next]