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-21 21:09:37 +01:00
Code
Issues
Releases
Activity
544b001b23
cpython
/
Objects
History
neonene
8c9c6d3c12
gh-123465
: Ensure PyType_FromMetaclass avoids extra strcmp (
GH-125460
)
...
use else
2024-11-13 17:09:26 +00:00
..
clinic
gh-122943
: Add the varpos parameter in _PyArg_UnpackKeywords (
GH-126564
)
2024-11-08 14:23:50 +02:00
mimalloc
stringlib
gh-122943
: Add the varpos parameter in _PyArg_UnpackKeywords (
GH-126564
)
2024-11-08 14:23:50 +02:00
abstract.c
boolobject.c
bytearrayobject.c
GH-126547
: Pre-assign version numbers for a few common classes (
GH-126551
)
2024-11-08 16:44:44 +00:00
bytes_methods.c
bytesobject.c
GH-126547
: Pre-assign version numbers for a few common classes (
GH-126551
)
2024-11-08 16:44:44 +00:00
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c
gh-126298
: Don't deduplicate slice constants based on equality (#126398)
2024-11-07 16:39:23 +00:00
complexobject.c
GH-126547
: Pre-assign version numbers for a few common classes (
GH-126551
)
2024-11-08 16:44:44 +00:00
descrobject.c
dictnotes.txt
dictobject.c
GH-126547
: Pre-assign version numbers for a few common classes (
GH-126551
)
2024-11-08 16:44:44 +00:00
enumobject.c
exceptions.c
fileobject.c
floatobject.c
GH-126547
: Pre-assign version numbers for a few common classes (
GH-126551
)
2024-11-08 16:44:44 +00:00
frameobject.c
gh-115999
: Implement thread-local bytecode and enable specialization for
BINARY_OP
(#123926)
2024-11-04 11:13:32 -08:00
funcobject.c
gh-126072
: do not add
None
to
co_consts
if there is no docstring (
GH-126101
)
2024-10-30 09:01:09 +00:00
genericaliasobject.c
genobject.c
iterobject.c
listobject.c
GH-126547
: Pre-assign version numbers for a few common classes (
GH-126551
)
2024-11-08 16:44:44 +00:00
listsort.txt
lnotab_notes.txt
longobject.c
gh-126061
: Add PyLong_IsPositive/Zero/Negative() functions (#126065)
2024-11-12 14:18:06 +01:00
memoryobject.c
gh-126341
: add release check to
__iter__
method of
memoryview
(#126759)
2024-11-13 11:51:01 +00:00
methodobject.c
moduleobject.c
gh-123930
: Better error for "from imports" when script shadows module (#123929)
2024-10-24 12:11:12 -07:00
namespaceobject.c
object_layout_312.gv
object_layout_312.png
object_layout_313.gv
object_layout_313.png
object_layout_full_312.gv
object_layout_full_312.png
object_layout_full_313.gv
object_layout_full_313.png
object_layout.md
object.c
gh-123619
: Add an unstable C API function for enabling deferred reference counting (
GH-123635
)
2024-11-13 13:27:16 +00:00
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
GH-126547
: Pre-assign version numbers for a few common classes (
GH-126551
)
2024-11-08 16:44:44 +00:00
sliceobject.c
structseq.c
GH-125174
: Make immortal objects more robust, following design from PEP 683 (
GH-125251
)
2024-10-10 18:19:08 +01:00
tupleobject.c
GH-126547
: Pre-assign version numbers for a few common classes (
GH-126551
)
2024-11-08 16:44:44 +00:00
typeobject.c
gh-123465
: Ensure PyType_FromMetaclass avoids extra strcmp (
GH-125460
)
2024-11-13 17:09:26 +00:00
typeslots.inc
typeslots.py
typevarobject.c
gh-122943
: Remove the object converter for var-positional parameter (
GH-126560
)
2024-11-08 05:41:54 +00:00
unicodectype.c
unicodeobject.c
gh-125286
: Share the Main Refchain With Legacy Interpreters (
gh-125709
)
2024-10-23 10:10:06 -06:00
unicodetype_db.h
unionobject.c
weakrefobject.c
README
Source files for various builtin objects