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-104584: Assorted fixes for the optimizer API. (GH-105683)
Mark Shannon
2023-06-19
1
-4/+20
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
4
-97/+25
*
gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)
Petr Viktorin
2023-06-12
1
-1/+1
*
gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (#105491)
Erlend E. Aasland
2023-06-11
1
-12/+17
*
Miscellaneous improvements to the typing docs (#105529)
Alex Waygood
2023-06-09
1
-65/+80
*
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
Eric Snow
2023-06-08
1
-52/+177
*
gh-103906: Remove immortal refcounting in compile/marshal.c (gh-103922)
Dong-hee Na
2023-06-05
1
-1/+1
*
gh-98963: Restore the ability to have a dict-less property. (#105262)
Gregory P. Smith
2023-06-05
1
-8/+37
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow
2023-06-02
2
-2/+2
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
2
-1/+8
*
GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)
Mark Shannon
2023-06-02
1
-3/+15
*
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki
2023-06-02
1
-9/+35
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
7
-50/+2
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
10
-79/+10
*
gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...
Eric Snow
2023-06-01
1
-16/+44
*
gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141)
Irit Katriel
2023-06-01
1
-1/+1
*
gh-105107: Remove PyCFunction_Call() function (#105181)
Victor Stinner
2023-06-01
1
-3/+3
*
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner
2023-06-01
1
-1/+1
*
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner
2023-06-01
1
-4/+4
*
gh-105107: Remove PyEval_CallFunction() function (#105108)
Victor Stinner
2023-05-31
1
-8/+7
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
1
-46/+21
*
gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...
Eric Snow
2023-05-31
1
-30/+46
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-30
1
-0/+39
*
Fix compiler warning in unicodeobject.c (#105050)
Inada Naoki
2023-05-29
1
-1/+1
*
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra
2023-05-26
1
-50/+65
*
gh-104955: Fix __release_buffer__ signature (#104956)
Jelle Zijlstra
2023-05-26
1
-1/+1
*
GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)
Kumar Aditya
2023-05-26
1
-0/+26
*
gh-104879: Fix TypeAliasType.__module__ in exec() (#104881)
Jelle Zijlstra
2023-05-24
1
-2/+7
*
gh-104770: Let generator.close() return value (#104771)
Nicolas Tessore
2023-05-23
1
-3/+8
*
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
[next]