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 9fc57a3848
bpo-35081: Add pycore_fileutils.h (GH-10371)
7 years ago
..
clinic bpo-33462: Add __reversed__ to dict and dict views (GH-6827) 7 years ago
stringlib bpo-34523: Support surrogatepass in locale codecs (GH-8995) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 7 years ago
boolobject.c bpo-30592: Fixed error messages for some builtins. (#1996) 9 years ago
bytearrayobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
bytes_methods.c closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) 7 years ago
bytesobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
call.c bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) 7 years ago
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 16 years ago
cellobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
classobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
codeobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
complexobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 7 years ago
descrobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
dict-common.h bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) 8 years ago
dictnotes.txt Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
dictobject.c bpo-33462: Add __reversed__ to dict and dict views (GH-6827) 7 years ago
enumobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
exceptions.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
fileobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
floatobject.c bpo-35059: Convert PyObject_INIT() to function (GH-10077) 7 years ago
frameobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
funcobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
genobject.c bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) 7 years ago
iterobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
listobject.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 7 years ago
listsort.txt bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#582) 8 years ago
lnotab_notes.txt bpo-28810: Update lnotab_notes.txt (#665) 9 years ago
longobject.c bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152) 7 years ago
memoryobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
methodobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
moduleobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
namespaceobject.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
object.c bpo-33462: Add __reversed__ to dict and dict views (GH-6827) 7 years ago
obmalloc.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
odictobject.c bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) 7 years ago
rangeobject.c Fix a possible crash in range.__reversed__(). (GH-10252) 7 years ago
setobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
sliceobject.c bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
structseq.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
tupleobject.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 7 years ago
typeobject.c bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266) 7 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-35081: Add pycore_fileutils.h (GH-10371) 7 years ago
unicodetype_db.h update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) 8 years ago
weakrefobject.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago

README

Source files for various builtin objects