Skip to content
Branch: 3.8
Find file History
Pull request Compare This branch is 1024 commits ahead, 1563 commits behind master.
miss-islington and zooba bpo-38922: Raise code.__new__ audit event when code object replace() …
…is called (GH-17394)

(cherry picked from commit c7c01ab)

Co-authored-by: Steve Dower <steve.dower@python.org>
Latest commit 191f94c Nov 27, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
clinic bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684) Oct 9, 2019
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 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 bpo-38922: Raise code.__new__ audit event when code object replace() … Nov 27, 2019
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 bpo-38555: Fix an undefined behavior. (GH-16883) Oct 23, 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 Improve docstring of list.sort (GH-8516) Jun 1, 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 [3.8] bpo-36389: Backport debug enhancements from master (GH-16796) Oct 15, 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 [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.