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 48e47aaa28 Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is 11 years ago
..
clinic Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the 11 years ago
stringlib Issue #15027: The UTF-32 encoder is now 3x to 7x faster. 11 years ago
README Issue #18093: Factor out the programs that embed the runtime 12 years ago
abstract.c Issue #23571: Enhance _Py_CheckFunctionResult() 11 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 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. 11 years ago
bytes_methods.c Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 11 years ago
bytesobject.c Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. 11 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 #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
complexobject.c Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 11 years ago
descrobject.c Issue #23910: Optimize property() getter calls. Patch by Joe Jevnik 11 years ago
dictnotes.txt Issue #15055: update dictnotes.txt. Patch by Mark Shannon. 14 years ago
dictobject.c PEP 448: additional unpacking generalizations (closes #2292) 11 years ago
enumobject.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
exceptions.c PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
fileobject.c stdprinter_write(): mention the encoding 11 years ago
floatobject.c Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. 11 years ago
frameobject.c PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
funcobject.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
genobject.c Fix warnings for gen_get_iter() 11 years ago
iterobject.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
listobject.c merge 3.4 (#24044) 11 years ago
listsort.txt Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
lnotab_notes.txt Issue #6042: 17 years ago
longobject.c Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is 11 years ago
memoryobject.c Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. 11 years ago
methodobject.c Merge 3.4 11 years ago
moduleobject.c Removed unintentional trailing spaces in non-external and non-generated C files. 11 years ago
namespaceobject.c Don't use deprecated function PyUnicode_GET_SIZE() 12 years ago
object.c Issue #21293: Remove unnecessary "capsule hack". 11 years ago
obmalloc.c Issue #23450: Fixed possible integer overflows. 11 years ago
rangeobject.c merge 3.4 (#22785) 11 years ago
setobject.c Mirco-optimizations to reduce register spills and reloads observed on CLANG and GCC. 11 years ago
sliceobject.c Make Ellipsis and NotImplemented picklable through the reduce protocol. 12 years ago
structseq.c Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
tupleobject.c Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. 11 years ago
typeobject.c PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
typeslots.inc PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 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 #15027: The UTF-32 encoder is now 3x to 7x faster. 11 years ago
unicodetype_db.h upgrade to unicode 7.0.0 12 years ago
weakrefobject.c Suppress a couple more DeprecationWarnings in the test suite. 12 years ago

README

Source files for various builtin objects