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
...
*
gh-131401: fix data races in exception handling (#131447)
Kumar Aditya
2025-03-20
2
-13/+18
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
12
-9/+27
*
gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
Yan Yanchii
2025-03-19
3
-42/+111
*
GH-130956: Only emit AArch64 trampolines for long jumps (GH-131041)
Diego Russo
2025-03-19
1
-1/+11
*
gh-131238: Remove many includes from pycore_interp.h (#131472)
Victor Stinner
2025-03-19
5
-4/+10
*
gh-130931: Add pycore_interpframe.h internal header (#131249)
Victor Stinner
2025-03-19
5
-10/+7
*
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner
2025-03-19
3
-2/+5
*
gh-111178: Fix function signatures in legacy_tracing.c (#131464)
Victor Stinner
2025-03-19
1
-27/+38
*
gh-111178: Fix function signatures for test_types (#131455)
Victor Stinner
2025-03-19
1
-2/+4
*
gh-131401: fix data race in `_PyErr_Restore` (#131406)
Kumar Aditya
2025-03-19
1
-13/+10
*
gh-130080: implement PEP 765 (#130087)
Irit Katriel
2025-03-17
4
-50/+191
*
gh-131281: Add include for pystats builds (#131369)
Ken Jin
2025-03-17
1
-0/+1
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
14
-3/+18
*
gh-131238: Add explicit includes to pycore headers (#131257)
Victor Stinner
2025-03-17
14
-26/+46
*
gh-131238: Convert pycore_pystate.h static inline to functions (#131352)
Victor Stinner
2025-03-17
1
-0/+38
*
GH-131238: Core header refactor (GH-131250)
Mark Shannon
2025-03-17
10
-2/+17
*
GH-131296: fix clang-cl warning on Windows in pytime.c (GH-131297)
Chris Eibl
2025-03-15
1
-1/+1
*
gh-131281: fix compile error due to `BINARY_SUBSCR` (GH-131283)
Xuanteng Huang
2025-03-15
3
-3/+3
*
gh-130480: Move duplicate `LOAD_SMALL_INT` optimization from codegen to CFG (...
Yan Yanchii
2025-03-14
2
-12/+37
*
gh-111178: Fix function signatures to fix undefined behavior (#131191)
Victor Stinner
2025-03-14
1
-2/+4
*
gh-111178: Fix _PyLegacyEventHandler_Type deallocator (#131193)
Victor Stinner
2025-03-14
1
-1/+0
*
GH-130396: Work around for broken `pthread_get_stackaddr_np` on Emscripten (#...
Hood Chatham
2025-03-13
1
-0/+59
*
gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)
Tomasz Pytel
2025-03-13
1
-0/+1
*
gh-130080: move _Py_EnsureArrayLargeEnough to a separate header so it can be ...
Irit Katriel
2025-03-13
3
-44/+69
*
gh-111178: Fix function signatures in misc files (#131180)
Victor Stinner
2025-03-13
1
-2/+3
*
gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable ...
Russell Keith-Magee
2025-03-13
1
-3/+12
*
gh-126835: Avoid creating unnecessary tuple when looking for constant sequenc...
Yan Yanchii
2025-03-12
2
-94/+132
*
gh-131141: fix data race in instrumentation while registering callback (#131142)
Kumar Aditya
2025-03-12
1
-10/+13
*
gh-115999: Add free-threaded specialization for FOR_ITER (#128798)
T. Wouters
2025-03-12
6
-44/+311
*
gh-81267: Correct time.sleep() error message (#131055)
Stan Ulbrych
2025-03-12
1
-15/+19
*
gh-122029: Do not unpack method for legacy tracing anymore (#130898)
Tian Gao
2025-03-11
1
-13/+0
*
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner
2025-03-11
4
-8/+47
*
gh-130396: Fix thread sanitizer crashes on stack overflow tests (gh-130966)
Sam Gross
2025-03-11
1
-0/+5
*
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
Max Bachmann
2025-03-11
2
-2/+6
*
gh-117174: Add a new route in linecache to fetch interactive source code (#11...
Pablo Galindo Salgado
2025-03-10
1
-1/+1
*
GH-123044: Give the `POP_TOP` after a case test a location in the body, not t...
Mark Shannon
2025-03-10
3
-6/+20
*
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon
2025-03-10
8
-150/+233
*
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon
2025-03-07
7
-13/+40
*
gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923)
Sam Gross
2025-03-06
3
-3/+6
*
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross
2025-03-06
4
-57/+79
*
gh-130860: Fix width calculation, when separators in fractional part (GH-130865)
Sergey B Kirpichev
2025-03-06
1
-17/+18
*
GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE (#130904)
Jamie Phan
2025-03-06
2
-2/+2
*
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel
2025-03-06
1
-42/+42
*
gh-118331: Fix a couple of issues when list allocation fails (#130811)
mpage
2025-03-05
2
-0/+4
*
GH-127705: better double free message. (GH-130785)
Mark Shannon
2025-03-05
2
-13/+52
*
gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)
Sam Gross
2025-03-04
1
-0/+1
*
GH-130415: Narrow str to "" based on boolean tests (GH-130476)
Amit Lavon
2025-03-04
3
-2/+5
*
GH-130415: Narrow int to 0 based on boolean tests (GH-130772)
Klaus117
2025-03-04
3
-2/+5
*
gh-130790: Remove references about unicode's readiness from comments (#130801)
Sergey Miryanov
2025-03-03
3
-10/+0
*
gh-129173: refactor `PyCodec_BackslashReplaceErrors` into separate functions ...
Bénédikt Tran
2025-03-03
1
-41/+70
[prev]
[next]