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 fabd7bb8e0
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
6 years ago
..
clinic bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549) 6 years ago
stringlib bpo-40521: Make empty Unicode string per interpreter (GH-21096) 6 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-39573: Use the Py_TYPE() macro (GH-21433) 6 years ago
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 7 years ago
boolobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
bytearrayobject.c bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535) 6 years ago
bytes_methods.c bpo-40170: Add _PyIndex_Check() internal function (GH-19426) 6 years ago
bytesobject.c A (very) slight speed improvement for iterating over bytes (#21705) 6 years ago
call.c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) 6 years ago
capsule.c bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) 6 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-41263: Convert code.__new__ to Argument Clinic (GH-21426) 6 years ago
complexobject.c bpo-41343: Convert methods of complex to Argument Clinic (GH-21550) 6 years ago
descrobject.c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) 6 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-41493: Refactoring dictresize (GH-21751) 6 years ago
enumobject.c bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421) 6 years ago
exceptions.c bpo-40521: Make MemoryError free list per interpreter (GH-21086) 6 years ago
fileobject.c bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) 6 years ago
floatobject.c bpo-40521: Cleanup code of free lists (GH-21082) 6 years ago
frameobject.c bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803) 6 years ago
funcobject.c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) 6 years ago
genericaliasobject.c bpo-39573: Use the Py_TYPE() macro (GH-21433) 6 years ago
genobject.c bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803) 6 years ago
interpreteridobject.c bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) 6 years ago
iterobject.c bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) 6 years ago
listobject.c Fix typo in Object/listobject.c (GH-21079) 6 years ago
listsort.txt Fixes in sorting descriptions (GH-18317) 6 years ago
lnotab_notes.txt bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) 6 years ago
longobject.c bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549) 6 years ago
memoryobject.c bpo-41262: Convert memoryview to Argument Clinic. (GH-21421) 6 years ago
methodobject.c bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) 6 years ago
moduleobject.c bpo-40268: Remove unused structmember.h includes (GH-19530) 6 years ago
namespaceobject.c bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) 6 years ago
object.c Fix a small grammatical mistake in a comment (GH-21526) 6 years ago
obmalloc.c bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) 6 years ago
odictobject.c bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534) 6 years ago
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) 7 years ago
rangeobject.c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) 6 years ago
setobject.c bpo-40521: Empty frozenset is no longer a singleton (GH-21085) 6 years ago
sliceobject.c bpo-40521: Cleanup code of free lists (GH-21082) 6 years ago
structseq.c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) 6 years ago
tupleobject.c bpo-40521: Always create the empty tuple singleton (GH-21116) 6 years ago
typeobject.c bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822) 6 years ago
typeslots.inc bpo-40724: Support setting buffer slots from type specs (GH-20648) 6 years ago
typeslots.py Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
unicodectype.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodeobject.c bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clinic (GH-21535) 6 years ago
unicodetype_db.h closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) 6 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