This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-02-14 11:21:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f07adf82f3
cpython
/
Objects
History
Download ZIP
Download TAR.GZ
Erlend E. Aasland
f07adf82f3
gh-90928: Improve static initialization of keywords tuple in AC (
#95907
)
2022-08-13 12:09:40 +02:00
..
clinic
gh-90928: Improve static initialization of keywords tuple in AC (
#95907
)
2022-08-13 12:09:40 +02:00
stringlib
gh-90928: Improve static initialization of keywords tuple in AC (
#95907
)
2022-08-13 12:09:40 +02:00
abstract.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
2022-08-08 14:12:05 +02:00
capsule.c
cellobject.c
classobject.c
codeobject.c
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (
#95008
)
2022-08-04 06:53:31 -07:00
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
2022-08-01 14:34:54 +01:00
enumobject.c
exception_handling_notes.txt
exceptions.c
gh-95369: add missing decref in error case of exception group's split (GH-95370)
2022-07-28 11:38:46 +01:00
fileobject.c
floatobject.c
gh-95605: Fix
float(s)
error message when
s
contains only whitespace (GH-95665)
2022-08-10 19:25:39 +01:00
frame_layout.md
frameobject.c
funcobject.c
genericaliasobject.c
genobject.c
interpreteridobject.c
iterobject.c
listobject.c
gh-91247: Use memcpy for list and tuple repeat (
#91482
)
2022-07-25 22:10:23 -04:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c
gh-94673: Add _PyStaticType_InitBuiltin() (
#95152
)
2022-07-25 12:47:31 -06:00
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c
object.c
GH-92678: Document that you shouldn't be doing your own dictionary offset calculations. (GH-95598)
2022-08-09 14:26:37 +01:00
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
2022-08-04 19:26:59 -06:00
tupleobject.c
gh-91247: Use memcpy for list and tuple repeat (
#91482
)
2022-07-25 22:10:23 -04:00
typeobject.c
docs: Fix a few typos (
#94899
)
2022-08-08 10:02:45 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
2022-08-10 13:12:40 +02:00
unicodetype_db.h
unionobject.c
weakrefobject.c
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (
#95302
)
2022-07-28 19:23:47 -06:00
README
Source files for various builtin objects