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-129766: Fix crash on calling `warnings._release_lock` with no lock (#129771)
sobolevn
2025-02-07
1
-3/+6
*
gh-129533: Update PyGC_Enable/Disable/IsEnabled to use atomic operation (gh...
Donghee Na
2025-02-06
1
-11/+7
*
gh-128002: use per threads tasks linked list in asyncio (#128869)
Kumar Aditya
2025-02-06
1
-1/+11
*
gh-129732: Fix race on `shared->array` in qsbr code under free-threading (gh-...
Peter Hawkins
2025-02-06
1
-6/+6
*
gh-128563: A new tail-calling interpreter (GH-128718)
Ken Jin
2025-02-06
5
-548/+3268
*
gh-129201: Use prefetch in GC mark alive phase. (gh-129203)
Neil Schemenauer
2025-02-05
1
-42/+430
*
gh-129354: Use PyErr_FormatUnraisable() function (#129523)
Victor Stinner
2025-02-05
1
-3/+7
*
gh-128911: Use PyImport_ImportModuleAttr() function (#129657)
Victor Stinner
2025-02-05
2
-29/+9
*
GH-128682: Mark two more macros as escaping. (GH-129645)
Mark Shannon
2025-02-04
5
-36/+125
*
GH-128682: Spill the stack pointer in labels, as well as instructions (GH-129...
Mark Shannon
2025-02-04
4
-38/+62
*
gh-126835: Fix reference leak in `Python/flowgrapc.::optimize_if_const_subscr...
Yan Yanchii
2025-02-04
1
-2/+8
*
gh-126835: Move constant subscript folding to CFG (#129568)
Yan Yanchii
2025-02-04
3
-21/+83
*
GH-128563: Generate `opcode = ...` in instructions that need `opcode` (GH-129...
Mark Shannon
2025-02-03
5
-62/+474
*
GH-128682: Make `PyStackRef_CLOSE` escaping. (GH-129404)
Mark Shannon
2025-02-03
6
-558/+1266
*
GH-129231: Group executable JIT code in memory (GH-129232)
Diego Russo
2025-02-02
1
-5/+5
*
GH-128842: Collect JIT memory stats (GH-128941)
Diego Russo
2025-02-02
2
-0/+16
*
GH-128872: Remove unused argument from _PyCode_Quicken (GH-128873)
Yan Yanchii
2025-02-02
1
-2/+1
*
gh-126835: Move optimization of constant sequence creation from codegen to CF...
Kirill Podoprigora
2025-02-01
2
-47/+71
*
GH-128563: Move some labels, to simplify implementing tailcalling interpreter...
Mark Shannon
2025-01-31
4
-49/+86
*
gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)
Peter Bierma
2025-01-31
2
-1/+49
*
gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOptionUnic...
Valery Fedorenko
2025-01-31
1
-3/+4
*
gh-129354: Use PyErr_FormatUnraisable() function (#129514)
Victor Stinner
2025-01-31
2
-14/+26
*
GH-128563: Simplify recursion check in `_PyEval_EvalFrameDefault` (GH-129481)
Mark Shannon
2025-01-31
1
-6/+5
*
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner
2025-01-31
8
-29/+42
*
gh-129354: Use PyErr_FormatUnraisable() function (#129435)
Victor Stinner
2025-01-30
1
-1/+1
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
2
-6/+6
*
gh-129236: Use `stackpointer` in free threaded GC (#129240)
Sam Gross
2025-01-29
1
-28/+52
*
gh-100239: specialize bitwise logical binary ops on ints (#128927)
Irit Katriel
2025-01-29
2
-1/+55
*
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher
2025-01-29
7
-132/+164
*
gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365)
T. Wouters
2025-01-29
2
-4/+24
*
GH-128914: Remove all but one conditional stack effects (GH-129226)
Mark Shannon
2025-01-27
9
-436/+229
*
gh-111178: fix UBSan failures in `Python/traceback.c` (GH-128259)
Bénédikt Tran
2025-01-27
1
-16/+26
*
gh-128563: Move labels in ceval.c to bytecodes.c (GH-129112)
Ken Jin
2025-01-27
3
-135/+276
*
gh-128799: Add frame of except* to traceback when wrapping a naked exception ...
Irit Katriel
2025-01-25
4
-5/+15
*
gh-129244: Remove workaround for MSVC compiler crash (#129263)
Michael Droettboom
2025-01-25
1
-21/+0
*
Remove unused DPRINTF in ceval.c (GH-129282)
Chris Eibl
2025-01-25
1
-7/+0
*
gh-129185: Simplify PyTraceMalloc_Track() (#129256)
Victor Stinner
2025-01-24
2
-26/+3
*
gh-129185: Use PyMutex in tracemalloc (#129246)
Victor Stinner
2025-01-24
1
-14/+3
*
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_IgnoreErrors` (#129174)
Bénédikt Tran
2025-01-24
1
-19/+43
*
gh-126004: Fix positions handling in `codecs.backslashreplace_errors` (#127676)
Bénédikt Tran
2025-01-23
1
-65/+64
*
gh-129185: Remove internal TRACE_RAW_MALLOC macro (#129218)
Victor Stinner
2025-01-23
1
-45/+3
*
gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)
Victor Stinner
2025-01-23
2
-3/+26
*
gh-126004: Fix positions handling in `codecs.replace_errors` (#127674)
Bénédikt Tran
2025-01-23
1
-24/+22
*
gh-126004: Fix positions handling in `codecs.xmlcharrefreplace_errors` (#127675)
Bénédikt Tran
2025-01-23
1
-88/+101
*
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...
Sam Gross
2025-01-23
12
-720/+743
*
gh-127936, PEP 757: Convert marshal module to use import/export API for ints ...
Sergey B Kirpichev
2025-01-23
1
-75/+168
*
gh-119182: Use public PyUnicodeWriter in Python-ast.c (#129209)
Victor Stinner
2025-01-23
1
-35/+39
*
gh-119182: Use public PyUnicodeWriter in ast_unparse.c (#129208)
Victor Stinner
2025-01-23
1
-99/+114
*
gh-128627: Emscripten: Fix address calculation for wasm-gc trampoline (#128782)
Hood Chatham
2025-01-23
1
-9/+7
*
GH-91048: Add utils for capturing async call stack for asyncio programs and e...
Yury Selivanov
2025-01-22
2
-17/+3
[prev]
[next]