You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
4kir4 e46fb86118 bpo-28876: bool of large range raises OverflowError (#699) 9 years ago
..
clinic bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
stringlib Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-29548: Fix some inefficient call API usage (GH-97) 9 years ago
accu.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
boolobject.c bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518) 9 years ago
bytearrayobject.c bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709) 9 years ago
bytes_methods.c bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650) 9 years ago
bytesobject.c bpo-29116: Fix error messages for concatenating bytes and bytearray with unsupported type. (#709) 9 years ago
call.c bpo-29735: Optimize partial_call(): avoid tuple (#516) 9 years ago
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
cellobject.c Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li 10 years ago
classobject.c method_call() and slot_tp_new() now uses fast call 9 years ago
codeobject.c bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376) 9 years ago
complexobject.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
descrobject.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
dict-common.h Issue #28818: Simplify lookdict functions 9 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c bpo-24274: fix erroneous comment in dictobject.c (GH-196) 9 years ago
enumobject.c Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic. 9 years ago
exceptions.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
fileobject.c bpo-29548: Fix some inefficient call API usage (GH-97) 9 years ago
floatobject.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
frameobject.c Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. 9 years ago
funcobject.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
genobject.c Fix wrapping into StopIteration of return values in generators and coroutines (#644) 9 years ago
iterobject.c Rename _PyObject_FastCall() to _PyObject_FastCallDict() 9 years ago
listobject.c bpo-29748: Added the slice index converter in Argument Clinic. (#549) 9 years ago
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (#665) 9 years ago
longobject.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
memoryobject.c Merge 3.5. 9 years ago
methodobject.c Issue #29465: Add Objects/call.c file 9 years ago
moduleobject.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
namespaceobject.c use c++ style comments 9 years ago
object.c bpo-29509: skip redundant intern (GH-197) 9 years ago
obmalloc.c correct silly spelling problem 9 years ago
odictobject.c Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict 9 years ago
rangeobject.c bpo-28876: bool of large range raises OverflowError (#699) 9 years ago
setobject.c Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and 9 years ago
sliceobject.c Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with 9 years ago
structseq.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
tupleobject.c bpo-20186: Convert tuple object implementation to Argument Clinic. (#614) 9 years ago
typeobject.c bpo-20185: Convert typeobject.c to Argument Clinic. (#544) 9 years ago
typeslots.inc Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
typeslots.py Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. 10 years ago
unicodectype.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodeobject.c bpo-29116: Improve error message for concatenating str with non-str. (#710) 9 years ago
unicodetype_db.h Unicode 9.0.0 9 years ago
weakrefobject.c bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) 9 years ago

README

Source files for various builtin objects