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-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
*
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
Ken Jin
2022-06-17
1
-10/+1
*
Update includes in call.c (GH-93786)
Pamela Fox
2022-06-15
1
-3/+2
*
GH-93516: Store offset of first traceable instruction in code object (GH-93769)
Mark Shannon
2022-06-14
1
-0/+6
*
gh-89546: Clean up PyType_FromMetaclass (GH-93686)
Petr Viktorin
2022-06-14
1
-90/+186
*
gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)
Serhiy Storchaka
2022-06-14
1
-3/+3
*
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka
2022-06-14
3
-26/+13
*
GH-90699: use statically allocated strings in typeobject.c (gh-93751)
Kumar Aditya
2022-06-12
1
-2/+2
*
gh-93747: Fix Refleak when handling multiple Py_tp_doc slots (gh-93749)
Dong-hee Na
2022-06-12
1
-1/+1
*
gh-93728: fix memory leak in deepfrozen code objects (GH-93729)
Kumar Aditya
2022-06-12
1
-0/+1
*
gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar a...
Serhiy Storchaka
2022-06-12
1
-56/+43
*
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...
Petr Viktorin
2022-06-10
1
-2/+14
*
bpo-45383: Get metaclass from bases in PyType_From* (GH-28748)
Sebastian Berg
2022-06-09
1
-94/+127
*
Fix missing word in sys.float_info docstring (GH-93489)
Mark Dickinson
2022-06-04
1
-1/+1
*
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Ken Jin
2022-06-03
2
-0/+15
*
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH...
Dennis Sweeney
2022-05-31
1
-0/+27
*
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (G...
Serhiy Storchaka
2022-05-31
1
-1/+1
*
bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)
Sergei Izmailov
2022-05-29
1
-18/+35
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
2
-39/+3
*
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...
Mark Shannon
2022-05-27
4
-3/+17
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
3
-12/+0
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
1
-9/+26
*
gh-91924: Optimize unicode_check_encoding_errors() (#93200)
Victor Stinner
2022-05-26
1
-2/+16
*
Remove unnecessary for loop initializer in long_lshift1() (GH-93071)
oda-gitso
2022-05-25
1
-1/+1
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
1
-7/+2
*
gh-93040 Wrap unused parameters in Objects/obmalloc.c with Py_UNUSED (#93175)
oda-gitso
2022-05-25
1
-13/+14
*
gh-93033: Use wmemchr in stringlib (GH-93034)
goldsteinn
2022-05-24
10
-14/+38
[prev]
[next]