0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Objects
2017-02-04 08:05:07 +02:00
..
clinic Issue #29311: Regenerate Argument Clinic. 2017-02-04 08:05:07 +02:00
stringlib Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 2017-01-23 10:23:58 +02:00
abstract.c Issue #29360: _PyStack_AsDict() doesn't check kwnames 2017-01-24 15:05:30 +01:00
accu.c
boolobject.c
bytearrayobject.c Merge 3.6 2017-01-06 17:44:43 +09:00
bytes_methods.c
bytesobject.c Merge 3.6 2017-01-06 17:44:43 +09:00
capsule.c
cellobject.c
classobject.c
codeobject.c Issue #29337: Fixed possible BytesWarning when compare the code objects. 2017-01-24 20:54:07 +02:00
complexobject.c
descrobject.c Issue #29263: LOAD_METHOD support for C methods 2017-02-03 07:43:03 +09:00
dict-common.h
dictnotes.txt
dictobject.c Issue #29311: Regenerate Argument Clinic. 2017-02-04 08:05:07 +02:00
enumobject.c Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic. 2017-01-19 18:48:17 +02:00
exceptions.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 2017-01-23 09:47:21 +02:00
fileobject.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 2017-01-23 09:47:21 +02:00
floatobject.c
frameobject.c
funcobject.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 2017-01-23 09:47:21 +02:00
genobject.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 2017-01-23 09:47:21 +02:00
iterobject.c
listobject.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 2017-01-23 09:47:21 +02:00
listsort.txt
lnotab_notes.txt
longobject.c Issue #29421: Make int.to_bytes() and int.from_bytes() slightly faster 2017-02-02 16:54:45 +02:00
memoryobject.c
methodobject.c Issue #29263: LOAD_METHOD support for C methods 2017-02-03 07:43:03 +09:00
moduleobject.c
namespaceobject.c
object.c Issue #29263: LOAD_METHOD support for C methods 2017-02-03 07:43:03 +09:00
obmalloc.c
odictobject.c Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict 2017-01-25 00:30:04 +02:00
rangeobject.c
README
setobject.c Remove unnecessary variables. 2017-02-02 08:24:48 -08:00
sliceobject.c Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with 2017-01-25 13:27:44 +02:00
structseq.c
tupleobject.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 2017-01-23 09:47:21 +02:00
typeobject.c Issue #29383: reduce temporary interned unicode 2017-01-28 16:35:44 +09:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c Fix grammar in doc string, RST markup 2017-01-24 00:30:06 +00:00
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects