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-97616: list_resize() checks for integer overflow (GH-97617)
Miss Islington (bot)
2022-09-28
1
-2/+8
*
gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)
Miss Islington (bot)
2022-09-16
1
-2/+2
*
[3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH...
Christian Heimes
2022-09-13
1
-0/+5
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...
Miss Islington (bot)
2022-09-08
1
-0/+2
*
gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)
Miss Islington (bot)
2022-09-04
1
-4/+22
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
1
-1/+44
*
gh-96455: update example in exception_handling_notes.txt to the 3.11RC byteco...
Miss Islington (bot)
2022-09-01
1
-25/+28
*
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH...
Miss Islington (bot)
2022-08-23
1
-1/+1
*
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
Miss Islington (bot)
2022-08-22
1
-9/+26
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Miss Islington (bot)
2022-08-11
1
-1/+8
*
GH-92678: Document that you shouldn't be doing your own dictionary offset cal...
Miss Islington (bot)
2022-08-09
1
-1/+5
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
Miss Islington (bot)
2022-08-04
1
-0/+18
*
Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95...
Mark Shannon
2022-08-04
1
-29/+0
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
Mark Shannon
2022-08-04
1
-3/+16
*
GH-95150: Use position and exception tables for code hashing and equality (GH...
Miss Islington (bot)
2022-08-01
1
-1/+18
*
gh-95369: add missing decref in error case of exception group's split (GH-95370)
Miss Islington (bot)
2022-07-28
1
-0/+1
*
[3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack...
Miss Islington (bot)
2022-07-27
2
-2/+4
*
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#...
Pablo Galindo Salgado
2022-07-25
1
-0/+29
*
[3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)
Mark Shannon
2022-07-25
1
-20/+170
*
gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (GH-95176)
Miss Islington (bot)
2022-07-24
1
-64/+13
*
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-9...
Miss Islington (bot)
2022-07-22
1
-4/+9
*
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) ...
Brandt Bucher
2022-07-22
1
-1/+1
*
[3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)
Miss Islington (bot)
2022-07-21
1
-0/+1
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Miss Islington (bot)
2022-07-20
1
-1/+2
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Miss Islington (bot)
2022-07-19
1
-11/+25
*
gh-94841: Ensure arena_map_get() is inlined in PyObject_Free() (GH-94842)
Miss Islington (bot)
2022-07-14
1
-1/+1
*
gh-94607: Fix subclassing generics (GH-94610)
Miss Islington (bot)
2022-07-09
1
-0/+4
*
[3.11] gh-94438: in frameobject's mark_stacks switch, the PUSH_EXC_INFO and P...
Irit Katriel
2022-07-06
1
-8/+10
*
[3.11] GH-94262: Don't create frame objects for frames that aren't yet comple...
Miss Islington (bot)
2022-07-04
2
-8/+13
*
[3.11] GH-94438: Backport GH-94444 (#94486)
Mark Shannon
2022-07-01
1
-13/+35
*
[3.11] GH-93516: Backport GH-93769 (GH-94231)
Mark Shannon
2022-06-28
1
-0/+6
*
gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-...
Miss Islington (bot)
2022-06-28
1
-8/+8
*
[3.11] GH-91742: Fix pdb crash after jump (GH-94171) (#94176)
Miss Islington (bot)
2022-06-23
1
-1/+1
*
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#...
Ken Jin
2022-06-23
1
-0/+8
*
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (...
Mark Shannon
2022-06-22
1
-0/+56
*
gh-93021: Fix __text_signature__ for __get__ (GH-93023) (GH-94085)
Miss Islington (bot)
2022-06-21
1
-2/+2
*
GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961) (GH-94...
Miss Islington (bot)
2022-06-20
1
-1/+6
*
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938) (#94000)
Victor Stinner
2022-06-20
2
-2/+0
*
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Miss Islington (bot)
2022-06-20
1
-1/+1
*
GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)
Miss Islington (bot)
2022-06-19
1
-1/+4
*
gh-89828: Do not relay the __class__ attribute in GenericAlias (GH-93754)
Miss Islington (bot)
2022-06-18
1
-0/+1
*
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
Miss Islington (bot)
2022-06-18
1
-19/+36
*
gh-92914: Round the allocated size for lists up to the even number (GH-92915)
Miss Islington (bot)
2022-06-14
1
-0/+6
*
gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)
Miss Islington (bot)
2022-06-14
1
-3/+3
*
[3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over Ty...
Miss Islington (bot)
2022-06-14
1
-56/+43
*
Fix missing word in sys.float_info docstring (GH-93489) (GH-93495)
Miss Islington (bot)
2022-06-04
1
-1/+1
*
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (G...
Miss Islington (bot)
2022-06-01
1
-1/+1
*
[3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-9...
Miss Islington (bot)
2022-06-01
1
-13/+108
*
[3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-9...
Eric Snow
2022-05-28
2
-40/+3
*
GH-92804: Fix memory leak in memoryview iterator (gh-92805)
Miss Islington (bot)
2022-05-14
2
-3/+5
[next]