cpython/Objects
Serhiy Storchaka edaa0db93e
[3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746)
Also add support of @text_signature in Argument Clinic.
(cherry picked from commit 0e6e32fb84)
2023-08-09 06:12:02 +00:00
..
clinic [3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746) 2023-08-09 06:12:02 +00:00
stringlib
abstract.c
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c [3.11] gh-105235: Prevent reading outside buffer during mmap.find() (… (#106710) 2023-07-14 22:17:09 -04:00
call.c
capsule.c
cellobject.c
classobject.c
codeobject.c [3.11] gh-86457: Fix signature for code.replace() (GH-23199) (GH-107746) 2023-08-09 06:12:02 +00:00
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c
enumobject.c
exception_handling_notes.txt
exceptions.c [3.11] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#106040) 2023-06-24 16:41:02 -07:00
fileobject.c [3.11] gh-96670: Raise SyntaxError when parsing NULL bytes (GH-97594) (#104195) 2023-05-07 11:12:04 +01:00
floatobject.c
frame_layout.md
frameobject.c [3.11] gh-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107533) 2023-08-01 11:21:08 +01:00
funcobject.c
genericaliasobject.c
genobject.c
interpreteridobject.c
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
locations.md
longobject.c
memoryobject.c
methodobject.c
moduleobject.c [3.11] gh-106719: Fix __annotations__ getter and setter in the type and module types (GH-106720) (GH-106850) 2023-07-18 10:19:45 +03:00
namespaceobject.c
object.c
obmalloc.c [3.11] GH-94841: Fix usage of Py_ALWAYS_INLINE (GH-104439) 2023-05-12 22:06:29 +00:00
odictobject.c
picklebufobject.c
rangeobject.c
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c [3.11] gh-106719: Fix __annotations__ getter and setter in the type and module types (GH-106720) (GH-106850) 2023-07-18 10:19:45 +03:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c [3.11] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224) 2023-07-25 14:15:14 +03:00
unicodetype_db.h
unionobject.c
weakrefobject.c

Source files for various builtin objects