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 331a6a56e9
bpo-36763: Implement the PEP 587 (GH-13592)
7 years ago
..
clinic bpo-37032: Add CodeType.replace() method (GH-13542) 7 years ago
stringlib Fix couple of dead code paths (GH-7418) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
abstract.c bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) 7 years ago
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 7 years ago
boolobject.c bpo-36793: Remove unneeded __str__ definitions. (GH-13081) 7 years ago
bytearrayobject.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
bytes_methods.c closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083) 7 years ago
bytesobject.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
call.c bpo-37017: PyObject_CallMethodObjArgs uses LOAD_METHOD optimization (GH-13516) 7 years ago
capsule.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) 7 years ago
cellobject.c bpo-35911: add cell constructor (GH-11771) 7 years ago
classobject.c closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) 7 years ago
codeobject.c bpo-37032: Add CodeType.replace() method (GH-13542) 7 years ago
complexobject.c bpo-36793: Remove unneeded __str__ definitions. (GH-13081) 7 years ago
descrobject.c bpo-36842: Implement PEP 578 (GH-12613) 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-35983: skip trashcan for subclasses (GH-11841) 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-36763: Implement the PEP 587 (GH-13592) 7 years ago
fileobject.c bpo-36842: Implement PEP 578 (GH-12613) 7 years ago
floatobject.c bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416) 7 years ago
frameobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
funcobject.c bpo-36842: Implement PEP 578 (GH-12613) 7 years ago
genobject.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 7 years ago
interpreteridobject.c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) 7 years ago
iterobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 7 years ago
listobject.c bpo-36763: Implement the PEP 587 (GH-13592) 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-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416) 7 years ago
memoryobject.c bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179) 7 years ago
methodobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 7 years ago
moduleobject.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
namespaceobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
object.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
obmalloc.c bpo-36763: Add PyMemAllocatorName (GH-13387) 7 years ago
odictobject.c bpo-35983: skip trashcan for subclasses (GH-11841) 7 years ago
picklebufobject.c bpo-36785: PEP 574 implementation (GH-7076) 7 years ago
rangeobject.c bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877) 7 years ago
setobject.c bpo-35983: skip trashcan for subclasses (GH-11841) 7 years ago
sliceobject.c bpo-35961: Fix a crash in slice_richcompare() (GH-11830) 7 years ago
structseq.c bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) 7 years ago
tupleobject.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
typeobject.c bpo-28866: No type cache for types with specialized mro, invalidation is hard. (#13157) 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-36763: Implement the PEP 587 (GH-13592) 7 years ago
unicodetype_db.h closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) 7 years ago
weakrefobject.c bpo-36669: add matmul support to weakref.proxy (GH-12932) 7 years ago

README

Source files for various builtin objects