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 ea525a2d1a Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. 9 years ago
..
clinic Issue #27506: Support bytes/bytearray.translate() delete as keyword argument 9 years ago
stringlib PEP 7 style for if/else in C 9 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. 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 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
bytes_methods.c Issue #27474: Unified error messages in the __contains__ method of bytes and 10 years ago
bytesobject.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 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 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
complexobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
descrobject.c Issue #27809: Use _PyObject_FastCallDict() 9 years ago
dict-common.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c remove memory indirections in dict_traverse (closes #27956) 9 years ago
enumobject.c Anti-registration of various ABC methods. 9 years ago
exceptions.c Merge 9 years ago
fileobject.c Rename _PyObject_FastCall() to _PyObject_FastCallDict() 9 years ago
floatobject.c Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. 9 years ago
frameobject.c Issue #20041: Fixed TypeError when frame.f_trace is set to None. 10 years ago
funcobject.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 10 years ago
genobject.c Avoid calling functions with an empty string as format string 9 years ago
iterobject.c Rename _PyObject_FastCall() to _PyObject_FastCallDict() 9 years ago
listobject.c Issue #27662: don't use PY_SIZE_MAX for overflow checking in List_New. Patch by Xiang Zhang. 9 years ago
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
lnotab_notes.txt Issue #26107: Fix typo in Objects/lnotab_notes.txt 10 years ago
longobject.c remove some silly defined() tests 9 years ago
memoryobject.c replace PY_LONG_LONG with long long 9 years ago
methodobject.c Use Py_ssize_t type for number of arguments 9 years ago
moduleobject.c Merge #27782 fix from 3.5 9 years ago
namespaceobject.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
object.c Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, 10 years ago
obmalloc.c Issue #26249: Try test_capi on Windows 10 years ago
odictobject.c Issue #24254: Preserve class attribute definition order. 9 years ago
rangeobject.c replace PY_LONG_LONG with long long 9 years ago
setobject.c Removed unused initialization and the uninteresting comment. 10 years ago
sliceobject.c fix slice cache finalization to use gc del 10 years ago
structseq.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
tupleobject.c Issue #1621: Avoid signed overflow in list and tuple operations 10 years ago
typeobject.c Avoid inefficient way to call functions without argument 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 Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. 9 years ago
unicodetype_db.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
weakrefobject.c Avoid calling functions with an empty string as format string 9 years ago

README

Source files for various builtin objects