cpython/Objects
Miss Islington (bot) f5287ecd59
bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29453)
(cherry picked from commit 9127520729)

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
2021-11-06 21:17:59 +01:00
..
clinic
stringlib
abstract.c bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048) (GH-29178) 2021-11-04 21:20:21 +01:00
accu.c
boolobject.c
bytearrayobject.c bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211) 2021-04-26 21:39:51 +02:00
bytes_methods.c
bytesobject.c
call.c [3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24005) 2021-01-05 16:46:58 +01:00
capsule.c
cellobject.c
classobject.c bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202) 2021-07-28 06:33:03 -07:00
codeobject.c [3.9] bpo-43499: Restrict co_code to be under INT_MAX in codeobject (GH-20628) (GH-24896) 2021-03-17 20:26:38 +02:00
complexobject.c bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27797) 2021-08-17 18:38:39 +01:00
descrobject.c [3.9] bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28780) 2021-10-07 11:10:15 +09:00
dict-common.h
dictnotes.txt
dictobject.c bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures (GH-26062) (GH-26093) 2021-05-16 17:34:43 +03:00
enumobject.c
exceptions.c bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) (GH-24894) 2021-03-16 18:36:41 +01:00
fileobject.c
floatobject.c [3.9] Fix typos in the Objects directory (GH-28766) (GH-28795) 2021-10-07 07:09:41 -07:00
frameobject.c bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27691) 2021-08-10 09:55:39 +02:00
funcobject.c
genericaliasobject.c [3.9] Remove trailing spaces (GH-28710) 2021-10-03 20:04:38 +03:00
genobject.c bpo-42800: Add audit events for f_code and tb_frame (GH-24182) 2021-05-03 14:06:36 +01:00
interpreteridobject.c
iterobject.c
listobject.c [3.9] Fix typos in the Objects directory (GH-28766) (GH-28795) 2021-10-07 07:09:41 -07:00
listsort.txt [3.9] Fix typos in the Objects directory (GH-28766) (GH-28795) 2021-10-07 07:09:41 -07:00
lnotab_notes.txt
longobject.c Fix a potential reference-counting bug in long_pow (GH-26690) (#26702) 2021-06-13 08:42:43 +01:00
memoryobject.c
methodobject.c bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27720) 2021-08-11 10:32:24 +02:00
moduleobject.c
namespaceobject.c
object.c
obmalloc.c [3.9] Fix typos in the Objects directory (GH-28766) (GH-28795) 2021-10-07 07:09:41 -07:00
odictobject.c
picklebufobject.c
rangeobject.c bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000) 2021-09-04 13:39:47 -07:00
README
setobject.c [3.9] Fix typos in the Objects directory (GH-28766) (GH-28795) 2021-10-07 07:09:41 -07:00
sliceobject.c
structseq.c [3.9] bpo-42083: Allow NULL doc in PyStructSequence_NewType (#25896) 2021-05-04 16:07:13 +02:00
tupleobject.c
typeobject.c bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29453) 2021-11-06 21:17:59 +01:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953) 2021-10-14 21:23:52 +03:00
unicodetype_db.h
weakrefobject.c bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) (#27325) 2021-07-24 11:45:40 +02:00

Source files for various builtin objects