Permalink
..
Failed to load latest commit information.
clinic bpo-29914: Fix default implementations of __reduce__ and __reduce_ex_… Apr 8, 2017
stringlib bpo-24821: Fixed the slowing down to 25 times in the searching of some ( Mar 30, 2017
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
abstract.c bpo-29838: Add asserts for checking results of sq_length and mq_lengt… Apr 16, 2017
accu.c Issue #14387: Do not include accu.h from Python.h. Mar 22, 2012
boolobject.c bpo-29695: Remove bad keyword parameters in int(), bool(), float(), l… Mar 6, 2017
bytearrayobject.c Expand the PySlice_GetIndicesEx macro. (#1023) Apr 8, 2017
bytes_methods.c bpo-29549: Fixes docstring for str.index (#256) Apr 5, 2017
bytesobject.c Expand the PySlice_GetIndicesEx macro. (#1023) Apr 8, 2017
call.c bpo-29924: Remove useless argument (#854) Mar 27, 2017
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 Aug 11, 2010
cellobject.c fix indentation of comments in cellobject.c (closes #27011) May 13, 2016
classobject.c method_call() and slot_tp_new() now uses fast call Aug 24, 2016
codeobject.c bpo-12414: Update code_sizeof() to take in account co_extra memory. (#… Apr 20, 2017
complexobject.c Update Argument Clinic generated code for bpo-29878. (#1001) Apr 5, 2017
descrobject.c bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete… Mar 21, 2017
dict-common.h Issue #28818: Simplify lookdict functions Dec 7, 2016
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. Jun 24, 2012
dictobject.c bpo-29941: Assert fixes (#886) Mar 31, 2017
enumobject.c bpo-29878: Add global instances of int for 0 and 1. (#852) Mar 30, 2017
exceptions.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
fileobject.c bpo-29548: Fix some inefficient call API usage (GH-97) Feb 16, 2017
floatobject.c Update Argument Clinic generated code for bpo-29878. (#1001) Apr 5, 2017
frameobject.c Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python fu… Dec 24, 2016
funcobject.c bpo-29793: Convert some builtin types constructors to Argument Clinic. ( Mar 19, 2017
genobject.c Fix wrapping into StopIteration of return values in generators and co… Mar 12, 2017
iterobject.c Rename _PyObject_FastCall() to _PyObject_FastCallDict() Aug 22, 2016
listobject.c Expand the PySlice_GetIndicesEx macro. (#1023) Apr 8, 2017
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Aug 30, 2016
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (#665) Mar 14, 2017
longobject.c bpo-29816: Shift operation now has less opportunity to raise Overflow… Mar 30, 2017
memoryobject.c Expand the PySlice_GetIndicesEx macro. (#1023) Apr 8, 2017
methodobject.c bpo-29524: Add Objects/call.c file (#12) Feb 12, 2017
moduleobject.c bpo-29793: Convert some builtin types constructors to Argument Clinic. ( Mar 19, 2017
namespaceobject.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
object.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… ( Apr 16, 2017
obmalloc.c Fix spurious MemoryError introduced by PR #886. (#930) Mar 31, 2017
odictobject.c bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet… Apr 21, 2017
rangeobject.c bpo-29878: Add global instances of int for 0 and 1. (#852) Mar 30, 2017
setobject.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ( Apr 19, 2017
sliceobject.c bpo-29878: Add global instances of int for 0 and 1. (#852) Mar 30, 2017
structseq.c bpo-29793: Convert some builtin types constructors to Argument Clinic. ( Mar 19, 2017
tupleobject.c Expand the PySlice_GetIndicesEx macro. (#1023) Apr 8, 2017
typeobject.c fix a refleak in slot_sq_length (#1162) Apr 16, 2017
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 Removed unintentional trailing spaces in non-external and non-generat… Mar 18, 2015
unicodeobject.c bpo-29802: Fix reference counting in module-level struct functions (#… Apr 20, 2017
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