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
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-118093: Add tier two support to several instructions (GH-121884)
Brandt Bucher
2024-07-18
4
-26/+61
*
GH-120024: Use pointer for stack pointer (GH-121923)
Mark Shannon
2024-07-18
1
-20/+25
*
gh-121621: Move asyncio_running_loop to private struct (#121939)
Sam Gross
2024-07-17
2
-2/+2
*
gh-121528: Fix _PyObject_Init() assertion for stable ABI (#121725)
Victor Stinner
2024-07-17
1
-2/+26
*
GH-121583: Remove dependency from pystats.h to internal header file (GH-121587)
Michael Droettboom
2024-07-16
1
-5/+5
*
gh-118934: Make PyEval_GetLocals return borrowed reference (#119769)
Tian Gao
2024-07-16
1
-0/+4
*
gh-121621: Move asyncio running loop to thread state (GH-121695)
Ken Jin
2024-07-16
5
-7/+2
*
gh-121546: Disable contextvar caching on free-threading build (GH-121740)
Ken Jin
2024-07-15
1
-0/+2
*
gh-121700 Emscripten trampolines not quite right since #106219 (GH-121701)
Hood Chatham
2024-07-14
1
-7/+1
*
gh-120642: Move _PyCode_CODE() to the internal C API (#121644)
Victor Stinner
2024-07-13
2
-3/+3
*
gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)
Eric Snow
2024-07-11
1
-0/+1
*
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Irit Katriel
2024-07-10
1
-9/+0
*
gh-119786: fix broken links in docs and comment (#121601)
Irit Katriel
2024-07-10
1
-1/+1
*
gh-120198: Stop the world when setting __class__ on free-threaded build (GH-1...
Ken Jin
2024-07-10
2
-8/+2
*
gh-89364: Export PySignal_SetWakeupFd() function (#121537)
Victor Stinner
2024-07-10
1
-1/+1
*
gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)
Sam Gross
2024-07-08
5
-4/+30
*
gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488)
Marc Mueller
2024-07-08
1
-2/+6
*
gh-106597: Remove unnecessary CFrame offsets (#121369)
Gabriele N. Tornetta
2024-07-04
1
-7/+0
*
gh-121352: use _Py_SourceLocation in symtable (#121353)
Irit Katriel
2024-07-04
1
-6/+1
*
gh-112136: Restore removed _PyArg_Parser (#121262)
Victor Stinner
2024-07-03
4
-24/+32
*
gh-121263: Macro-ify most stackref functions for MSVC (GH-121270)
Ken Jin
2024-07-03
1
-58/+30
*
gh-106597: Add more offsets to _Py_DebugOffsets (#121311)
Gabriele N. Tornetta
2024-07-03
2
-0/+18
*
gh-115773: Add sizes to debug offset structure (#120112)
Pablo Galindo Salgado
2024-07-02
2
-0/+19
*
gh-117139: Add _PyTuple_FromStackRefSteal and use it (#121244)
Sam Gross
2024-07-02
2
-1/+2
*
GH-116017: Get rid of _COLD_EXITs (GH-120960)
Brandt Bucher
2024-07-01
5
-141/+122
*
gh-117657: Fix data races reported by TSAN in some set methods (#120914)
AN Long
2024-07-01
1
-0/+14
*
gh-113565: Improve and harden detection of curses dependencies (#119816)
Erlend E. Aasland
2024-07-01
1
-5/+13
*
gh-119447: Fix build with _PY_SHORT_FLOAT_REPR == 0 (#121178)
Yureka
2024-06-30
1
-7/+3
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Steve Dower
2024-06-28
1
-2/+5
*
Check for compiler warnings in test_cext on Windows (#121088)
Victor Stinner
2024-06-28
1
-1/+2
*
gh-120686: remove unused internal c api functions (#120687)
Irit Katriel
2024-06-27
4
-23/+0
*
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner
2024-06-27
2
-14/+36
*
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin
2024-06-26
8
-154/+253
*
gh-120593: Fix const qualifier in _PyLong_CompactValue() (#121053)
Victor Stinner
2024-06-26
2
-4/+4
*
gh-120593: Fix const qualifier in pyatomic.h (#121055)
Victor Stinner
2024-06-26
1
-4/+4
*
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Victor Stinner
2024-06-26
7
-190/+182
*
gh-107803: fix thread safety issue in double linked list implementation (#12...
Kumar Aditya
2024-06-26
1
-2/+2
*
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Eric Snow
2024-06-25
3
-12/+10
*
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner
2024-06-24
1
-0/+4
*
gh-119521: Use `PyAPI_DATA`, not `extern`, for `_PyExc_IncompleteInputError` ...
Petr Viktorin
2024-06-24
1
-1/+2
*
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...
Pablo Galindo Salgado
2024-06-24
2
-1/+4
*
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
Irit Katriel
2024-06-24
4
-40/+47
*
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Kumar Aditya
2024-06-22
4
-0/+7
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
4
-150/+219
*
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner
2024-06-21
1
-0/+10
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
5
-818/+1549
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
8
-75/+89
*
Fix typos in comments (#120481)
Xie Yanbo
2024-06-20
2
-2/+2
*
GH-119462: Enforce invariants of type versioning (GH-120731)
Mark Shannon
2024-06-19
1
-1/+1
*
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Victor Stinner
2024-06-18
1
-9/+19
[next]