cpython/Objects
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) 22c526394b bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877) 2019-05-03 08:22:11 -04:00
..
clinic bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792) 2019-04-12 16:11:28 +09:00
stringlib bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) 2019-05-02 14:56:30 -04:00
README
abstract.c bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) 2019-02-25 17:57:58 +02:00
accu.c bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) 2018-11-01 02:30:36 +01:00
boolobject.c
bytearrayobject.c bpo-35713: Rework Python initialization (GH-11647) 2019-01-22 17:39:03 +01:00
bytes_methods.c
bytesobject.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 2019-03-13 22:59:55 +02:00
call.c bpo-36540: PEP 570 -- Implementation (GH-12701) 2019-04-29 13:36:57 +01:00
capsule.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) 2018-12-07 12:11:30 +02:00
cellobject.c bpo-35911: add cell constructor (GH-11771) 2019-02-07 19:36:48 +00:00
classobject.c closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) 2019-03-04 21:19:34 -08:00
codeobject.c bpo-36540: PEP 570 -- Implementation (GH-12701) 2019-04-29 13:36:57 +01:00
complexobject.c bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) 2018-11-23 14:27:38 +01:00
descrobject.c bpo-36026: make descr error message consistent (GH-11930) 2019-04-01 17:56:11 +09:00
dict-common.h
dictnotes.txt
dictobject.c bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) 2019-04-12 21:51:34 +02:00
enumobject.c
exceptions.c fix confusing argument name in unicodeobject.c (GH-12653) 2019-04-02 01:16:22 -07:00
fileobject.c bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252) 2019-03-10 12:29:14 +02:00
floatobject.c bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650) 2019-01-22 21:18:05 +01:00
frameobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 2019-02-25 17:59:46 +02:00
funcobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 2019-02-25 17:59:46 +02:00
genobject.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 2018-11-27 19:34:35 +02:00
interpreteridobject.c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) 2019-03-15 16:35:46 -06:00
iterobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 2018-12-11 08:28:18 +02:00
listobject.c bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) 2019-03-25 00:25:37 -07:00
listsort.txt
lnotab_notes.txt
longobject.c bpo-36292: Mark unreachable code as such in long bitwise ops (GH-12333) 2019-03-18 18:59:20 +01:00
memoryobject.c bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179) 2019-03-05 16:10:53 +01:00
methodobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 2018-12-11 08:28:18 +02:00
moduleobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 2019-02-25 17:59:46 +02:00
namespaceobject.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 2019-02-25 17:59:46 +02:00
object.c bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993) 2019-04-28 05:58:52 -07:00
obmalloc.c bpo-36611: Disable serialno field of debug memory allocators (#12796) 2019-04-12 21:54:06 +02:00
odictobject.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 2019-03-13 22:59:55 +02:00
rangeobject.c bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877) 2019-05-03 08:22:11 -04:00
setobject.c bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) 2018-12-11 08:28:18 +02:00
sliceobject.c bpo-35961: Fix a crash in slice_richcompare() (GH-11830) 2019-02-13 12:31:56 +01:00
structseq.c bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) 2019-03-27 12:52:18 +01:00
tupleobject.c bpo-36030: Add _PyTuple_FromArray() function (GH-11954) 2019-02-25 17:59:12 +01:00
typeobject.c bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803) 2019-04-12 21:51:34 +02:00
typeslots.inc
typeslots.py
unicodectype.c
unicodeobject.c bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062) 2019-05-02 14:56:30 -04:00
unicodetype_db.h bpo-36642: make unicodedata const (GH-12855) 2019-04-17 08:40:34 +09:00
weakrefobject.c bpo-36669: add matmul support to weakref.proxy (GH-12932) 2019-04-26 15:56:15 +09:00

README

Source files for various builtin objects