cpython/Objects
Miss Islington (bot) b03623227e [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424)
(cherry picked from commit a853a8ba78)
2017-09-07 11:35:03 -07:00
..
clinic
stringlib [3.6] bpo-30978: str.format_map() now passes key lookup exceptions through. (GH-2790) (#2992) 2017-08-03 12:14:07 +03:00
README Issue #18093: Factor out the programs that embed the runtime 2014-07-25 21:52:14 +10:00
abstract.c [3.6] bpo-31232: Backport custom print rshift message (GH-3155) 2017-08-19 16:59:38 +10:00
accu.c
boolobject.c
bytearrayobject.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) 2017-04-08 11:18:14 +03:00
bytes_methods.c [3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028) 2017-04-09 15:17:06 -07:00
bytesobject.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) 2017-04-08 11:18:14 +03:00
capsule.c
cellobject.c
classobject.c
codeobject.c bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456) 2017-06-28 02:28:51 +02:00
complexobject.c bpo-29602: fix signed zero handling in complex constructor. (#203) (#206) 2017-02-20 21:59:30 +00:00
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
exceptions.c bpo-31161: only check for parens error for SyntaxError (#3083) 2017-08-22 13:11:09 -07:00
fileobject.c
floatobject.c [3.6] fixes bpo-31373: fix undefined floating-point demotions (GH-3396) (#3424) 2017-09-07 11:35:03 -07:00
frameobject.c
funcobject.c
genobject.c Fix wrapping into StopIteration of return values in generators and coroutines (#644) (#647) 2017-03-12 17:04:06 -04:00
iterobject.c
listobject.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) 2017-04-08 11:18:14 +03:00
listsort.txt
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919) 2017-03-31 02:12:18 -07:00
longobject.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 2016-11-16 10:19:20 +02:00
memoryobject.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) 2017-04-08 11:18:14 +03:00
methodobject.c bpo-30524: Fix _PyStack_UnpackDict() (#1886) 2017-06-09 13:24:53 +02:00
moduleobject.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
namespaceobject.c
object.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
obmalloc.c bpo-29941: Assert fixes (#886) (#955) 2017-04-01 20:20:05 -07:00
odictobject.c [3.6] bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (GH-2179) (GH-3370) 2017-09-05 18:13:07 -07:00
rangeobject.c bpo-28876: bool of large range raises OverflowError (#699) (#734) 2017-03-20 09:13:47 +02:00
setobject.c bpo-31095: fix potential crash during GC (GH-3195) 2017-09-04 12:31:09 +09:00
sliceobject.c bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) (#1529) 2017-05-10 19:00:15 +08:00
structseq.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
tupleobject.c Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) 2017-04-08 11:18:14 +03:00
typeobject.c [3.6] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (GH-1652) (#1673) 2017-05-20 10:23:31 +03:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c [3.6] bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (GH-2623) (#2658) 2017-07-11 07:27:56 +03:00
unicodetype_db.h
weakrefobject.c bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#186) 2017-02-20 14:33:02 +08:00

README

Source files for various builtin objects