cpython/Objects
Serhiy Storchaka 19eb87d857 [2.7] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). (#3761)
(cherry picked from commit 0e950dd22b)
2017-09-26 09:11:27 +03:00
..
stringlib Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
abstract.c Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() 2016-07-25 02:30:05 +00:00
boolobject.c
bufferobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
bytearrayobject.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
bytes_methods.c
capsule.c
cellobject.c fix indentation of comments in cellobject.c (closes #27011) 2016-05-12 23:12:21 -07:00
classobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
cobject.c
codeobject.c Issue #27942: Fix memory leak in codeobject.c 2016-11-09 09:41:15 -05:00
complexobject.c bpo-29602: fix signed zero handling in complex constructor (#204) 2017-02-20 21:14:52 +00:00
descrobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:51:18 +03:00
dictnotes.txt
dictobject.c bpo-31095: Fix potential crash during GC (GH-3197) 2017-09-04 12:31:41 +09:00
enumobject.c [2.7] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). (#3761) 2017-09-26 09:11:27 +03:00
exceptions.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
fileobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
floatobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
frameobject.c Issue #20041: Fixed TypeError when frame.f_trace is set to None. 2016-06-04 20:30:43 +03:00
funcobject.c Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
genobject.c
intobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
iterobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 2016-03-30 20:43:06 +03:00
listobject.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
lnotab_notes.txt
longobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
memoryobject.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
methodobject.c Issue #22463: Backport compiler warning fixes and workarounds 2016-06-21 23:58:05 +00:00
moduleobject.c
object.c Issue #27125: Fix various errors like “will [be] inherited” 2016-05-29 08:13:58 +00:00
obmalloc.c make comment not lie about the size of SMALL_REQUEST_THRESHOLD 2015-07-29 22:18:16 -07:00
rangeobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
setobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
sliceobject.c bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480) 2017-05-10 19:20:28 +08:00
stringobject.c [2.7] bpo-30657: Check & prevent integer overflow in PyString_DecodeEscape (#2174) 2017-06-18 19:41:03 +03:00
structseq.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
tupleobject.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
typeobject.c bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) 2017-08-02 11:33:33 +03:00
unicodectype.c
unicodeobject.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) 2017-04-15 20:11:12 +03:00
unicodetype_db.h
weakrefobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00