cpython/Objects
2020-07-02 17:09:28 -07:00
..
clinic
stringlib
abstract.c bpo-41123: Remove PyLong_FromUnicode() (GH-21204) 2020-06-29 13:00:43 +09:00
accu.c
boolobject.c
bytearrayobject.c bpo-37999: Simplify the conversion code for %c, %d, %x, etc. (GH-20437) 2020-06-29 22:36:41 +03:00
bytes_methods.c
bytesobject.c bpo-37999: Simplify the conversion code for %c, %d, %x, etc. (GH-20437) 2020-06-29 22:36:41 +03:00
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c
interpreteridobject.c
iterobject.c
listobject.c Fix typo in Object/listobject.c (GH-21079) 2020-06-29 21:56:56 +03:00
listsort.txt
lnotab_notes.txt
longobject.c bpo-41123: Remove PyLong_FromUnicode() (GH-21204) 2020-06-29 13:00:43 +09:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp_setattro()" (GH-21092) 2020-07-02 17:09:28 -07:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-1635741: Release Unicode interned strings at exit (GH-21269) 2020-07-02 01:19:57 +02:00
unicodetype_db.h
weakrefobject.c

Source files for various builtin objects