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-104240: return code unit metadata from codegen (#104300)
Irit Katriel
2023-05-09
1
-3/+47
*
gh-99113: A Per-Interpreter GIL! (gh-104210)
Eric Snow
2023-05-08
2
-45/+14
*
gh-103650: Fix perf maps address format (#103651)
Arthur Pastel
2023-05-07
1
-1/+1
*
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Irit Katriel
2023-05-07
1
-2/+6
*
gh-104018: remove unused format "z" handling in string formatfloat() (#104107)
John Belmonte
2023-05-07
1
-1/+0
*
gh-103886: Improve `builtins.__doc__` (#104179)
Tomas R
2023-05-07
1
-2/+9
*
gh-99113: Make Sure the GIL is Acquired at the Right Places (gh-104208)
Eric Snow
2023-05-06
3
-40/+111
*
gh-104233: Fix "unused variable" warning in `ceval_gil.c` (#104234)
Nikita Sobolev
2023-05-06
1
-0/+2
*
gh-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow
2023-05-05
2
-6/+29
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
5
-0/+5
*
gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)
Eric Snow
2023-05-05
2
-39/+60
*
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...
Mark Shannon
2023-05-05
3
-3/+20
*
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner
2023-05-04
4
-9/+7
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-0/+12
*
gh-103845: Remove line & instruction instrumentations before adding them back...
Tian Gao
2023-05-03
1
-8/+33
*
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
Paul Ganssle
2023-05-03
1
-0/+1
*
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Eric Snow
2023-05-03
1
-7/+8
*
gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)
Eric Snow
2023-05-02
1
-1/+1
*
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte...
Eric Snow
2023-05-02
4
-28/+26
*
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel
2023-05-01
2
-33/+102
*
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow
2023-05-01
3
-9/+9
*
gh-103895: Improve how invalid `Exception.__notes__` are displayed (#103897)
Carey Metcalfe
2023-05-01
1
-1/+4
*
gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Ken Jin
2023-04-30
3
-43/+127
*
gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
Irit Katriel
2023-04-29
3
-75/+80
*
GH-103082: Code cleanup in instrumentation code (#103474)
Mark Shannon
2023-04-29
3
-36/+39
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
4
-27/+19
*
gh-103978: avoid using 'class' as an identifier (#103979)
Carl Meyer
2023-04-28
1
-3/+3
*
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow
2023-04-27
6
-41/+16
*
gh-103879: Fix refleak in super specialization (#103882)
Jelle Zijlstra
2023-04-26
1
-0/+2
*
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
Carl Meyer
2023-04-25
5
-291/+390
*
gh-100227: Add a Granular Lock for _PyRuntime.imports.extensions.dict (gh-103...
Eric Snow
2023-04-25
2
-4/+14
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
3
-8/+40
*
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer
2023-04-24
6
-359/+564
*
gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)
Eric Snow
2023-04-24
2
-33/+57
*
gh-103492: Clarify SyntaxWarning with literal comparison (#103493)
Shantanu
2023-04-24
1
-4/+12
*
gh-101517: fix line number propagation in code generated for except* (#103550)
Irit Katriel
2023-04-24
1
-12/+20
*
gh-87092: fix a few cases of incorrect error handling in compiler (#103456)
Irit Katriel
2023-04-24
1
-9/+23
*
gh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-10...
Eric Snow
2023-04-24
1
-6/+32
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
6
-11/+53
*
gh-103082: Fix shifted field initialization in `instrumentation.c` (GH-103561)
Oleg Iarygin
2023-04-21
1
-4/+4
*
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado
2023-04-19
1
-2/+2
*
GH-100530: Change the error message for non-class class patterns (GH-103576)
Nikita Sobolev
2023-04-18
1
-1/+1
*
Fix unused functions warnings in instrumentation.c (GH-103515)
Benjamin Peterson
2023-04-13
1
-0/+4
*
GH-103488: Use return-offset, not yield-offset. (GH-103502)
Mark Shannon
2023-04-13
3
-412/+429
*
GH-103082: Turn on branch events for FOR_ITER instructions. (#103507)
Mark Shannon
2023-04-13
1
-0/+2
*
gh-103326: Remove `Python/importlib.h` (GH-103331)
Nikita Sobolev
2023-04-12
1
-1783/+0
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
14
-1274/+4370
*
gh-87092: fix refleak in peepholer test harness (#103448)
Irit Katriel
2023-04-11
1
-4/+0
*
gh-77757: replace exception wrapping by PEP-678 notes in typeobject's __set_n...
Irit Katriel
2023-04-11
2
-25/+30
*
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
Irit Katriel
2023-04-11
1
-23/+11
[next]