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-122029: Log call events in sys.setprofile when it's a method with c...
Miss Islington (bot)
2024-07-23
1
-0/+13
*
[3.13] gh-121390: tracemalloc: Fix tracebacks memory leak (GH-121391) (#121392)
Miss Islington (bot)
2024-07-21
1
-1/+1
*
[3.13] gh-120973: Fix thread-safety issues with `threading.local` (GH-121655)...
Miss Islington (bot)
2024-07-19
1
-0/+3
*
[3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
1
-2/+2
*
[3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769)...
Miss Islington (bot)
2024-07-18
1
-1/+32
*
[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#1...
Miss Islington (bot)
2024-07-18
1
-2/+2
*
[3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-1211...
Serhiy Storchaka
2024-07-17
1
-2/+2
*
[3.13] GH-121583: Remove dependency from pystats.h to internal header file (G...
Miss Islington (bot)
2024-07-16
1
-0/+4
*
[3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-1...
Miss Islington (bot)
2024-07-16
1
-0/+4
*
[3.13] gh-121814: Only check f_trace_opcodes if Python frame exists (GH-12181...
Miss Islington (bot)
2024-07-16
1
-1/+1
*
[3.13] gh-120317: Lock around global state in the tokenize module (GH-120318)...
Miss Islington (bot)
2024-07-16
1
-43/+72
*
[3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799)...
Miss Islington (bot)
2024-07-15
1
-11/+54
*
[3.13] gh-121546: Disable contextvar caching on free-threading build (GH-1217...
Miss Islington (bot)
2024-07-15
1
-0/+14
*
[3.13] gh-121657: Display correct error message for yield from outsid… (GH-...
Kirill Podoprigora
2024-07-15
1
-1/+1
*
[3.13] gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingCalls()...
Miss Islington (bot)
2024-07-15
1
-6/+28
*
[3.13] gh-121698 Emscripten: Use updated WebAssembly type reflection proposal...
Miss Islington (bot)
2024-07-14
1
-2/+12
*
[3.13] gh-121332: Make AST node constructor check _attributes instead of hard...
Jelle Zijlstra
2024-07-11
1
-14/+25
*
[3.13] gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-1...
Miss Islington (bot)
2024-07-08
1
-19/+43
*
[3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) ...
Miss Islington (bot)
2024-07-08
1
-11/+15
*
[3.13] GH-121012: Set index to -1 when list iterators become exhausted in tie...
Miss Islington (bot)
2024-07-08
2
-3/+9
*
[3.13] gh-121338: Remove GH-pragma optimize (GH-121340) (#121492)
Miss Islington (bot)
2024-07-08
1
-10/+0
*
[3.13] gh-120837: Update _Py_DumpExtensionModules to be async-signal-safe (gh...
Miss Islington (bot)
2024-06-27
1
-2/+36
*
[3.13] gh-113433: Automatically Clean Up Subinterpreters in Py_Finalize() (gh...
Miss Islington (bot)
2024-06-26
1
-9/+147
*
[3.13] gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121013)
Miss Islington (bot)
2024-06-26
4
-13/+15
*
[3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...
Victor Stinner
2024-06-26
4
-23/+7
*
[3.13] gh-120108: Fix deepcopying of AST trees with .parent attributes (GH-12...
Jelle Zijlstra
2024-06-25
1
-17/+14
*
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...
Petr Viktorin
2024-06-24
9
-34/+96
*
[3.13] gh-120811: Fix reference leak upon `_PyContext_Exit` failure (GH-12081...
Miss Islington (bot)
2024-06-22
1
-0/+1
*
[3.13] gh-119344: Make critical section API public (GH-119353) (#120856)
Sam Gross
2024-06-21
1
-29/+77
*
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...
Sam Gross
2024-06-20
2
-26/+28
*
[3.13] gh-119258: Backport optimizer frame fixes in GH-119365 (GH-120699)
Ken Jin
2024-06-20
4
-32/+18
*
[3.13] Fix typos in comments (GH-120481) (#120774)
Miss Islington (bot)
2024-06-20
2
-3/+3
*
[3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced ...
Nadeshiko Manju
2024-06-19
2
-2/+0
*
[3.13] gh-120722: Set position on RETURN_VALUE in lambda (GH-120724) (#120738)
Miss Islington (bot)
2024-06-19
1
-1/+1
*
[3.13] gh-120726: Fix compiler warnings on is_core_module() (GH-120727) (#120...
Miss Islington (bot)
2024-06-19
2
-4/+5
*
[3.13] gh-120367: fix bug where compiler detects redundant jump after pseudo ...
Miss Islington (bot)
2024-06-18
1
-1/+1
*
[3.13] gh-117657: Fix `__slots__` thread safety in free-threaded build (GH-1...
Miss Islington (bot)
2024-06-17
1
-9/+33
*
[3.13] gh-117657: Fix TSan reported data race on ioctl_works (GH-120175) (#12...
Miss Islington (bot)
2024-06-17
1
-3/+5
*
[3.13] gh-115649: Copy the filename into main interpreter before intern in im...
Miss Islington (bot)
2024-06-17
1
-1/+11
*
[3.13] gh-120367: fix removal of redundant NOPs and jumps after reordering ho...
Miss Islington (bot)
2024-06-17
1
-12/+18
*
[3.13] gh-119933: Improve ``SyntaxError`` message for invalid type parameters...
Jelle Zijlstra
2024-06-17
1
-26/+54
*
[3.13] gh-120526: Correct signature of map() builtin (GH-120528) (GH-120539)
Miss Islington (bot)
2024-06-15
1
-1/+1
*
[3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)
Miss Islington (bot)
2024-06-14
1
-0/+1
*
[3.13] gh-120400 :Support Linux perf profile to see Python calls on RISC-V ...
Miss Islington (bot)
2024-06-14
1
-0/+8
*
[3.13] gh-117657: Fix some simple races in instrumentation.c (GH-120118) (#12...
Miss Islington (bot)
2024-06-13
1
-2/+2
*
[3.13] gh-120343: Fix column offsets of multiline tokens in tokenize (GH-1203...
Miss Islington (bot)
2024-06-12
1
-4/+10
*
[3.13] gh-93691: fix too broad source locations of for statement iterators (G...
Miss Islington (bot)
2024-06-12
1
-0/+7
*
[3.13] gh-120343: Do not reset byte_col_offset_diff after multiline tokens (G...
Miss Islington (bot)
2024-06-11
1
-1/+6
*
[3.13] gh-119666: fix multiple class-scope comprehensions referencing __class...
Miss Islington (bot)
2024-06-10
1
-13/+10
*
[3.13] gh-120225: fix crash in compiler on empty block at end of exception ha...
Miss Islington (bot)
2024-06-07
1
-6/+2
[prev]
[next]