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-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
1
-5/+16
*
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Petr Viktorin
2022-08-04
1
-0/+26
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Ken Jin
2022-08-04
1
-0/+18
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596)
Mark Shannon
2022-08-03
1
-3/+16
*
GH-95150: Use position and exception tables for code hashing and equality (GH...
Brandt Bucher
2022-08-01
1
-1/+18
*
GH-95245: Store object values and dict pointers in single tagged pointer. (GH...
Mark Shannon
2022-08-01
3
-165/+195
*
gh-91146: More reduce allocation size of list from str.split/rsplit (gh-95493)
Dong-hee Na
2022-08-01
1
-9/+22
*
gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473)
Dong-hee Na
2022-07-31
1
-19/+20
*
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)
Eric Snow
2022-07-29
2
-0/+25
*
Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)
Pamela Fox
2022-07-28
1
-1/+1
*
gh-95369: add missing decref in error case of exception group's split (GH-95370)
Irit Katriel
2022-07-28
1
-0/+1
*
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during...
Pablo Galindo Salgado
2022-07-27
2
-2/+4
*
gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)
Aivars KalvÄns
2022-07-27
1
-115/+0
*
gh-94673: Add Per-Interpreter Storage for Static Builtin Types (#95255)
Eric Snow
2022-07-26
1
-5/+106
*
gh-91247: Use memcpy for list and tuple repeat (#91482)
Pieter Eendebak
2022-07-26
2
-65/+49
*
GH-92678: Expose managed dict clear and visit functions (#95246)
Mark Shannon
2022-07-25
1
-0/+29
*
gh-94673: Always Finalize Static Builtin Types (#95153)
Eric Snow
2022-07-25
1
-23/+80
*
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow
2022-07-25
7
-49/+99
*
gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (#95176)
Pablo Galindo Salgado
2022-07-24
1
-64/+13
*
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-9...
Brandt Bucher
2022-07-22
1
-4/+9
*
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
Brandt Bucher
2022-07-22
1
-1/+1
*
Fix PyCode_Addr2Location when addrq < 0 (GH-95091)
Ken Jin
2022-07-21
1
-0/+1
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Kumar Aditya
2022-07-20
1
-1/+2
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Brandt Bucher
2022-07-19
1
-11/+25
*
GH-94979: Pop the exception stack when jumping out of exception handlers. (#9...
Mark Shannon
2022-07-19
1
-9/+52
*
gh-94673: [c-analyzer] Add a Script to Identify Static Types (#94989)
Eric Snow
2022-07-19
1
-11/+3
*
GH-94893: Ignore caches when adding LOAD_FAST_CHECKs (GH-94894)
Brandt Bucher
2022-07-18
1
-1/+3
*
GH-94739: Mark stacks of exception handling blocks for setting frame.f_lineno...
Mark Shannon
2022-07-18
1
-11/+121
*
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (#94842)
neonene
2022-07-14
1
-1/+1
*
gh-94607: Fix subclassing generics (GH-94610)
Ken Jin
2022-07-09
1
-0/+4
*
GH-90699: Intern statically allocated strings (GH-93597)
Kumar Aditya
2022-07-08
1
-0/+9
*
gh-94438: in frameobject's mark_stacks switch, the PUSH_EXC_INFO and POP_EXCE...
Irit Katriel
2022-07-06
1
-8/+10
*
GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)
Mark Shannon
2022-07-01
1
-13/+43
*
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH...
Mark Shannon
2022-07-01
2
-8/+13
*
gh-88116: Avoid undefined behavior when decoding varints in code objects (#94...
Pablo Galindo Salgado
2022-06-28
1
-8/+8
*
gh-87995: Make MappingProxyType hashable (GH-94252)
Serhiy Storchaka
2022-06-28
1
-1/+7
*
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
Mark Shannon
2022-06-27
1
-17/+34
*
gh-93382: Sync up `co_code` changes with 3.11 (GH-94227)
Ken Jin
2022-06-24
1
-1/+1
*
GH-91742: Fix pdb crash after jump (GH-94171)
Kumar Aditya
2022-06-23
1
-1/+1
*
gh-93021: Fix __text_signature__ for __get__ (GH-93023)
Jelle Zijlstra
2022-06-21
1
-2/+2
*
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney
2022-06-21
4
-39/+58
*
GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961)
Irit Katriel
2022-06-20
1
-1/+6
*
GH-93516: Speedup line number checks when tracing. (GH-93763)
Mark Shannon
2022-06-20
1
-0/+56
*
GH-93897: Store frame size in code object and de-opt if insufficient space on...
Mark Shannon
2022-06-20
2
-1/+4
*
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes
2022-06-20
1
-1/+1
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner
2022-06-19
2
-2/+0
*
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)
Kumar Aditya
2022-06-19
1
-1/+4
*
gh-93955: Use unbound methods for slot `__getattr__` and `__getattribute__` (...
Ken Jin
2022-06-18
1
-1/+8
*
gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)
Serhiy Storchaka
2022-06-18
1
-0/+1
*
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
Ken Jin
2022-06-17
1
-19/+36
[next]