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 0d250bc119 Issue #25971: Optimized creating Fractions from floats by 2 times and from 10 years ago
..
clinic Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the 11 years ago
stringlib Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on 10 years ago
README Issue #18093: Factor out the programs that embed the runtime 12 years ago
abstract.c Issue #24802: Merge null termination fixes from 3.5 10 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 #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
bytes_methods.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
bytesobject.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
cellobject.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
classobject.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
codeobject.c Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. 10 years ago
complexobject.c Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when 10 years ago
descrobject.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
dict-common.h Issue #16991: Add a C implementation of collections.OrderedDict. 11 years ago
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. 14 years ago
dictobject.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
enumobject.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
exceptions.c Issue #20440: More use of Py_SETREF. 10 years ago
fileobject.c (Merge 3.4) Issue #25182: Fix compilation on Windows 10 years ago
floatobject.c Issue #25971: Optimized creating Fractions from floats by 2 times and from 10 years ago
frameobject.c Issue #20440: Massive replacing unsafe attribute setting code with special 10 years ago
funcobject.c Issue #20440: Massive replacing unsafe attribute setting code with special 10 years ago
genobject.c Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. 11 years ago
iterobject.c Issue #23985: Fixed integer overflow in iterator object. Patch by 11 years ago
listobject.c Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. 10 years ago
listsort.txt Issue #25899: Converted Objects/listsort.txt to UTF-8. 10 years ago
lnotab_notes.txt Issue #6042: 17 years ago
longobject.c Issue #24731: Fixed crash on converting objects with special methods 10 years ago
memoryobject.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
methodobject.c More typos in 3.5 documentation and comments 10 years ago
moduleobject.c Issue #20440: Massive replacing unsafe attribute setting code with special 10 years ago
namespaceobject.c #23891: describe a few more modules in the tutorial 11 years ago
object.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
obmalloc.c Issue #23450: Fixed possible integer overflows. 11 years ago
odictobject.c Issue #25914: Fixed and simplified OrderedDict.__sizeof__. 10 years ago
rangeobject.c Issue #20440: Applied yet one patch for using Py_SETREF. 10 years ago
setobject.c Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. 10 years ago
sliceobject.c Make Ellipsis and NotImplemented picklable through the reduce protocol. 12 years ago
structseq.c Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
tupleobject.c Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. 10 years ago
typeobject.c Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. 10 years ago
typeslots.inc add Py_tp_finalize slot (closes #24345) 11 years ago
typeslots.py PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
unicodectype.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
unicodeobject.c Issue #20440: More use of Py_SETREF. 10 years ago
unicodetype_db.h upgrade to Unicode 8.0.0 11 years ago
weakrefobject.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago

README

Source files for various builtin objects