This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2024-11-27 23:47:29 +01:00
Code
Issues
Releases
Activity
9833bb91e4
cpython
/
Objects
History
Inada Naoki
9833bb91e4
bpo-46845: Reduce dict size when all keys are Unicode (
GH-31564
)
2022-03-02 08:09:28 +09:00
..
clinic
bpo-46852: Remove the float.__set_format__() method (
GH-31585
)
2022-02-26 00:53:27 +01:00
stringlib
abstract.c
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
bpo-46845: Reduce dict size when all keys are Unicode (
GH-31564
)
2022-03-02 08:09:28 +09:00
capsule.c
cellobject.c
classobject.c
codeobject.c
Propagate errors (however unlikely) from _Py_Deepfreeze_Init() (
GH-31596
)
2022-02-26 08:35:03 -08:00
complexobject.c
descrobject.c
dictnotes.txt
bpo-46845: Reduce dict size when all keys are Unicode (
GH-31564
)
2022-03-02 08:09:28 +09:00
dictobject.c
bpo-46845: Reduce dict size when all keys are Unicode (
GH-31564
)
2022-03-02 08:09:28 +09:00
enumobject.c
exception_handling_notes.txt
exceptions.c
bpo-46857: Fix refleak in OSError INIT_ALIAS() (
GH-31594
)
2022-02-27 00:28:24 +01:00
fileobject.c
floatobject.c
bpo-46852: Remove the float.__set_format__() method (
GH-31585
)
2022-02-26 00:53:27 +01:00
frameobject.c
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (
GH-31583
)
2022-02-25 16:22:00 +01:00
funcobject.c
genericaliasobject.c
genobject.c
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (
GH-31583
)
2022-02-25 16:22:00 +01:00
interpreteridobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c
bpo-46311: Clean up PyLong_FromLong and PyLong_FromLongLong (
GH-30496
)
2022-03-01 14:20:52 +00:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
bpo-46857: Fix refleak in OSError INIT_ALIAS() (
GH-31594
)
2022-02-27 00:28:24 +01:00
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (
gh-31345
)
2022-02-28 15:15:48 -07:00
typeobject.c
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (
GH-31583
)
2022-02-25 16:22:00 +01:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
unicodetype_db.h
unionobject.c
weakrefobject.c
README
Source files for various builtin objects