Skip to content
Branch: 3.8
Find file History
Pull request Compare This branch is 1096 commits ahead, 1684 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic Document CodeType.replace (GH-17776) Jan 1, 2020
stringlib Doc: Fix typo in fastsearch comments (GH-14608) (GH-15933) Sep 11, 2019
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
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 bpo-38383: Fix possible integer overflow in startswith() of bytes and… Oct 6, 2019
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
codeobject.c Document CodeType.replace (GH-17776) Jan 1, 2020
complexobject.c bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983 Jun 12, 2019
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 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
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 [3.8] bpo-37206: Unrepresentable default values no longer represented… Sep 14, 2019
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 bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) Nov 19, 2019
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 [3.8] bpo-38588: Fix possible crashes in dict and list when calling P… ( Dec 31, 2019
listsort.txt Fix typos mostly in comments, docs and test names (GH-15209) Aug 30, 2019
lnotab_notes.txt bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (G… Sep 28, 2019
longobject.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895 Sep 12, 2019
memoryobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_… May 31, 2019
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 [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) Oct 15, 2019
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
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
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.