This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-26 23:04:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Objects
History
Joon Hwan 김준환
c3887b57a7
gh-107910: Remove not needing newline in error message (GH-107928)
2023-08-14 12:26:18 +03:00
..
clinic
gh-86457: Fix signature for code.replace() (GH-23199)
2023-08-07 23:34:53 +03:00
stringlib
…
abstract.c
gh-101162: Forbid using issubclass() with GenericAlias as the 1st arg (GH-103369)
2023-08-11 22:12:11 +03:00
boolobject.c
GH-84436: Skip refcounting for known immortals (GH-107605)
2023-08-04 16:24:50 -07:00
bytearrayobject.c
…
bytes_methods.c
…
bytesobject.c
GH-84436: Skip refcounting for known immortals (GH-107605)
2023-08-04 16:24:50 -07:00
call.c
…
capsule.c
…
cellobject.c
…
classobject.c
GH-106895: Raise a
ValueError
when attempting to disable events that cannot be disabled. (GH-107337)
2023-07-27 15:27:11 +01:00
codeobject.c
gh-86457: Fix signature for code.replace() (GH-23199)
2023-08-07 23:34:53 +03:00
complexobject.c
gh-106869: Use new PyMemberDef constant names (
#106871
)
2023-07-25 15:28:30 +02:00
descrobject.c
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functions (GH-107794)
2023-08-11 18:08:38 +03:00
dictnotes.txt
…
dictobject.c
GH-106485: Create object's dict-values instead of creating __dict__, when we can. (GH-107843)
2023-08-11 20:05:56 +01:00
enumobject.c
…
exception_handling_notes.txt
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
2023-08-09 18:19:39 +00:00
exceptions.c
gh-106869: Use new PyMemberDef constant names (
#106871
)
2023-07-25 15:28:30 +02:00
fileobject.c
…
floatobject.c
…
frame_layout.md
…
frameobject.c
gh-106092: Fix use-after-free crash in frame_dealloc (
#106875
)
2023-08-01 10:32:18 +01:00
funcobject.c
GH-84436: Skip refcounting for known immortals (GH-107605)
2023-08-04 16:24:50 -07:00
genericaliasobject.c
gh-101162: Forbid using issubclass() with GenericAlias as the 1st arg (GH-103369)
2023-08-11 22:12:11 +03:00
genobject.c
GH-100964: Break cycles involving exception state when returning from generator (GH-107563)
2023-08-02 18:44:20 +01:00
interpreteridobject.c
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
2023-07-27 15:30:16 -06:00
iterobject.c
…
listobject.c
…
listsort.txt
…
lnotab_notes.txt
…
locations.md
…
longobject.c
GH-84436: Skip refcounting for known immortals (GH-107605)
2023-08-04 16:24:50 -07:00
memoryobject.c
…
methodobject.c
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functions (GH-107794)
2023-08-11 18:08:38 +03:00
moduleobject.c
gh-106869: Use new PyMemberDef constant names (
#106871
)
2023-07-25 15:28:30 +02:00
namespaceobject.c
gh-106869: Use new PyMemberDef constant names (
#106871
)
2023-07-25 15:28:30 +02:00
object_layout_312.gv
…
object_layout_312.png
…
object_layout_full_312.gv
…
object_layout_full_312.png
…
object_layout.md
…
object.c
GH-106485: Create object's dict-values instead of creating __dict__, when we can. (GH-107843)
2023-08-11 20:05:56 +01:00
obmalloc.c
…
odictobject.c
…
picklebufobject.c
…
rangeobject.c
GH-84436: Skip refcounting for known immortals (GH-107605)
2023-08-04 16:24:50 -07:00
README
…
setobject.c
…
sliceobject.c
GH-84436: Skip refcounting for known immortals (GH-107605)
2023-08-04 16:24:50 -07:00
structseq.c
gh-106869: Use new PyMemberDef constant names (
#106871
)
2023-07-25 15:28:30 +02:00
tupleobject.c
GH-84436: Skip refcounting for known immortals (GH-107605)
2023-08-04 16:24:50 -07:00
typeobject.c
gh-107910: Remove not needing newline in error message (GH-107928)
2023-08-14 12:26:18 +03:00
typeslots.inc
…
typeslots.py
…
typevarobject.c
gh-106869: Use new PyMemberDef constant names (
#106871
)
2023-07-25 15:28:30 +02:00
unicodectype.c
…
unicodeobject.c
GH-84436: Skip refcounting for known immortals (GH-107605)
2023-08-04 16:24:50 -07:00
unicodetype_db.h
…
unionobject.c
gh-106869: Use new PyMemberDef constant names (
#106871
)
2023-07-25 15:28:30 +02:00
weakrefobject.c
gh-106869: Use new PyMemberDef constant names (
#106871
)
2023-07-25 15:28:30 +02:00
README
Source files for various builtin objects