cpython/Objects
Shantanu 784207ecf3
[3.11] gh-108915: Removes extra backslashes in str.split docstring (GH-109044) (#109062)
[3.11] gh-108915: Removes extra backslashes in str.split docstring (GH-109044).
(cherry picked from commit e7d5433f94)

Co-authored-by: Daniel Weiss <134341009+justdan6@users.noreply.github.com>
2023-09-07 06:07:57 +00:00
..
clinic [3.11] gh-108915: Removes extra backslashes in str.split docstring (GH-109044) (#109062) 2023-09-07 06:07:57 +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 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-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107533) 2023-08-01 11:21:08 +01: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
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
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-108915: Removes extra backslashes in str.split docstring (GH-109044) (#109062) 2023-09-07 06:07:57 +00: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