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
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+9
*
bpo-43636: Validate the version tag in _PyType_Lookup (GH-25032)
Pablo Galindo
2021-03-27
1
-1/+3
*
bpo-43198: Revert 3dd2157 that removed freeslot tracking. (#25010)
Raymond Hettinger
2021-03-24
1
-1/+15
*
bpo-31861: Fix possible crash in PyAnextAwaitable_New (GH-25005)
Pablo Galindo
2021-03-24
1
-1/+5
*
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner
2021-03-23
1
-0/+1
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
2
-2/+121
*
bpo-43452: Micro-optimizations to PyType_Lookup (GH-24804)
Dino Viehland
2021-03-20
1
-28/+23
*
bpo-43494: Make some minor changes to lnotab notes (GH-24861)
Skip Montanaro
2021-03-19
1
-6/+6
*
bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918)
Victor Stinner
2021-03-18
2
-2/+2
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Victor Stinner
2021-03-17
1
-4/+5
*
bpo-43441: Fix _PyType_ClearCache() for subinterpreters (GH-24822)
junyixie
2021-03-13
1
-5/+10
*
bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
Pablo Galindo
2021-03-04
1
-0/+34
*
bpo-11717: fix ssize_t redefinition error when targeting 32bit Windows app (G...
Jozef Grajciar
2021-03-01
1
-1/+1
*
bpo-41972: Use the two-way algorithm for string searching (GH-22904)
Dennis Sweeney
2021-02-28
2
-20/+901
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
10
-11/+24
*
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (...
Alex
2021-02-26
1
-21/+27
*
bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058)
Dennis Sweeney
2021-02-22
1
-0/+18
*
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
Victor Stinner
2021-02-21
1
-31/+4
*
bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
Pablo Galindo
2021-02-20
2
-2/+2
*
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner
2021-02-20
2
-17/+10
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
12
-60/+59
*
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner
2021-02-19
3
-3/+3
*
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Victor Stinner
2021-02-18
2
-103/+102
*
bpo-42990: Add __builtins__ attribute to functions (GH-24559)
Victor Stinner
2021-02-18
1
-0/+1
*
bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553)
Erlend Egeberg Aasland
2021-02-17
1
-2/+0
*
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
Erlend Egeberg Aasland
2021-02-16
1
-5/+5
*
bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
Erlend Egeberg Aasland
2021-02-16
1
-0/+5
*
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
Mark Shannon
2021-02-01
3
-101/+31
*
bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24...
Pablo Galindo
2021-01-30
1
-2/+2
*
bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356)
Victor Stinner
2021-01-29
2
-191/+288
*
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co...
Mark Shannon
2021-01-29
3
-80/+51
*
bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
Victor Stinner
2021-01-27
2
-14/+39
*
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner
2021-01-18
1
-0/+13
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208)
Tobias Holl
2021-01-13
1
-2/+4
*
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon
2021-01-05
2
-8/+7
*
bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)
Zackery Spytz
2021-01-03
1
-1/+1
*
bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in...
Ken Jin
2021-01-02
1
-1/+1
*
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Yurii Karabas
2020-12-30
1
-4/+48
*
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
Petr Viktorin
2020-12-29
1
-1/+2
*
Fix compiler warnings regarding loss of data (GH-23983)
Pablo Galindo
2020-12-29
1
-1/+1
*
bpo-42745: finalize_interp_types() calls _PyType_Fini() (GH-23953)
Victor Stinner
2020-12-26
2
-5/+6
*
bpo-40521: Per-interpreter interned strings (GH-20085)
Victor Stinner
2020-12-26
2
-83/+28
*
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner
2020-12-26
1
-80/+98
*
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner
2020-12-25
1
-23/+62
*
bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
kj
2020-12-24
1
-14/+62
*
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...
kj
2020-12-13
2
-24/+42
*
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...
kj
2020-12-05
1
-1/+1
*
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher
2020-12-05
3
-0/+26
*
bpo-42431: Fix outdated bytes comments (GH-23458)
Serhiy Storchaka
2020-12-03
5
-35/+21
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
13
-45/+45
[next]