Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2198 commits ahead, 8753 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 Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
abstract.c closes bpo-34504: Remove the useless NULL check in PySequence_Check(). ( Aug 26, 2018
accu.c Issue #14387: Do not include accu.h from Python.h. Mar 22, 2012
boolobject.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
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 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) (GH-8311) Jul 17, 2018
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 [3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624 Sep 26, 2018
enumobject.c [3.6] bpo-31579: Fixed a possible leak in enumerate() with large indi… Sep 26, 2017
exceptions.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
fileobject.c bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) Nov 13, 2018
floatobject.c Fix typo and edit for clarity in the docstrings of sys.float_info. (G… Mar 26, 2018
frameobject.c
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 Rename _PyObject_FastCall() to _PyObject_FastCallDict() Aug 22, 2016
listobject.c
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Aug 30, 2016
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919) Mar 31, 2017
longobject.c
memoryobject.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
methodobject.c bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
moduleobject.c [3.6] Fix misleading mentions of tp_size in comments (GH-9137) Sep 10, 2018
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 bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) ( Nov 22, 2018
odictobject.c bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748 Nov 27, 2018
rangeobject.c
setobject.c
sliceobject.c bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) ( May 10, 2017
structseq.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringA… Nov 20, 2016
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 Issue #26662: Set PYTHON_FOR_GEN in configure Jul 26, 2016
unicodectype.c
unicodeobject.c
unicodetype_db.h Unicode 9.0.0 Sep 15, 2016
weakrefobject.c bpo-29347: Fix possibly dereferencing undefined pointers when creatin… Feb 20, 2017

README

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