Skip to content
Branch: 3.8
Find file History
Pull request Compare This branch is 1154 commits ahead, 1848 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
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 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 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
dictnotes.txt
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 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 bpo-39386: Prevent double awaiting of async iterator (GH-18081) Jan 20, 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 bpo-39425: Fix list.count performance regression (GH-18119) (GH-18120) Jan 22, 2020
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 closes bpo-39415: Remove unused codes from longobject.c complexobject… Jan 22, 2020
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 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
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
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
unicodectype.c Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
unicodeobject.c [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) Oct 15, 2019
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.