Skip to content
Branch: 3.7
Find file History
Pull request Compare This branch is 2537 commits ahead, 5062 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 [3.7] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-… Oct 9, 2019
stringlib [3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH… Jun 25, 2019
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
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 bpo-37417: Fix error handling in bytearray.extend. (GH-14407) Jun 26, 2019
bytes_methods.c bpo-38383: Fix possible integer overflow in startswith() of bytes and… Oct 6, 2019
bytesobject.c bpo-36946: Fix possible signed integer overflow when handling slices. ( May 17, 2019
call.c bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) (GH-1… May 22, 2019
capsule.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
cellobject.c
classobject.c bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
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 bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) (G… Apr 20, 2018
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. Jun 24, 2012
dictobject.c Fix typo in dict object comment (GH-15814) Sep 10, 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 bpo-36251: Fix format strings used in match_repr() and stdprinter_rep… Mar 10, 2019
floatobject.c bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895 Sep 12, 2019
frameobject.c bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. ( Dec 17, 2018
funcobject.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
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 bpo-36946:Fix possible signed integer overflow when handling slices. (G… Sep 8, 2019
listsort.txt bpo-28685: Optimize sorted() list.sort() with type-specialized compar… Jan 29, 2018
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 [3.7] Fix misleading mentions of tp_size in comments. (GH-9136) Sep 10, 2018
namespaceobject.c bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) Dec 11, 2018
object.c bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993 Apr 28, 2019
obmalloc.c bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) (GH-15342) ( Aug 20, 2019
odictobject.c [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-1… Mar 14, 2019
rangeobject.c bpo:34848 : Correct an incorrect docstring for range().index method (G… May 3, 2019
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 bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010 Sep 12, 2019
tupleobject.c bpo-36946: Fix possible signed integer overflow when handling slices. ( May 17, 2019
typeobject.c [3.7] Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304)… May 29, 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.7] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-… Oct 9, 2019
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.