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.
 
 
 
 
 
 
Serhiy Storchaka 64e461be09 bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (#2623) 9 years ago
..
clinic bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) 9 years ago
stringlib bpo-24821: Fixed the slowing down to 25 times in the searching of some (#505) 9 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) 9 years ago
accu.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
boolobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
bytearrayobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 9 years ago
bytes_methods.c bpo-29549: Fixes docstring for str.index (#256) 9 years ago
bytesobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 9 years ago
call.c bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) 9 years ago
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
cellobject.c bpo-30486: Allow setting cell value (#1840) 9 years ago
classobject.c method_call() and slot_tp_new() now uses fast call 9 years ago
codeobject.c bpo-30789: Use a single memory block for co_extra. (#2555) 9 years ago
complexobject.c Update Argument Clinic generated code for bpo-29878. (#1001) 9 years ago
descrobject.c bpo-30534: Fixed error messages when pass keyword arguments (#1901) 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-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) 9 years ago
enumobject.c bpo-29878: Add global instances of int for 0 and 1. (#852) 9 years ago
exceptions.c bpo-30597: Show expected input in custom 'print' error message. (#2009) 9 years ago
fileobject.c bpo-29548: Fix some inefficient call API usage (GH-97) 9 years ago
floatobject.c Update Argument Clinic generated code for bpo-29878. (#1001) 9 years ago
frameobject.c Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. 9 years ago
funcobject.c bpo-30878: Fix error message when keyword arguments are passed (#2635) 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 Expand the PySlice_GetIndicesEx macro. (#1023) 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-29816: Shift operation now has less opportunity to raise OverflowError. (#680) 9 years ago
memoryobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 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 bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 9 years ago
object.c bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545) 9 years ago
obmalloc.c Fix spurious MemoryError introduced by PR #886. (#930) 9 years ago
odictobject.c bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) 9 years ago
rangeobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
setobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
sliceobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
structseq.c bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615) 9 years ago
tupleobject.c Expand the PySlice_GetIndicesEx macro. (#1023) 9 years ago
typeobject.c bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) 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-22207: Add checks for possible integer overflows in unicodeobject.c. (#2623) 9 years ago
unicodetype_db.h bpo-30736: upgrade to Unicode 10.0 (#2344) 9 years ago
weakrefobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago

README

Source files for various builtin objects