This website requires JavaScript.
Explore
Help
Sign in
ilusha
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2026-09-27 10:18:17 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4cfce3a4da
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
Sam Gross
fdee7b7b3e
gh-112532: Require mimalloc in
--disable-gil
builds (gh-112883)
2023-12-12 09:04:48 +09:00
..
clinic
gh-111138: Add PyList_Extend() and PyList_Clear() functions (
#111862
)
2023-11-13 16:14:56 +00:00
mimalloc
gh-111906: Fix warnings during mimalloc build on FreeBSD (
#111907
)
2023-11-14 17:07:46 +01:00
stringlib
abstract.c
Minor refactoring of Object/abstract.c (UNARY_FUNC macro and more cases for BINARY_FUNC) (GH-112145)
2023-12-05 09:34:13 +02:00
boolobject.c
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
2023-11-13 09:13:49 +02:00
bytearrayobject.c
gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626)
2023-12-04 08:15:43 +00:00
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
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
2023-11-13 09:13:49 +02:00
dictnotes.txt
dictobject.c
gh-112026: Restore removed _PyDict_GetItemStringWithError() (
#112119
)
2023-11-15 17:10:06 +00:00
enumobject.c
exception_handling_notes.txt
exceptions.c
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
funcobject.c
gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827)
2023-11-14 11:25:39 +02:00
genericaliasobject.c
genobject.c
gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutine/generator. (
#112428
)
2023-12-01 12:57:31 +00:00
interpreteridobject.c
iterobject.c
listobject.c
gh-111138: Add PyList_Extend() and PyList_Clear() functions (
#111862
)
2023-11-13 16:14:56 +00:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c
memoryobject.c
gh-111178: Avoid calling functions from incompatible pointer types in memoryobject.c (GH-112863)
2023-12-11 17:43:07 +01:00
methodobject.c
moduleobject.c
gh-112660: Do not clear arbitrary errors on import (GH-112661)
2023-12-07 12:19:43 +02:00
namespaceobject.c
object.c
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (
#112504
)
2023-12-07 13:56:01 +01:00
object_layout.md
object_layout_312.gv
object_layout_312.png
object_layout_full_312.gv
object_layout_full_312.png
obmalloc.c
gh-112532: Require mimalloc in
--disable-gil
builds (gh-112883)
2023-12-12 09:04:48 +09:00
odictobject.c
gh-111262: Add PyDict_Pop() function (
#112028
)
2023-11-14 12:51:00 +00:00
picklebufobject.c
rangeobject.c
README
setobject.c
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
2023-11-13 09:13:49 +02:00
sliceobject.c
structseq.c
gh-111262: Add PyDict_Pop() function (
#112028
)
2023-11-14 12:51:00 +00:00
tupleobject.c
typeobject.c
gh-112125: Fix None.__ne__(None) returning NotImplemented instead of False (
#112504
)
2023-12-07 13:56:01 +01:00
typeslots.inc
typeslots.py
typevarobject.c
unicodectype.c
unicodeobject.c
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
2023-12-07 12:33:40 -07:00
unicodetype_db.h
gh-96954: Fix
make regen-unicodedata
in out-of-tree builds (
#112118
)
2023-11-15 16:42:17 +00:00
unionobject.c
weakrefobject.c
README
Source files for various builtin objects