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.
 
 
 
 
 
 
Victor Stinner fe4ff83049 Issue #29507: Fix _PyObject_CallFunctionVa() 9 years ago
..
clinic Issue #29311: Regenerate Argument Clinic. 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 Issue #29507: Fix _PyObject_CallFunctionVa() 9 years ago
accu.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
boolobject.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
bytearrayobject.c Merge 3.6 9 years ago
bytes_methods.c remove all usage of Py_LOCAL 10 years ago
bytesobject.c Merge 3.6 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 10 years ago
codeobject.c Issue #29337: Fixed possible BytesWarning when compare the code objects. 9 years ago
complexobject.c Replace PyObject_CallFunctionObjArgs() with fastcall 9 years ago
descrobject.c Issue #29263: LOAD_METHOD support for C methods 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 Issue #29311: Regenerate Argument Clinic. 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 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
floatobject.c Added the const qualifier to char* variables that refer to readonly internal 9 years ago
frameobject.c Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. 9 years ago
funcobject.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
genobject.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
iterobject.c Rename _PyObject_FastCall() to _PyObject_FastCallDict() 10 years ago
listobject.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 10 years ago
lnotab_notes.txt Issue #26107: Fix typo in Objects/lnotab_notes.txt 10 years ago
longobject.c Issue #29421: Make int.to_bytes() and int.from_bytes() slightly faster 9 years ago
memoryobject.c Merge 3.5. 9 years ago
methodobject.c Fix PyCFunction_Call() performance issue 9 years ago
moduleobject.c Issue #28748: Private variable _Py_PackageContext is now of type "const char *" 9 years ago
namespaceobject.c use c++ style comments 10 years ago
object.c Issue #29263: LOAD_METHOD support for C methods 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 Issue #28376: Creating instances of range_iterator by calling range_iterator 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 Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, 9 years ago
tupleobject.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
typeobject.c Optimize slots: avoid temporary PyMethodObject 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 Fix grammar in doc string, RST markup 9 years ago
unicodetype_db.h Unicode 9.0.0 9 years ago
weakrefobject.c Avoid calling functions with an empty string as format string 10 years ago

README

Source files for various builtin objects