Skip to content
Branch: 3.7
Find file History
Pull request Compare This branch is 2564 commits ahead, 5117 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
stringlib [3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH… Jun 25, 2019
README
abstract.c bpo-35992: Use PySequence_GetItem only if sq_item is not NULL (GH-11857) Feb 17, 2019
accu.c Replace KB unit with KiB (#4293) Nov 8, 2017
boolobject.c bpo-30592: Fixed error messages for some builtins. (#1996) Jun 8, 2017
bytearrayobject.c
bytes_methods.c
bytesobject.c
call.c bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) (GH-1… May 22, 2019
capsule.c
cellobject.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
classobject.c
codeobject.c bpo-24618: Add a check in the code constructor. (GH-8283) Jul 16, 2018
complexobject.c bpo-31979: Simplify transforming decimals to ASCII (#4336) Nov 13, 2017
descrobject.c bpo-36433: fix confusing error messages in classmethoddescr_call (GH-… Mar 26, 2019
dict-common.h
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. Jun 24, 2012
dictobject.c [3.7] bpo-38588: Fix possible crashes in dict and list when calling P… ( Dec 31, 2019
enumobject.c bpo-31579: Fixed a possible leak in enumerate() with large indices. (#… Sep 26, 2017
exceptions.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genobject.c bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) Nov 19, 2019
iterobject.c bpo-30860: Consolidate stateful runtime globals. (#3397) Sep 8, 2017
listobject.c [3.7] bpo-38588: Fix possible crashes in dict and list when calling P… ( Dec 31, 2019
listsort.txt
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (#665) Mar 14, 2017
longobject.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895 Sep 12, 2019
memoryobject.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
methodobject.c bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
moduleobject.c
namespaceobject.c
object.c
obmalloc.c closes bpo-30364: Replace deprecated no_address_safety_analysis attri… Dec 27, 2019
odictobject.c [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-1… Mar 14, 2019
rangeobject.c
setobject.c [3.7] bpo-37219: Remove erroneous optimization for differencing an em… Jun 11, 2019
sliceobject.c bpo-35961: Fix a crash in slice_richcompare() (GH-11830) Feb 13, 2019
structseq.c
tupleobject.c
typeobject.c
typeslots.inc
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 update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) Jun 7, 2018
weakrefobject.c [3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (G… Oct 11, 2019

README

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