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.
 
 
 
 
 
 
Victor Stinner b98eba5bc2
bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266)
5 years ago
..
clinic bpo-42431: Fix outdated bytes comments (GH-23458) 5 years ago
stringlib bpo-43179: Generalise alignment for optimised string routines (GH-24624) 5 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 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) 5 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-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) 5 years ago
complexobject.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
descrobject.c bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535) 5 years ago
dict-common.h bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) 8 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) 5 years ago
enumobject.c bpo-42536: GC track recycled tuples (GH-23623) 5 years ago
exceptions.c bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) 5 years ago
fileobject.c bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) 5 years ago
floatobject.c bpo-43687: Py_Initialize() creates singletons earlier (GH-25147) 5 years ago
frameobject.c bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) 5 years ago
funcobject.c bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918) 5 years ago
genericaliasobject.c bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073) 5 years ago
genobject.c bpo-43683: Handle generator entry in bytecode (GH-25138) 5 years ago
interpreteridobject.c bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) 6 years ago
iterobject.c bpo-43770: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266) 5 years ago
listobject.c bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) 5 years ago
listsort.txt Fixes in sorting descriptions (GH-18317) 6 years ago
lnotab_notes.txt bpo-43494: Make some minor changes to lnotab notes (GH-24861) 5 years ago
longobject.c bpo-43687: Py_Initialize() creates singletons earlier (GH-25147) 5 years ago
memoryobject.c bpo-41732: add iterator to memoryview (GH-22119) 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-42923: Dump extension modules on fatal error (GH-24207) 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: _PyTypes_Init() inits _PyAnextAwaitable_Type (GH-25266) 5 years ago
obmalloc.c When printing stats, move radix tree info to its own section. (GH-25125) 5 years ago
odictobject.c bpo-42536: GC track recycled tuples (GH-23623) 5 years ago
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) 7 years ago
rangeobject.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 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-43687: Py_Initialize() creates singletons earlier (GH-25147) 5 years ago
tupleobject.c bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) 5 years ago
typeobject.c bpo-43636: Validate the version tag in _PyType_Lookup (GH-25032) 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. 14 years ago
unicodeobject.c bpo-43687: Py_Initialize() creates singletons earlier (GH-25147) 5 years ago
unicodetype_db.h closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) 6 years ago
unionobject.c bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in Union (GH-24059) 5 years ago
weakrefobject.c bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objects (GH-19946) 6 years ago

README

Source files for various builtin objects