Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2197 commits ahead, 8663 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
README
abstract.c
accu.c
boolobject.c
bytearrayobject.c
bytes_methods.c [3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028) Apr 9, 2017
bytesobject.c
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c bpo-29602: fix signed zero handling in complex constructor. (#203) (#206 Feb 20, 2017
descrobject.c bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
dict-common.h Fix Tools/gdb/libpython.py Sep 11, 2018
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. Jun 24, 2012
dictobject.c
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
genobject.c
iterobject.c
listobject.c bpo-32137: The repr of deeply nested dict now raises a RecursionError ( Feb 1, 2018
listsort.txt
lnotab_notes.txt
longobject.c
memoryobject.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
methodobject.c
moduleobject.c [3.6] Fix misleading mentions of tp_size in comments (GH-9137) Sep 10, 2018
namespaceobject.c
object.c
obmalloc.c bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) ( Nov 22, 2018
odictobject.c
rangeobject.c
setobject.c
sliceobject.c bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) ( May 10, 2017
structseq.c
tupleobject.c
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
unicodetype_db.h
weakrefobject.c

README

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