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-123048: Fix missing source location in pattern matching code (GH-12...
Miss Islington (bot)
2024-08-20
1
-1/+1
*
[3.13] Add debug offsets for free threaded builds (GH-123041) (#123055)
Miss Islington (bot)
2024-08-18
2
-2/+4
*
[3.13] gh-122247: Move instruction instrumentation sanity check after tracing...
Miss Islington (bot)
2024-08-16
1
-1/+1
*
[3.13] gh-118814: Fix the TypeVar constructor when name is passed by keyword ...
Serhiy Storchaka
2024-08-08
1
-1/+1
*
[3.13] gh-122728: Fix SystemError in PyEval_GetLocals() (GH-122735) (#122757)
Miss Islington (bot)
2024-08-06
1
-1/+1
*
[3.13] gh-122445: populate only modified fields in __static_attributes__ (#12...
Irit Katriel
2024-08-02
1
-15/+15
*
[3.13] gh-122334: Fix crash when importing ssl after re-initialization (GH-12...
Miss Islington (bot)
2024-08-02
1
-0/+13
*
[3.13] gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded bui...
Miss Islington (bot)
2024-07-30
1
-1/+2
*
[3.13] GH-116090: Fire RAISE events from _FOR_ITER_TIER_TWO (GH-122419)
Brandt Bucher
2024-07-29
4
-12/+11
*
[3.13] gh-122201: Lock mutex when setting handling_thread to NULL (GH-122204)...
Miss Islington (bot)
2024-07-26
1
-3/+15
*
[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
[prev]
[next]