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
...
*
bpo-46920: Remove code that has explainers why it was disabled (GH-31813)
Oleg Iarygin
2022-03-14
1
-6/+0
*
bpo-46920: Remove disabled debug code added decades ago and likely unnecessa...
Oleg Iarygin
2022-03-14
1
-18/+0
*
bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
Dong-hee Na
2022-03-14
1
-36/+0
*
bpo-46841: Add a _Py_SET_OPCODE macro (GH-31780)
Brandt Bucher
2022-03-12
2
-81/+66
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
1
-5/+4
*
Use FASTCALL for __import__ (GH-31752)
Kumar Aditya
2022-03-11
2
-28/+110
*
Update adaptive.md for inline caching (GH-31817)
Mark Shannon
2022-03-11
1
-9/+20
*
bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
Brandt Bucher
2022-03-08
2
-27/+16
*
bpo-40059: Add tomllib (PEP-680) (GH-31498)
Taneli Hukkinen
2022-03-08
1
-0/+1
*
bpo-46841: Use inline caching for calls (GH-31709)
Brandt Bucher
2022-03-07
4
-355/+191
*
bpo-46940: Don't override existing AttributeError suggestion information (GH-...
Pablo Galindo Salgado
2022-03-07
1
-3/+6
*
Remove trailing spaces (GH-31695)
Serhiy Storchaka
2022-03-05
2
-2/+2
*
bpo-46841: Fix BINARY_OP's handling of inline caches (GH-31671)
Brandt Bucher
2022-03-04
2
-3/+5
*
bpo-46841: Fix error message hacks in `GET_AWAITABLE` (GH-31664)
Brandt Bucher
2022-03-04
3
-20/+14
*
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
Mark Shannon
2022-03-04
1
-0/+1
*
bpo-46841: Use inline caching for attribute accesses (GH-31640)
Brandt Bucher
2022-03-03
3
-231/+159
*
bpo-46841: Improve the failure stats for COMPARE_OP (GH-31663)
Brandt Bucher
2022-03-03
1
-0/+5
*
Move check for str-only keys in LOAD_GLOBAL specializations to specialization...
Mark Shannon
2022-03-03
2
-15/+14
*
bpo-46831: Update __build_class__ comment (#31522)
Shantanu
2022-03-03
1
-3/+2
*
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki
2022-03-01
1
-40/+53
*
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
Mark Shannon
2022-03-01
2
-24/+38
*
bpo-46841: Use inline caching for `COMPARE_OP` (GH-31622)
Brandt Bucher
2022-03-01
2
-33/+36
*
compiler: Merge except_table and cnotab (GH-31614)
Inada Naoki
2022-03-01
1
-0/+6
*
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
Eric Snow
2022-02-28
1
-5/+0
*
bpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)
Victor Stinner
2022-02-28
1
-3/+3
*
bpo-46841: Move the cache for `LOAD_GLOBAL` inline. (GH-31575)
Mark Shannon
2022-02-28
3
-32/+38
*
bpo-46841: Use inline caching for `UNPACK_SEQUENCE` (GH-31591)
Brandt Bucher
2022-02-28
2
-26/+26
*
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (GH-31596)
Kumar Aditya
2022-02-26
1
-1/+3
*
bpo-46816: Remove declarations for non-__STDC__ compilers (GH-31466)
Oleg Iarygin
2022-02-25
1
-6/+0
*
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner
2022-02-25
5
-59/+59
*
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Victor Stinner
2022-02-25
2
-1/+2
*
bpo-45316: Move private functions to internal C API (GH-31579)
Victor Stinner
2022-02-25
1
-1/+2
*
bpo-46808: remove NEXT_BLOCK() from compile.c (GH-31448)
Irit Katriel
2022-02-25
1
-63/+72
*
bpo-46841: Use *inline* caching for `BINARY_OP` (GH-31543)
Brandt Bucher
2022-02-25
5
-124/+143
*
bpo-46748: Don't import <stdbool.h> in public headers (GH-31553)
Petr Viktorin
2022-02-25
1
-0/+2
*
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner
2022-02-25
1
-2/+0
*
bpo-45107: Specialize `LOAD_METHOD` for instances with dict. (GH-31531)
Mark Shannon
2022-02-24
3
-30/+102
*
bpo-46430: Fix memory leak in interned strings of deep-frozen modules (GH-31549)
Kumar Aditya
2022-02-24
1
-2/+4
*
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner
2022-02-24
2
-5/+5
*
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH...
Dennis Sweeney
2022-02-24
3
-4/+88
*
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
Brandt Bucher
2022-02-23
2
-42/+33
*
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Victor Stinner
2022-02-23
3
-12/+13
*
bpo-45885: Don't un-adapt `COMPARE_OP` when collecting stats (GH-31516)
Brandt Bucher
2022-02-23
1
-2/+8
*
bpo-46329: Fix test failure when `Py_STATS` is enabled (GH-31511)
Brandt Bucher
2022-02-23
1
-2/+1
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
6
-162/+42
*
Fix reporting of specialization stats. (GH-31503)
Mark Shannon
2022-02-22
1
-0/+2
*
Move call specializations from CALL to PRECALL. (GH-31496)
Mark Shannon
2022-02-22
3
-149/+246
*
bpo-46329: Streamline calling sequence a bit. (GH-31465)
Mark Shannon
2022-02-21
2
-134/+158
*
bpo-46329: Change calling sequence (again) (GH-31373)
Mark Shannon
2022-02-18
4
-58/+49
*
bpo-46709: check eval breaker in specialized `CALL` opcodes (GH-31404)
Nikita Sobolev
2022-02-18
1
-0/+9
[prev]
[next]