cpython/Objects
Miss Islington (bot) ece5659565 bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) (#4191)
Removed a code that incorrectly detected in-place resizing in realloc()
 and wrote to freed memory.
(cherry picked from commit b484d5606c)
2017-10-31 15:58:33 +02:00
..
clinic [3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162) 2017-10-29 12:24:45 +02:00
stringlib [3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0 (#3518) 2017-09-12 16:09:44 -07:00
abstract.c
accu.c
boolobject.c
bytearrayobject.c [3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162) 2017-10-29 12:24:45 +02:00
bytes_methods.c
bytesobject.c [3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4162) 2017-10-29 12:24:45 +02:00
capsule.c
cellobject.c
classobject.c
codeobject.c [3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453) 2017-09-08 10:43:54 +03:00
complexobject.c
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c bpo-31095: fix potential crash during GC (GH-3195) 2017-09-04 12:31:09 +09:00
enumobject.c [3.6] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). (#3760) 2017-09-26 09:11:34 +03:00
exceptions.c [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135) 2017-10-26 17:48:48 +02:00
fileobject.c
floatobject.c [3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495) 2017-09-11 23:08:49 -07:00
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c [3.6] bpo-31619: Fixed a ValueError when convert a string with large number of underscores (GH-3827) (#3863) 2017-10-03 15:38:46 +03:00
memoryobject.c
methodobject.c
moduleobject.c [3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (GH-3620). (#3773) 2017-09-27 07:33:00 +03:00
namespaceobject.c [3.6] bpo-31655: Validate keyword names in SimpleNamespace constructor. (GH-3909) (#3920) 2017-10-07 23:52:57 +03:00
object.c
obmalloc.c bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) (#4191) 2017-10-31 15:58:33 +02:00
odictobject.c Backport docstring improvements to OrderedDict. (GH-3470) 2017-09-10 18:11:18 -07:00
rangeobject.c
README
setobject.c bpo-31095: fix potential crash during GC (GH-3195) 2017-09-04 12:31:09 +09:00
sliceobject.c
structseq.c
tupleobject.c
typeobject.c [3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453) 2017-09-08 10:43:54 +03:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (GH-4058) (#4059) 2017-10-20 17:41:29 +03:00
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects