cpython/Objects
Serhiy Storchaka f54d7811c3 Issue #27460: Unified error messages in bytes constructor for integers
in and out of the Py_ssize_t range.  Patch by Xiang Zhang.
2016-07-06 21:39:44 +03:00
..
clinic Issue #27007: The fromhex() class methods of bytes and bytearray subclasses 2016-07-01 17:22:31 +03:00
stringlib Backed out changeset b0087e17cd5e (issue #26765) 2016-07-03 13:57:48 +03:00
abstract.c Merge spelling fixes from 3.5 2016-06-20 07:55:14 +00:00
accu.c
boolobject.c
bytearrayobject.c Issue #27443: __length_hint__() of bytearray itearator no longer return 2016-07-03 14:42:17 +03:00
bytes_methods.c Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows. 2016-07-03 13:26:52 +03:00
bytesobject.c Issue #27460: Unified error messages in bytes constructor for integers 2016-07-06 21:39:44 +03:00
capsule.c
cellobject.c fix indentation of comments in cellobject.c (closes #27011) 2016-05-12 23:12:21 -07:00
classobject.c
codeobject.c
complexobject.c
descrobject.c Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL 2016-05-04 21:42:52 +03:00
dict-common.h
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c Issue #27171: Merge typo fixes from 3.5 2016-06-02 10:11:18 +00:00
fileobject.c
floatobject.c Issue #26983: float() now always return an instance of exact float. 2016-06-03 21:42:55 +03:00
frameobject.c Issue #20041: Fixed TypeError when frame.f_trace is set to None. 2016-06-04 20:33:33 +03:00
funcobject.c
genobject.c Merge 3.5 (issue #27243) 2016-06-09 15:13:16 -04:00
iterobject.c
listobject.c Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, 2016-07-03 21:03:53 +03:00
listsort.txt
lnotab_notes.txt
longobject.c Issue #27073: Removed redundant checks in long_add and long_sub. 2016-06-04 00:06:45 +03:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, 2016-07-03 21:03:53 +03:00
obmalloc.c
odictobject.c odict: Remove useless ";" after function definition 2016-06-08 10:18:18 +02:00
rangeobject.c Issue #27333: Simplified testing step on 0. 2016-06-18 09:51:55 +03:00
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, 2016-07-03 21:03:53 +03:00
typeobject.c Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. 2016-06-05 10:50:16 +03:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as 2016-06-18 13:56:16 +03:00
unicodetype_db.h
weakrefobject.c Issue #17765: weakref.ref() no longer silently ignores keyword arguments. 2016-05-07 15:43:59 +03:00

Source files for various builtin objects