Skip to content
Branch: 3.8
Find file History
Pull request Compare This branch is 1208 commits ahead, 1976 commits behind master.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic Document CodeType.replace (GH-17776) Jan 1, 2020
stringlib closes bpo-39605: Fix some casts to not cast away const. (GH-18453) Feb 12, 2020
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
abstract.c bpo-20092. Use __index__ in constructors of int, float and complex. (G… Jun 1, 2019
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) Nov 1, 2018
boolobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
bytearrayobject.c [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fail… Sep 1, 2019
bytes_methods.c closes bpo-39605: Fix some casts to not cast away const. (GH-18453) Feb 12, 2020
bytesobject.c [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) Oct 15, 2019
call.c [3.8] bpo-36974: separate vectorcall functions for each calling conve… Jul 23, 2019
capsule.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
cellobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
classobject.c bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-1… Jul 3, 2019
codeobject.c Document CodeType.replace (GH-17776) Jan 1, 2020
complexobject.c closes bpo-39415: Remove unused codes from longobject.c complexobject… Jan 22, 2020
descrobject.c [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fail… Sep 1, 2019
dict-common.h bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) Apr 20, 2018
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. Jun 24, 2012
dictobject.c [3.8] bpo-38588: Fix possible crashes in dict and list when calling P… ( Dec 31, 2019
enumobject.c
exceptions.c [3.8] bpo-37757: Disallow PEP 572 cases that expose implementation de… Aug 25, 2019
fileobject.c [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fail… Sep 1, 2019
floatobject.c closes bpo-39415: Remove unused codes from longobject.c complexobject… Jan 22, 2020
frameobject.c [3.8] bpo-37830: Fix compilation of break and continue in finally. (G… Aug 24, 2019
funcobject.c Restore tp_clear for function object. (#16502) Oct 1, 2019
genobject.c [3.8] closes bpo-39630: Update pointers to string literals to be cons… Feb 14, 2020
interpreteridobject.c bpo-38005: Remove support of string argument in InterpreterID(). (GH-… Sep 25, 2019
iterobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
listobject.c
listsort.txt Fixes in sorting descriptions (GH-18317) Feb 4, 2020
lnotab_notes.txt bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (G… Sep 28, 2019
longobject.c closes bpo-39415: Remove unused codes from longobject.c complexobject… Jan 22, 2020
memoryobject.c closes bpo-39605: Fix some casts to not cast away const. (GH-18453) Feb 12, 2020
methodobject.c [3.8] bpo-36974: separate vectorcall functions for each calling conve… Jul 23, 2019
moduleobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
namespaceobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
object.c bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFr… Jan 19, 2020
obmalloc.c closes bpo-30364: Replace deprecated no_address_safety_analysis attri… Dec 27, 2019
odictobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) May 26, 2019
rangeobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
setobject.c [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fail… Sep 1, 2019
sliceobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
structseq.c [3.8] bpo-37206: Unrepresentable default values no longer represented… Sep 14, 2019
tupleobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
typeobject.c [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) Oct 15, 2019
typeslots.inc add Py_tp_finalize slot (closes #24345) Jun 1, 2015
typeslots.py Issue #26662: Set PYTHON_FOR_GEN in configure Jul 26, 2016
unicodectype.c Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
unicodeobject.c bpo-39605: Remove a cast that causes a warning. (GH-18473) Feb 12, 2020
unicodetype_db.h closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) May 9, 2019
weakrefobject.c [3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (G… Oct 8, 2019

README

Source files for various builtin objects
You can’t perform that action at this time.