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-128863: Deprecate private C API functions (#128864)
Victor Stinner
2025-01-22
2
-9/+1
*
GH-128682: Change a couple of functions to only steal references on success. ...
Mark Shannon
2025-01-22
4
-15/+24
*
gh-128563: Move GO_TO_INSTRUCTION and PREDICT to cases generator (GH-129115)
Ken Jin
2025-01-22
2
-56/+26
*
gh-128563: Move lltrace into the frame struct (GH-129113)
Ken Jin
2025-01-21
4
-16/+20
*
gh-128679: Use _PyThreadState_GET() in tracemalloc.c (#129126)
Victor Stinner
2025-01-21
1
-7/+2
*
gh-126925: Make PyConfig.use_system_logger read-only (#129124)
Victor Stinner
2025-01-21
1
-1/+1
*
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Mark Shannon
2025-01-21
9
-42/+26
*
GH-127953: Make line number lookup O(1) regardless of the size of the code ob...
Mark Shannon
2025-01-21
3
-159/+204
*
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...
Mark Shannon
2025-01-20
12
-743/+720
*
GH-128939: Refactor JIT optimize structs (GH-128940)
Mark Shannon
2025-01-20
4
-462/+693
*
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner
2025-01-20
2
-48/+0
*
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland
2025-01-20
2
-26/+26
*
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread stat...
Peter Bierma
2025-01-20
7
-25/+26
*
gh-129033: Remove _Py_InitializeMain() function (#129034)
Victor Stinner
2025-01-20
1
-12/+0
*
gh-100239: Handle NaN and zero division in guards for `BINARY_OP_EXTEND` (#12...
Kirill Podoprigora
2025-01-19
1
-6/+24
*
gh-128955: Fix goto if tlbc creation fails when throwing into a generator (#1...
mpage
2025-01-17
1
-1/+1
*
gh-128923: Use zero to indicate unassigned unique id (#128925)
Sam Gross
2025-01-17
1
-13/+16
*
GH-126599: Remove the "counter" optimizer/executor (GH-126853)
Xuanteng Huang
2025-01-16
4
-122/+0
*
gh-100239: specialize long tail of binary operations (#128722)
Irit Katriel
2025-01-16
6
-40/+273
*
gh-128679: Fix tracemalloc.stop() race conditions (#128893)
Victor Stinner
2025-01-16
1
-15/+36
*
gh-128679: Redesign tracemalloc locking (#128888)
Victor Stinner
2025-01-15
2
-335/+283
*
gh-128807: Add marking phase for free-threaded cyclic GC (gh-128808)
Neil Schemenauer
2025-01-15
1
-16/+320
*
gh-115999: Specialize `LOAD_ATTR` for instance and class receivers in free-th...
mpage
2025-01-14
6
-185/+378
*
gh-128384: Add locking to warnings.py. (gh-128386)
Neil Schemenauer
2025-01-14
2
-47/+121
*
GH-128682: Convert explicit loops closing arrays into `DECREF_INPUTS`. (GH-12...
Mark Shannon
2025-01-14
4
-262/+304
*
gh-128400: Only show the current thread in `Py_FatalError` on the free-thread...
Peter Bierma
2025-01-13
1
-0/+4
*
GH-128682: Stronger checking of `PyStackRef_CLOSE` and `DEAD`. (GH-128683)
Mark Shannon
2025-01-13
3
-102/+114
*
GH-128685: Specialize (rather than quicken) LOAD_CONST into LOAD_CONST_[IM]MO...
Mark Shannon
2025-01-13
7
-16/+57
*
gh-128627: Emscripten: Use wasm-gc based call adaptor if available (#128628)
Hood Chatham
2025-01-12
1
-52/+177
*
gh-128717: Stop-the-world when setting the recursion limit (#128741)
Peter Bierma
2025-01-12
1
-0/+2
*
Make the Python CLI error message style more consistent (GH-128129)
9cel
2025-01-11
1
-2/+2
*
gh-111178: fix UBSan failures in `Python/bltinmodule.c` (GH-128235)
Bénédikt Tran
2025-01-10
1
-30/+51
*
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin
2025-01-09
1
-0/+17
*
Remove unnecessary LIST_TO_TUPLE conversions (GH-126558)
Brandt Bucher
2025-01-08
1
-0/+7
*
gh-111178: fix UBSan failures in `Python/context.c` (GH-128242)
Bénédikt Tran
2025-01-08
1
-53/+68
*
gh-111178: fix UBSan failures in `Python/hamt.c` (GH-128247)
Bénédikt Tran
2025-01-08
1
-90/+84
*
GH-127809: Fix the JIT's understanding of ** (GH-127844)
Brandt Bucher
2025-01-08
5
-26/+152
*
gh-115999: Add free-threaded specialization for COMPARE_OP (#126410)
T. Wouters
2025-01-07
3
-12/+9
*
gh-128146: Exclude os/log.h import on older macOS versions. (#128165)
Russell Keith-Magee
2025-01-07
1
-11/+22
*
GH-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-128554)
Mark Shannon
2025-01-06
2
-13/+4
*
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon
2025-01-06
9
-111/+212
*
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner
2025-01-06
5
-34/+53
*
Remove asserts that confuse `enum _framestate` with `enum _frameowner` (GH-12...
Anders Kaseorg
2025-01-02
1
-2/+0
*
gh-128277: make globals variables thread safe in socket module (#128286)
Kumar Aditya
2024-12-31
1
-3/+3
*
gh-128262: Allow specialization of calls to classes with __slots__ (GH-128263)
Ken Jin
2024-12-31
4
-10/+16
*
gh-119786: Mention `InternalDocs/interpreter.md` instead of non-existing `ada...
Yan Yanchii
2024-12-30
1
-1/+1
*
gh-119180: Set the name of the param to __annotate__ to "format" (#124730)
Jelle Zijlstra
2024-12-30
1
-0/+27
*
gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-128203)
Yan Yanchii
2024-12-23
2
-1/+5
*
gh-114203: Optimise simple recursive critical sections (#128126)
T. Wouters
2024-12-23
1
-7/+17
*
gh-128049: Fix type confusion bug with the return value of a custom Exception...
Nico-Posada
2024-12-20
1
-2/+19
[prev]
[next]