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-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
3
-57/+1
*
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel
2023-06-14
1
-2/+2
*
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon
2023-06-14
2
-67/+69
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
6
-24/+23
*
gh-105587: Remove assertion from `_PyStaticObject_CheckRefcnt` (#105638)
Eddie Elizondo
2023-06-14
1
-3/+2
*
gh-105387: Limited C API implements Py_INCREF() as func (#105388)
Victor Stinner
2023-06-14
1
-8/+10
*
gh-104812: Run Pending Calls in any Thread (gh-104813)
Eric Snow
2023-06-13
4
-27/+24
*
gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)
Eric Snow
2023-06-13
1
-3/+7
*
GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE ...
Mark Shannon
2023-06-13
2
-58/+59
*
gh-102304: Fix Py_INCREF() for limited C API 3.9 (#105550)
Victor Stinner
2023-06-09
1
-2/+14
*
gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)
Victor Stinner
2023-06-09
1
-1/+1
*
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
Eric Snow
2023-06-08
2
-3/+4
*
gh-100227: Lock Around Adding Global Audit Hooks (gh-105515)
Eric Snow
2023-06-08
1
-1/+4
*
gh-100227: Lock Around Use of the Global "atexit" State (gh-105514)
Eric Snow
2023-06-08
1
-0/+1
*
Revert "Move observability-relevant structure fields to the top" (#105512)
Pablo Galindo Salgado
2023-06-08
3
-63/+51
*
GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)
Mark Shannon
2023-06-08
3
-30/+23
*
Move observability-relevant structure fields to the top (#105271)
Gabriele N. Tornetta
2023-06-08
3
-51/+63
*
gh-105268: Add _Py_FROM_GC() function to pycore_gc.h (#105362)
Victor Stinner
2023-06-06
2
-9/+20
*
gh-105268: Remove _PyGC_FINALIZED() macro (#105350)
Victor Stinner
2023-06-06
1
-8/+0
*
gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
Victor Stinner
2023-06-06
1
-14/+8
*
GH-105229: Replace some superinstructions with single instruction equivalent....
Mark Shannon
2023-06-05
3
-37/+34
*
GH-104584: Allow optimizers to opt out of optimizing. (GH-105244)
Mark Shannon
2023-06-05
1
-1/+2
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow
2023-06-02
3
-15/+21
*
gh-105214: Use named constants for MAKE_FUNCTION oparg (#105215)
Jelle Zijlstra
2023-06-02
1
-0/+6
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
8
-2/+72
*
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki
2023-06-02
1
-49/+0
*
gh-104341: Call _PyEval_ReleaseLock() with NULL When Finalizing the Current T...
Eric Snow
2023-06-01
1
-1/+1
*
gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141)
Irit Katriel
2023-06-01
1
-2/+1
*
gh-105145: Deprecate Py_GetPath() function (#105179)
Victor Stinner
2023-06-01
2
-7/+7
*
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner
2023-06-01
1
-8/+0
*
gh-105107: Remove PyCFunction_Call() function (#105181)
Victor Stinner
2023-06-01
1
-2/+0
*
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner
2023-06-01
1
-5/+3
*
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner
2023-06-01
4
-25/+0
*
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner
2023-06-01
1
-2/+2
*
gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)
Irit Katriel
2023-05-31
1
-9/+2
*
gh-105111: remove deprecated macros Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SA...
Irit Katriel
2023-05-31
1
-13/+0
*
gh-105107: Remove PyEval_CallFunction() function (#105108)
Victor Stinner
2023-05-31
1
-21/+0
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
4
-65/+3
*
gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...
Eric Snow
2023-05-31
2
-4/+17
*
gh-102304: Fix 2 New Stable ABI Functions (gh-104762)
Eric Snow
2023-05-30
1
-1/+1
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-30
1
-0/+4
*
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Steve Dower
2023-05-30
4
-0/+18
*
gh-104799: Move location of type_params AST fields (#104828)
Jelle Zijlstra
2023-05-26
1
-18/+18
*
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Kumar Aditya
2023-05-26
5
-0/+19
*
gh-102304: Temporarily Bump Py_LIMITED_API for 2 New Functions (#104766)
Eric Snow
2023-05-22
1
-1/+1
*
Merge branch 'main' of https://github.com/python/cpython into main
Thomas Wouters
2023-05-22
1
-2/+3
|
\
|
*
GH-101291: Avoid using macros with casts in low-level long API. (#104742)
Mark Shannon
2023-05-22
1
-2/+3
*
|
Python 3.13.0a0
Thomas Wouters
2023-05-22
1
-4/+4
*
|
Python 3.12.0b1
v3.12.0b1
Thomas Wouters
2023-05-22
1
-3/+3
|
/
*
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra
2023-05-22
2
-28/+29
[next]