cpython/Objects
Serhiy Storchaka 59865e7fe1 Issue #26200: Restored more safe usages of Py_SETREF. 2016-04-11 09:57:37 +03:00
..
clinic
stringlib Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on 2015-11-14 15:42:17 +02:00
README
abstract.c Issue #24802: Merge null termination fixes from 3.5 2015-11-07 03:15:32 +00:00
accu.c
boolobject.c
bytearrayobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 2016-03-30 20:41:15 +03:00
bytes_methods.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
bytesobject.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 2016-04-10 18:12:01 +03:00
capsule.c
cellobject.c
classobject.c
codeobject.c code_richcompare() now uses the constants types 2016-01-22 12:33:12 +01:00
complexobject.c Issue #24802: Merge null termination fixes from 3.4 into 3.5 2015-11-07 02:56:11 +00:00
descrobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:50:03 +03:00
dict-common.h
dictnotes.txt
dictobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 2016-03-30 20:41:15 +03:00
enumobject.c
exceptions.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:50:03 +03:00
fileobject.c
floatobject.c Issue #26200: Restored more safe usages of Py_SETREF. 2016-04-11 09:57:37 +03:00
frameobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:50:03 +03:00
funcobject.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 2016-04-10 18:12:01 +03:00
genobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:50:03 +03:00
iterobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 2016-03-30 20:40:02 +03:00
listobject.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 2016-04-10 18:12:01 +03:00
listsort.txt Issue #25899: Converted Objects/listsort.txt to UTF-8. 2015-12-18 13:23:33 +02:00
lnotab_notes.txt Issue #26107: Fix typo in Objects/lnotab_notes.txt 2016-01-21 18:12:29 +01:00
longobject.c longobject.c: fix compilation warning on Windows 64-bit 2016-03-23 18:36:54 +01:00
memoryobject.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00
methodobject.c
moduleobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:45:48 +03:00
namespaceobject.c
object.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:50:03 +03:00
obmalloc.c _PyMem_DebugFree(): fix compiler warning on Windows 2016-03-23 11:30:43 +01:00
odictobject.c Issue #25949: __dict__ for an OrderedDict instance is now created only when 2016-02-08 16:39:05 +02:00
rangeobject.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 2016-04-10 18:05:40 +03:00
setobject.c Issue #26494: Fixed crash on iterating exhausting iterators. 2016-03-30 20:41:15 +03:00
sliceobject.c
structseq.c Issue #25923: Added the const qualifier to static constant arrays. 2015-12-25 19:53:18 +02:00
tupleobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:50:03 +03:00
typeobject.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 2016-04-10 18:12:01 +03:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 2016-04-10 18:12:01 +03:00
unicodetype_db.h
weakrefobject.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 2015-12-25 20:01:53 +02:00

README

Source files for various builtin objects