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 c7d2d69d95
bpo-39884: Add method name in "bad call flags" error (GH-18944)
6 years ago
..
clinic bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) 6 years ago
stringlib Update some www.unicode.org URLs to use HTTPS. (GH-18912) 6 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863) 6 years ago
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 7 years ago
boolobject.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
bytearrayobject.c bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) 6 years ago
bytes_methods.c bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) 6 years ago
bytesobject.c bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) 6 years ago
call.c bpo-39245: Switch to public API for Vectorcall (GH-18460) 6 years ago
capsule.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
cellobject.c bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) 6 years ago
classobject.c bpo-36347: stop using RESTRICTED constants (GH-12684) 6 years ago
codeobject.c bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) 6 years ago
complexobject.c bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) 6 years ago
descrobject.c bpo-39884: Add method name in "bad call flags" error (GH-18944) 6 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-36144: Dictionary Union (PEP 584) (#12088) 6 years ago
enumobject.c bpo-39573: Use Py_REFCNT() macro (GH-18388) 6 years ago
exceptions.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) 6 years ago
fileobject.c bpo-39245: Switch to public API for Vectorcall (GH-18460) 6 years ago
floatobject.c bpo-35081: Move dtoa.h header to the internal C API (GH-18489) 6 years ago
frameobject.c closes bpo-39630: Update pointers to string literals to be const char *. (GH-18510) 6 years ago
funcobject.c bpo-36347: stop using RESTRICTED constants (GH-12684) 6 years ago
genobject.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) 6 years ago
interpreteridobject.c bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392) 6 years ago
iterobject.c bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254) 6 years ago
listobject.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) 6 years ago
listsort.txt Fixes in sorting descriptions (GH-18317) 6 years ago
lnotab_notes.txt bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) 6 years ago
longobject.c bpo-39245: Switch to public API for Vectorcall (GH-18460) 6 years ago
memoryobject.c Give proper credits for the memoryview implementation. (#18626) 6 years ago
methodobject.c bpo-39884: Add method name in "bad call flags" error (GH-18944) 6 years ago
moduleobject.c bpo-39245: Switch to public API for Vectorcall (GH-18460) 6 years ago
namespaceobject.c bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) 6 years ago
object.c bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809) 6 years ago
obmalloc.c bpo-39882: Py_FatalError() logs the function name (GH-18819) 6 years ago
odictobject.c bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) 6 years ago
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) 7 years ago
rangeobject.c bpo-37207: Use vectorcall for range() (GH-18464) 6 years ago
setobject.c bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809) 6 years ago
sliceobject.c Make PyXXX_Fini() functions private (GH-15531) 6 years ago
structseq.c bpo-39573: Use Py_SET_SIZE() function (GH-18402) 6 years ago
tupleobject.c bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809) 6 years ago
typeobject.c bpo-39904: Move handling of one-argument call of type() from type.__new__() to type.__call__(). (GH-18852) 6 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-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) 6 years ago
unicodetype_db.h closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) 6 years ago
weakrefobject.c bpo-39245: Switch to public API for Vectorcall (GH-18460) 6 years ago

README

Source files for various builtin objects