This website requires JavaScript.
Explore
Help
Sign in
languages
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2024-11-02 09:48:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b9f814ce6f
cpython
/
Objects
History
Pavel Ovchinnikov
0c61d028be
Improve error message for "float modulo by zero" (
#111685
)
2023-11-09 11:43:58 -08:00
..
clinic
gh-111089: Revert PyUnicode_AsUTF8() changes (
#111833
)
2023-11-07 22:36:13 +00:00
mimalloc
stringlib
abstract.c
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
2023-11-07 15:58:04 +02:00
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
gh-110543: Fix CodeType.replace in presence of comprehensions (
#110586
)
2023-11-08 13:11:59 -07:00
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
2023-11-07 15:58:04 +02:00
enumobject.c
exception_handling_notes.txt
exceptions.c
gh-111666: Speed up
BaseExceptionGroup.{derive,split,subgroup}
(
#111667
)
2023-11-04 09:59:46 +00:00
fileobject.c
floatobject.c
Improve error message for "float modulo by zero" (
#111685
)
2023-11-09 11:43:58 -08:00
frame_layout.md
frameobject.c
gh-79932: raise exception if frame.clear() is called on a suspended frame (
#111792
)
2023-11-07 08:49:30 +00:00
funcobject.c
gh-81137: deprecate assignment of code object to a function of a mismatched type (
#111823
)
2023-11-07 18:54:36 +00:00
genericaliasobject.c
genobject.c
gh-111354: remove comparisons with enum values, variable reuse, unused imports in genobject.c (
#111708
)
2023-11-09 10:27:20 +00:00
interpreteridobject.c
iterobject.c
listobject.c
gh-106168: Revert the "size before item" setting (
#111683
)
2023-11-03 11:02:39 +00:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c
GH-109369 Add vectorcall to
PyLong_Type
(GH-111642)
2023-11-02 15:07:47 +00:00
memoryobject.c
methodobject.c
moduleobject.c
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
2023-11-02 09:16:34 +00:00
namespaceobject.c
object.c
gh-111569: Implement Python critical section API (gh-111571)
2023-11-08 15:39:29 -07:00
object_layout.md
object_layout_312.gv
object_layout_312.png
object_layout_full_312.gv
object_layout_full_312.png
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c
gh-111089: Revert PyUnicode_AsUTF8() changes (
#111833
)
2023-11-07 22:36:13 +00:00
typeslots.inc
typeslots.py
typevarobject.c
unicodectype.c
unicodeobject.c
gh-111089: Revert PyUnicode_AsUTF8() changes (
#111833
)
2023-11-07 22:36:13 +00:00
unicodetype_db.h
unionobject.c
weakrefobject.c
README
Source files for various builtin objects