You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
T. Wouters 074e7659f2
bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27165)
5 years ago
..
clinic bpo-43950: Add option to opt-out of PEP-657 (GH-27023) 5 years ago
stringlib Remove effbot urls (GH-26308) 5 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
abstract.c bpo-31861: Add aiter and anext to builtins (#23847) 5 years ago
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 7 years ago
boolobject.c bpo-41870: Avoid the test when nargs=0 (GH-22462) 6 years ago
bytearrayobject.c bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) 5 years ago
bytes_methods.c bpo-43179: Generalise alignment for optimised string routines (GH-24624) 5 years ago
bytesobject.c bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) 5 years ago
call.c bpo-42990: Further refactoring of PyEval_ functions. (GH-24368) 5 years ago
capsule.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
cellobject.c bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) 6 years ago
classobject.c bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) 6 years ago
codeobject.c bpo-43950: Add option to opt-out of PEP-657 (GH-27023) 5 years ago
complexobject.c bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) 5 years ago
descrobject.c bpo-43977: Use tp_flags for collection matching (GH-25723) 5 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
dictobject.c bpo-44531: Add _PyType_AllocNoTrack() function (GH-26947) 5 years ago
enumobject.c bpo-42536: GC track recycled tuples (GH-23623) 5 years ago
exception_handling_notes.txt bpo-40222: "Zero cost" exception handling (GH-25729) 5 years ago
exceptions.c bpo-44029: Remove Py_UNICODE APIs (GH-25881) 5 years ago
fileobject.c bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749) 5 years ago
floatobject.c bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493) 5 years ago
frameobject.c bpo-43693: Turn localspluskinds into an object (GH-26749) 5 years ago
funcobject.c bpo-42073: allow classmethod to wrap other classmethod-like descriptors (#27115) 5 years ago
genericaliasobject.c bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) 5 years ago
genobject.c bpo-44530: Add co_qualname field to PyCodeObject (GH-26941) 5 years ago
interpreteridobject.c bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) 5 years ago
iterobject.c bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238) 5 years ago
listobject.c bpo-43977: Use tp_flags for collection matching (GH-25723) 5 years ago
listsort.txt Fixes in sorting descriptions (GH-18317) 6 years ago
lnotab_notes.txt Fix typo in lnotab_notes.txt (GH-26711) 5 years ago
longobject.c Fix a potential reference-counting bug in long_pow (GH-26690) 5 years ago
memoryobject.c bpo-43977: Use tp_flags for collection matching (GH-25723) 5 years ago
methodobject.c bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self is kept alive long enough (GH-22670) 5 years ago
moduleobject.c bpo-43770: Cleanup PyModuleDef_Init() (GH-26879) 5 years ago
namespaceobject.c bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) 6 years ago
object.c bpo-43770: Cleanup _PyObject_GetMethod() (GH-26946) 5 years ago
obmalloc.c bpo-44032: Move data stack to thread from FrameObject. (GH-26076) 5 years ago
odictobject.c bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595) 5 years ago
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) 7 years ago
rangeobject.c bpo-43977: Use tp_flags for collection matching (GH-25723) 5 years ago
setobject.c bpo-43198: Revert 3dd2157 that removed freeslot tracking. (#25010) 5 years ago
sliceobject.c bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) 5 years ago
structseq.c bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) 5 years ago
tupleobject.c bpo-44531: Add _PyType_AllocNoTrack() function (GH-26947) 5 years ago
typeobject.c bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27165) 5 years ago
typeslots.inc bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) 5 years ago
typeslots.py bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) 5 years ago
unicodectype.c Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
unicodeobject.c bpo-44110: Improve string's __getitem__ error message (GH-26042) 5 years ago
unicodetype_db.h closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) 6 years ago
unionobject.c bpo-44632: Fix support of TypeVar in the union type (GH-27139) 5 years ago
weakrefobject.c bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26950) 5 years ago

README

Source files for various builtin objects