cpython/Objects
Miss Islington (bot) 3dc6961681
Give proper credits for the memoryview implementation. (GH-18626) (#18643)
(cherry picked from commit ee3bac4cba)

Authored-by: Stefan Krah <skrah@bytereef.org>
2020-02-24 11:51:40 +01:00
..
clinic [3.7] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16686) 2019-10-09 16:56:07 -05:00
stringlib [3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) (GH-14369) 2019-06-25 12:29:18 +02:00
README
abstract.c bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) 2020-02-22 05:32:36 -08:00
accu.c
boolobject.c
bytearrayobject.c bpo-37417: Fix error handling in bytearray.extend. (GH-14407) 2019-06-26 12:23:19 -07:00
bytes_methods.c bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) 2019-10-06 05:36:44 -07:00
bytesobject.c bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) 2019-05-17 00:33:10 -07:00
call.c bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) (GH-13493) 2019-05-22 14:52:13 +02:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556) 2019-03-26 02:47:08 -07:00
dict-common.h
dictnotes.txt
dictobject.c [3.7] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-17765) 2019-12-31 04:15:10 +00:00
enumobject.c
exceptions.c
fileobject.c bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252) 2019-03-10 03:52:44 -07:00
floatobject.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15962) 2019-09-11 19:50:51 -07:00
frameobject.c
funcobject.c
genobject.c bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18502) 2020-02-13 01:33:35 -08:00
iterobject.c
listobject.c [3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18204) 2020-02-17 01:30:44 -08:00
listsort.txt Fixes in sorting descriptions (GH-18317) 2020-02-03 16:30:44 -08:00
lnotab_notes.txt
longobject.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15962) 2019-09-11 19:50:51 -07:00
memoryobject.c Give proper credits for the memoryview implementation. (GH-18626) (#18643) 2020-02-24 11:51:40 +01:00
methodobject.c
moduleobject.c
namespaceobject.c
object.c bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630) 2020-01-19 15:43:12 -08:00
obmalloc.c closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (GH-17702) 2019-12-26 19:08:30 -08:00
odictobject.c [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (GH-12322) 2019-03-14 10:47:27 +02:00
rangeobject.c bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877) 2019-05-03 05:39:17 -07:00
setobject.c [3.7] bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) (GH-13968) 2019-06-11 02:01:06 -07:00
sliceobject.c bpo-35961: Fix a crash in slice_richcompare() (GH-11830) 2019-02-13 03:49:34 -08:00
structseq.c bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH-16063) 2019-09-12 08:20:07 -07:00
tupleobject.c bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) 2019-05-17 00:33:10 -07:00
typeobject.c [3.7] Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304) (GH-13495) 2019-05-28 23:35:33 -04:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c [3.7] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16686) 2019-10-09 16:56:07 -05:00
unicodetype_db.h
weakrefobject.c [3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663) 2019-10-11 13:28:49 -07:00

README

Source files for various builtin objects