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.
 
 
 
 
 
 
chilaxan 94a3d2a632
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938)
4 years ago
..
clinic bpo-24234: Implement bytes.__bytes__ (GH-27901) 4 years ago
stringlib bpo-41972: Tweak fastsearch.h string search algorithms (GH-27091) 4 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-41103: Resurrect the old buffer protocol. (GH-27437) 4 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 Fix bytes.__bytes__ to not truncate at a zero byte (GH-27902) 4 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-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202) 4 years ago
codeobject.c Fix a SystemError in code.replace() (#27771) 4 years ago
complexobject.c bpo-24234: implement complex.__complex__ (GH-27887) 4 years ago
descrobject.c bpo-44661: Update property_descr_set to use vectorcall if possible. (GH-27206) 4 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c bpo-44826: Specialize STORE_ATTR (GH-27590) 4 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-44854: Remove trailing whitespaces (GH-27689) 4 years ago
fileobject.c bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749) 5 years ago
floatobject.c bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) 4 years ago
frameobject.c bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933) 4 years ago
funcobject.c bpo-42073: allow classmethod to wrap other classmethod-like descriptors (#27115) 4 years ago
genericaliasobject.c bpo-44854: Remove trailing whitespaces (GH-27689) 4 years ago
genobject.c bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933) 4 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-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292) 4 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 bpo-44945: Specialize BINARY_ADD (GH-27967) 4 years ago
memoryobject.c bpo-43977: Use tp_flags for collection matching (GH-25723) 5 years ago
methodobject.c bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) 4 years ago
moduleobject.c bpo-44717: improve AttributeError on circular imports of submodules (GH-27299) 4 years ago
namespaceobject.c bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-19430) 6 years ago
object.c bpo-44654: Refactor and clean up the union type implementation (GH-27196) 4 years ago
obmalloc.c bpo-44032: Move data stack to thread from FrameObject. (GH-26076) 5 years ago
odictobject.c bpo-27275: Change popitem() and pop() methods of collections.OrderedDict (GH-27530) 4 years ago
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) 7 years ago
rangeobject.c bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) 4 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-44990: Change layout of evaluation frames. "Layout B" (GH-27933) 4 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-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-44662: Add ability to annotate types.Union (#27214) 4 years ago
weakrefobject.c bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (GH-27316) 4 years ago

README

Source files for various builtin objects