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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-108/+218
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+14
*
gh-104717: Add comment about manual loop unrolling (gh-104718)
Dong-hee Na
2023-05-21
1
-0/+1
*
gh-104600: Make type.__type_params__ writable (#104634)
Jelle Zijlstra
2023-05-19
1
-13/+29
*
gh-104600: Make function.__type_params__ writable (#104601)
Jelle Zijlstra
2023-05-18
1
-1/+16
*
gh-104549: Set __module__ on TypeAliasType (#104550)
Jelle Zijlstra
2023-05-18
3
-31/+62
*
typing: Add more tests for TypeVar (#104571)
Jelle Zijlstra
2023-05-17
1
-1/+1
*
GH-103906: Remove immortal refcounting in the interpreter (GH-103909)
Brandt Bucher
2023-05-16
1
-7/+1
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
6
-4/+2490
*
gh-104454: Fix refleak in AttributeError_reduce (#104455)
Charles Machalow
2023-05-13
1
-1/+3
*
GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104409)
Brandt Bucher
2023-05-12
1
-1/+1
*
gh-103333: Pickle the keyword attributes of AttributeError (#103352)
Charles Machalow
2023-05-12
1
-1/+43
*
GH-104371: check return value of calling `mv.release` (#104417)
Kumar Aditya
2023-05-12
1
-1/+7
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
1
-3/+0
*
Fix refleak in `super_descr_get` (#104408)
Brandt Bucher
2023-05-12
1
-1/+3
*
gh-104371: Fix calls to `__release_buffer__` while an exception is active (#1...
Jelle Zijlstra
2023-05-12
1
-2/+12
*
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer
2023-05-11
1
-12/+0
*
GH-102181: Improve specialization stats for SEND (GH-102182)
penguin_wwy
2023-05-10
1
-3/+0
*
gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)
Sebastian Berg
2023-05-10
1
-12/+1
*
gh-104252: Immortalize Py_EMPTY_KEYS (gh-104253)
Eric Snow
2023-05-10
1
-11/+21
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
1
-0/+4
*
gh-104223: Fix issues with inheriting from buffer classes (#104227)
Jelle Zijlstra
2023-05-08
3
-12/+161
*
gh-104018: remove unused format "z" handling in string formatfloat() (#104107)
John Belmonte
2023-05-07
2
-5/+0
*
gh-99113: Add a check for Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104206)
Eric Snow
2023-05-06
1
-1/+7
*
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow
2023-05-05
2
-1/+8
*
gh-104108: Add the Py_mod_multiple_interpreters Module Def Slot (gh-104148)
Eric Snow
2023-05-05
1
-0/+30
*
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...
Mark Shannon
2023-05-05
2
-2/+3
*
GH-103899: Provide a hint when accidentally calling a module (GH-103900)
Brandt Bucher
2023-05-04
1
-6/+38
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
4
-9/+292
*
gh-104066: Improve performance of hasattr for module objects (#104063)
Itamar Ostricher
2023-05-04
2
-29/+73
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
2
-3/+110
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
1
-9/+29
*
gh-104078: Improve performance of PyObject_HasAttrString (#104079)
Itamar Ostricher
2023-05-03
1
-6/+17
*
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann
2023-05-03
1
-1/+17
*
gh-94673: More Per-Interpreter Fields for Builtin Static Types (gh-103912)
Eric Snow
2023-05-03
2
-58/+174
*
gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)
Eric Snow
2023-05-02
2
-234/+333
*
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte...
Eric Snow
2023-05-02
8
-91/+103
*
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow
2023-05-01
4
-48/+63
*
gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033)
John Belmonte
2023-05-01
1
-1/+0
*
gh-102213: Optimize the performance of `__getattr__` (GH-103761)
sunmy2019
2023-05-01
1
-7/+13
*
gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Ken Jin
2023-04-30
1
-12/+8
*
gh-94673: Fix _PyTypes_InitTypes() and get_type_attr_as_size() (gh-103961)
Eric Snow
2023-04-28
2
-4/+1
*
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow
2023-04-27
10
-107/+67
*
gh-103590: do not wrap a single exception raised from a try-except* (#103665)
Irit Katriel
2023-04-27
1
-1/+6
*
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
Carl Meyer
2023-04-25
1
-26/+58
*
gh-103826: fix unused variable warning introduced in gh-102343 (#103825)
sunmy2019
2023-04-25
1
-2/+2
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
2
-45/+180
*
gh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)
Eric Snow
2023-04-24
1
-16/+50
*
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer
2023-04-24
1
-28/+65
*
gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244)
Nikita Sobolev
2023-04-24
1
-4/+1
[next]