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-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
*
[3.13] gh-125610: Fix `STORE_ATTR_INSTANCE_VALUE` specialization check (GH-12...
Miss Islington (bot)
2024-12-06
1
-1/+4
*
[3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#1...
Miss Islington (bot)
2024-12-03
1
-4/+8
*
[3.13] gh-126914: Store the Preallocated Thread State's Pointer in a PyInterp...
Eric Snow
2024-12-02
1
-46/+46
*
[3.13] gh-127165: Disallow embedded NULL characters in `_interpreters` (GH-12...
Miss Islington (bot)
2024-12-01
1
-0/+5
*
[3.13] gh-123967: Fix faulthandler for trampoline frames (GH-127329) (#127362)
Miss Islington (bot)
2024-11-30
1
-9/+14
*
[3.13] gh-127208: Reject null character in _imp.create_dynamic() (GH-127400) ...
Miss Islington (bot)
2024-11-29
1
-3/+5
*
[3.13] gh-126881: fix finalization of dtoa state (GH-126904) (#127395)
Miss Islington (bot)
2024-11-29
1
-1/+3
*
[3.13] gh-109746: Make _thread.start_new_thread delete state of new thread on...
Serhiy Storchaka
2024-11-22
1
-1/+3
*
[3.13] gh-126986: Stop Using _PyInterpreterState_FailIfNotRunning() (gh-127112)
Eric Snow
2024-11-21
2
-3/+6
*
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
Miss Islington (bot)
2024-11-21
1
-25/+26
*
[3.13] gh-126312: Don't traverse frozen objects on the free-threaded build (G...
Peter Bierma
2024-11-15
1
-4/+13
*
[3.13] gh-126688: Reinit import lock after fork (GH-126692) (GH-126765)
Miss Islington (bot)
2024-11-12
1
-0/+7
*
[3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124...
Miss Islington (bot)
2024-11-12
2
-4/+16
*
[3.13] gh-126171: fix possible null dereference in _imp_find_frozen_impl (GH-...
Miss Islington (bot)
2024-11-08
1
-1/+1
*
[3.13] Fix possible null pointer dereference of freevars in _PyCompile_Lookup...
Valery Fedorenko
2024-11-06
1
-1/+1
*
[3.13] gh-125832: Clarify comment for inlined comprehensions as per PEP-709 (...
Donghee Na
2024-11-03
1
-3/+6
*
[3.13] gh-126139: Improve error message location for future statement with un...
Miss Islington (bot)
2024-10-30
1
-2/+10
*
[3.13] gh-126105: Fix crash in `ast` module, when `._fields` is deleted (GH-1...
Miss Islington (bot)
2024-10-29
1
-10/+8
*
[3.13] gh-125703: Correctly honour tracemalloc hooks on more PyDECREF special...
Pablo Galindo Salgado
2024-10-28
1
-0/+5
*
[3.13] gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (GH...
Miss Islington (bot)
2024-10-27
1
-1/+0
*
[3.13] gh-123930: Better error for "from imports" when script shadows module ...
Shantanu
2024-10-24
1
-45/+103
*
[3.13] gh-125268: Use static string for "1e309" in AST (GH-125272) (GH-125280)
Sam Gross
2024-10-24
2
-27/+4
*
[3.13] gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (GH-125896) (GH-125925)
Miss Islington (bot)
2024-10-24
1
-33/+47
*
[3.13] gh-125859: Fix crash when `gc.get_objects` is called during GC (GH-125...
Miss Islington (bot)
2024-10-24
1
-73/+64
*
[3.13] gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (GH...
Jelle Zijlstra
2024-10-23
1
-0/+1
*
[3.13] gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread state...
Miss Islington (bot)
2024-10-15
1
-6/+12
*
[3.13] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124423)
Miss Islington (bot)
2024-10-07
1
-35/+56
*
[3.13] gh-112804: Clamping timeout value for _PySemaphore_PlatformWait (gh-12...
Miss Islington (bot)
2024-10-07
1
-1/+8
*
[3.13] gh-124871: fix 'visited' tracking in compiler's reachability analysis ...
Miss Islington (bot)
2024-10-04
1
-2/+3
*
[3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-1...
Jelle Zijlstra
2024-10-01
1
-1/+12
*
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)
T. Wouters
2024-09-30
2
-575/+335
*
[3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896)
Miss Islington (bot)
2024-09-30
1
-0/+1
*
[3.13] gh-124746: remove assertion on exits having line numbers (#124762)
Irit Katriel
2024-09-30
1
-16/+0
*
[3.13] gh-116510: Fix crash during sub-interpreter shutdown (gh-124645) (#124...
Miss Islington (bot)
2024-09-27
1
-3/+26
*
[3.13] gh-124160: Pass main_tstate to update_global_state_for_extension() (GH...
Miss Islington (bot)
2024-09-23
1
-1/+1
[next]