Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2192 commits ahead, 8532 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.6] bpo-20047: Make bytearray methods partition() and rpartition() … Oct 29, 2017
stringlib bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718 Nov 26, 2018
README
abstract.c closes bpo-34504: Remove the useless NULL check in PySequence_Check(). ( Aug 26, 2018
accu.c
boolobject.c
bytearrayobject.c bpo-34974: Do not replace unexpected errors in bytes() and bytearray(… Oct 14, 2018
bytes_methods.c [3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028) Apr 9, 2017
bytesobject.c
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
complexobject.c bpo-29602: fix signed zero handling in complex constructor. (#203) (#206 Feb 20, 2017
descrobject.c
dict-common.h Fix Tools/gdb/libpython.py Sep 11, 2018
dictnotes.txt
dictobject.c [3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624 Sep 26, 2018
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
funcobject.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
genobject.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
iterobject.c
listobject.c
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Aug 30, 2016
lnotab_notes.txt
longobject.c
memoryobject.c
methodobject.c
moduleobject.c
namespaceobject.c [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (G… Dec 11, 2018
object.c bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) ( Nov 22, 2018
obmalloc.c
odictobject.c
rangeobject.c
setobject.c
sliceobject.c
structseq.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringA… Nov 20, 2016
tupleobject.c [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522) Feb 4, 2018
typeobject.c bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751 Nov 29, 2018
typeslots.inc add Py_tp_finalize slot (closes #24345) Jun 1, 2015
typeslots.py
unicodectype.c
unicodeobject.c bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848) Dec 3, 2018
unicodetype_db.h Unicode 9.0.0 Sep 15, 2016
weakrefobject.c

README

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