cpython/Objects
Miss Islington (bot) 39c4fe5e2b
bpo-44640: Improve punctuation consistency in isinstance/issubclass error messages (GH-27144) (GH-28436)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
(cherry picked from commit f4813388b4)

Co-authored-by: wyz23x2 <52805709+wyz23x2@users.noreply.github.com>

Co-authored-by: wyz23x2 <52805709+wyz23x2@users.noreply.github.com>
2021-09-19 20:12:27 +01:00
..
clinic
stringlib
abstract.c bpo-44640: Improve punctuation consistency in isinstance/issubclass error messages (GH-27144) (GH-28436) 2021-09-19 20:12:27 +01:00
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c
capsule.c
cellobject.c
classobject.c bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202) 2021-07-28 06:29:17 -07:00
codeobject.c
complexobject.c bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796) 2021-08-17 18:38:03 +01:00
descrobject.c
dict-common.h
dictnotes.txt
dictobject.c
enumobject.c
exceptions.c bpo-34013: Move the Python 2 hints from the exception constructor to the parser (GH-27392) 2021-07-27 14:19:18 -07:00
fileobject.c
floatobject.c bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) 2021-08-20 10:48:47 -07:00
frameobject.c bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690) 2021-08-10 09:56:14 +02:00
funcobject.c bpo-42073: allow classmethod to wrap other classmethod-like descriptors (GH-27115) (GH-27162) 2021-07-15 15:42:11 +02:00
genericaliasobject.c [3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219) 2021-07-18 00:10:21 +03:00
genobject.c bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306) 2021-07-23 16:56:53 +02:00
interpreteridobject.c
iterobject.c bpo-44963: Implement send() and throw() methods for anext_awaitable objects (GH-27955) 2021-09-07 03:52:53 -07:00
listobject.c bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) (GH-27442) 2021-07-29 14:05:30 +02:00
listsort.txt
lnotab_notes.txt
longobject.c [3.10] Fix a potential reference-counting bug in long_pow (GH-26690) (GH-26703) 2021-06-13 08:58:32 +01:00
memoryobject.c
methodobject.c bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719) 2021-08-11 10:32:44 +02:00
moduleobject.c
namespaceobject.c
object.c [3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219) 2021-07-18 00:10:21 +03:00
obmalloc.c
odictobject.c
picklebufobject.c
rangeobject.c bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) 2021-09-04 13:39:30 -07:00
README
setobject.c
sliceobject.c
structseq.c
tupleobject.c
typeobject.c bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) (GH-27306) 2021-07-23 16:56:53 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c
unicodetype_db.h
unionobject.c bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461) 2021-07-30 11:31:54 +02:00
weakrefobject.c bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (GH-27324) 2021-07-24 11:45:13 +02:00

Source files for various builtin objects