cpython/Objects
Brett Cannon a721abac29 Issue #26331: Implement the parsing part of PEP 515.
Thanks to Georg Brandl for the patch.
2016-09-09 14:57:09 -07:00
..
clinic
stringlib remove all usage of Py_LOCAL 2016-09-09 13:54:34 -07:00
README
abstract.c Issue #27810: Add _PyCFunction_FastCallKeywords() 2016-09-09 14:07:44 -07:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c remove all usage of Py_LOCAL 2016-09-09 13:54:34 -07:00
bytesobject.c remove all usage of Py_LOCAL 2016-09-09 13:54:34 -07:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c Issue #26331: Implement the parsing part of PEP 515. 2016-09-09 14:57:09 -07:00
descrobject.c
dict-common.h do not worry about 64-bit dict sizes on 32-bit platforms 2016-09-08 13:16:41 -07:00
dictnotes.txt
dictobject.c Issue #28033: Fix typo in dictobject.c 2016-09-09 03:57:23 +03:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c Issue #26331: Implement the parsing part of PEP 515. 2016-09-09 14:57:09 -07:00
frameobject.c
funcobject.c
genobject.c Issue #28003: Implement PEP 525 -- Asynchronous Generators. 2016-09-08 22:01:51 -07:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c Issue #26331: Implement the parsing part of PEP 515. 2016-09-09 14:57:09 -07:00
memoryobject.c use static inline instead of Py_LOCAL_INLINE 2016-09-08 11:56:06 -07:00
methodobject.c Issue #27810: Add _PyCFunction_FastCallKeywords() 2016-09-09 14:07:44 -07:00
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
odictobject.c Issue #27576: Fix call order in OrderedDict.__init__(). 2016-09-09 11:59:08 -07:00
rangeobject.c
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c Issue #25856: The __module__ attribute of extension classes and functions 2016-09-10 00:53:02 +03:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c remove all usage of Py_LOCAL 2016-09-09 13:54:34 -07:00
unicodetype_db.h
weakrefobject.c

README

Source files for various builtin objects