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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (GH-1...
Miss Islington (bot)
2025-06-03
2
-0/+27
*
[3.13] GH-128161: Fix refleak introduced in GH-134788 (GH-134799)
Mark Shannon
2025-05-27
1
-1/+3
*
[3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (bac...
Mark Shannon
2025-05-27
1
-17/+2
*
[3.13] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (G...
Miss Islington (bot)
2025-05-18
1
-1/+3
*
[3.13] gh-133441: Fix STORE_ATTR_WITH_HINT bytecode (#133446)
Victor Stinner
2025-05-11
2
-2/+3
*
gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_k...
Miss Islington (bot)
2025-05-08
1
-0/+3
*
[3.13] GH-127682: Backport GH-132351 (GH-132384)
Mark Shannon
2025-04-29
1
-3/+1
*
[3.13] gh-132909: handle overflow for `'K'` format in `do_mkvalue` (GH-132911...
Bénédikt Tran
2025-04-25
1
-1/+2
*
[3.13] gh-130070: Fix `exec(<string>, closure=<non-None>)` unexpected path (G...
Bartosz Sławecki
2025-04-17
1
-0/+1
*
[3.13] gh-124476: Fix decoding from the locale encoding in the C.UTF-8 locale...
Serhiy Storchaka
2025-04-14
1
-9/+1
*
[3.13] gh-131927: Prevent emitting compiler warnings twice (GH-131993) (GH-13...
Tomas R.
2025-04-13
2
-2/+24
*
[3.13] gh-131998: Fix `NULL` dereference when using an unbound method descrip...
Peter Bierma
2025-04-08
3
-0/+18
*
[3.13] gh-130775: Allow negative locations in `ast` (GH-130795) (#132243)
sobolevn
2025-04-08
1
-4/+2
*
[3.13] GH-127953: Make line number lookup O(1) regardless of the size of the ...
Mark Shannon
2025-04-07
2
-152/+198
*
[3.13] gh-131988: Fix a multithreaded scaling regression (#131989)
Sam Gross
2025-04-07
1
-2/+2
*
[3.13] gh-132011: Fix crash on invalid `CALL_LIST_APPEND` deoptimization (GH-...
sobolevn
2025-04-06
2
-2/+2
*
[3.13] gh-130115: fix thread identifiers for 32-bit musl (GH-130391) (GH-132089)
Miss Islington (bot)
2025-04-04
1
-9/+21
*
[3.13] gh-128632: fix segfault on nested __classdict__ type param (GH-128744)...
Tomasz Pytel
2025-04-04
2
-13/+32
*
[3.13] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-1...
Miss Islington (bot)
2025-04-02
1
-7/+6
*
[3.13] gh-131818: Add imply `-P` in `-I`'s help message (GH-131819) (#131822)
Miss Islington (bot)
2025-03-28
1
-1/+1
*
[3.13] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm … (gh-...
Donghee Na
2025-03-26
1
-10/+20
*
[3.13] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises ...
Miss Islington (bot)
2025-03-24
1
-0/+3
*
[3.13] gh-117657: Fix TSAN data race in _PyEval_SetTrace assertion (gh-131561...
Miss Islington (bot)
2025-03-21
1
-1/+1
*
[3.13] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (GH-13...
Sam Gross
2025-03-14
1
-0/+1
*
[3.13] gh-131141: fix data race in instrumentation while registering callback...
Kumar Aditya
2025-03-13
1
-3/+4
*
[3.13] gh-130940: Remove PyConfig.use_system_logger (#131129)
Russell Keith-Magee
2025-03-13
2
-34/+12
*
[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-117174: Add a new route in linecache to fetch interactive source co...
Miss Islington (bot)
2025-03-10
1
-1/+1
*
[3.13] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (g...
Sam Gross
2025-03-04
1
-0/+1
*
[3.13] gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738) (...
Bénédikt Tran
2025-03-03
2
-5/+4
*
[3.13] Postpone <stdbool.h> inclusion after Python.h (#130641) (#130675)
Victor Stinner
2025-02-28
3
-6/+5
*
[3.13] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-13...
Serhiy Storchaka
2025-02-25
11
-140/+371
*
[3.13] Update manpage environment variables and command line arguments (GH-12...
Miss Islington (bot)
2025-02-13
1
-0/+2
*
[3.13] gh-129533: Update PyGC_Enable/Disable/IsEnabled to use atomic operatâ...
Donghee Na
2025-02-06
1
-11/+7
*
[3.13] gh-129732: Fix race on `shared->array` in qsbr code under free-threadi...
Sam Gross
2025-02-06
1
-6/+6
*
[3.13] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOpt...
Miss Islington (bot)
2025-01-31
1
-3/+4
*
[3.13] gh-128799: Add frame of except* to traceback when wrapping a naked exc...
Irit Katriel
2025-01-30
1
-0/+12
*
[3.13] gh-128679: Clear the ref tracer in _PyTraceMalloc_Stop() (#129258)
Victor Stinner
2025-01-24
1
-0/+2
*
[3.13] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#129217)
Victor Stinner
2025-01-23
2
-6/+29
*
[3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)
Victor Stinner
2025-01-18
2
-109/+137
*
[3.13] gh-128717: Stop-the-world when setting the recursion limit (GH-128741)...
Peter Bierma
2025-01-14
1
-0/+4
*
[3.13] gh-128146: Exclude os/log.h import on older macOS versions. (GH-128165...
Miss Islington (bot)
2025-01-07
1
-11/+22
*
[3.13] gh-128049: Fix type confusion bug with the return value of a custom Ex...
Miss Islington (bot)
2024-12-20
1
-2/+19
*
[3.13] gh-128030: Avoid error from PyModule_GetFilenameObject for non-module ...
Miss Islington (bot)
2024-12-20
1
-1/+1
*
[3.13] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messa...
Miss Islington (bot)
2024-12-17
1
-0/+9
*
[3.13] Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject...
Miss Islington (bot)
2024-12-16
1
-0/+1
*
[3.13] gh-127865: Fix build failure for systems without thread local support ...
Miss Islington (bot)
2024-12-12
1
-4/+4
*
[3.13] gh-126076: Account for relocated objects in tracemalloc (GH-126077) (#...
Pablo Galindo Salgado
2024-12-11
1
-5/+1
*
[3.13] gh-127651: Use __file__ in diagnostics if origin is missing (#127660) ...
Shantanu
2024-12-10
1
-3/+19
*
[3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) (#127754)
Russell Keith-Magee
2024-12-09
3
-0/+99
[next]