cpython/Objects
Hugo van Kemenade a39131ed8c
[3.11] gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (GH-113355) (#113380)
Co-authored-by: Erlend E. Aasland <erlend@python.org>
2023-12-22 00:43:38 -07:00
..
clinic [3.11] gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (GH-113355) (#113380) 2023-12-22 00:43:38 -07:00
stringlib
abstract.c
accu.c
boolobject.c [3.11] gh-101266: Revert fix __sizeof__ for subclasses of int (#101638) 2023-02-07 11:44:43 +00:00
bytearrayobject.c [3.11] gh-112625: Protect bytearray from being freed by misbehaving iterator inside bytearray.join (GH-112626) (GH-112694) 2023-12-04 10:37:25 +02:00
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 [3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008) 2023-01-15 12:38:25 +05:30
dictnotes.txt
dictobject.c gh-102701: Fix overflow in dictobject.c (GH-102750) 2023-03-17 07:54:18 -07:00
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-94438: Restore ability to jump over None tests (GH-111338) 2023-10-25 20:47:16 +00:00
funcobject.c gh-87864: Use correct function definition syntax in the docs (GH-103312) 2023-04-11 07:19:33 -07:00
genericaliasobject.c [3.11] gh-101765: Fix SystemError / segmentation fault in iter __reduce__ when internal access of builtins.__dict__ exhausts the iterator (GH-101769) (#102228) 2023-02-24 19:49:59 -08:00
genobject.c
interpreteridobject.c
iterobject.c gh-101892: Fix SystemError when a callable iterator call exhausts the iterator (GH-101896) 2023-03-04 06:46:17 -08:00
listobject.c [3.11] gh-101765: Fix refcount issues in list and unicode pickling (GH-102265) (#102268) 2023-02-25 16:38:19 -08:00
listsort.txt
lnotab_notes.txt
locations.md
longobject.c [3.11] gh-101266: Revert fix __sizeof__ for subclasses of int (#101638) 2023-02-07 11:44:43 +00:00
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 gh-99845: _PyObject_DictPointer(): fix dictoffset cast (#99922) 2022-12-01 14:07:58 +01:00
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 [3.11] gh-101765: Fix SystemError / segmentation fault in iter __reduce__ when internal access of builtins.__dict__ exhausts the iterator (GH-101769) (#102228) 2023-02-24 19:49:59 -08:00
typeobject.c [3.11] gh-112266: Remove (if defined) part from __dict__ and __weakref__ docstrings (GH-112268) (#112276) 2023-11-20 09:04:38 +00:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c [3.11] gh-110383: Improve accuracy of str.split() and str.rsplit() docstrings (GH-113355) (#113380) 2023-12-22 00:43:38 -07:00
unicodetype_db.h
unionobject.c
weakrefobject.c [3.11] gh-99184: Bypass instance attribute access in repr of weakref.ref (GH-99244) (#103789) 2023-04-24 19:58:55 +00:00

Source files for various builtin objects