cpython/Objects
Christian Clauss 960e7b3ba1
[3.9] Fix typos in the Objects directory (GH-28766) (GH-28795)
(cherry picked from commit 5f401f1040)

Automerge-Triggered-By: GH:JulienPalard
2021-10-07 07:09:41 -07:00
..
clinic
stringlib
abstract.c [3.9] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-22550) 2020-10-05 01:27:38 +03: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 bpo-42536: GC track recycled tuples (GH-23623) (GH-23651) 2020-12-07 20:07:48 +00:00
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 bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) (GH-23021) 2020-10-29 13:02:50 +02:00
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 bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) 2020-05-15 18:27:54 -07:00
object.c bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) 2020-05-07 15:39:59 +02:00
obmalloc.c [3.9] Fix typos in the Objects directory (GH-28766) (GH-28795) 2021-10-07 07:09:41 -07:00
odictobject.c bpo-42536: GC track recycled tuples (GH-23623) (GH-23651) 2020-12-07 20:07:48 +00:00
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 [3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (GH-20228) 2020-05-20 00:27:46 +02:00
typeobject.c [3.9] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28135) 2021-09-03 18:56:05 +02:00
typeslots.inc bpo-40724: Support setting buffer slots from type specs (GH-20648) (GH-20683) 2020-06-07 09:06:40 +02:00
typeslots.py
unicodectype.c
unicodeobject.c [3.9] Fix typos in the Objects directory (GH-28766) (GH-28795) 2021-10-07 07:09:41 -07: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