0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 23:47:29 +01:00
cpython/Objects
2001-03-25 19:16:13 +00:00
..
.cvsignore
abstract.c Move the code implementing isinstance() and issubclass() to new C 2001-03-21 18:40:58 +00:00
bufferobject.c
cellobject.c Variety of small INC/DECREF patches that fix reported memory leaks 2001-03-13 01:58:22 +00:00
classobject.c Add support for weak references to the function and method types. 2001-03-23 04:19:27 +00:00
cobject.c
complexobject.c SF bug [ #409448 ] Complex division is braindead 2001-03-18 08:21:57 +00:00
dictobject.c Make PyDict_Next safe to use for loops that merely modify the values 2001-03-21 19:23:56 +00:00
fileobject.c Two improvements to large file support: 2001-03-01 18:26:53 +00:00
floatobject.c When 1.6 boosted the # of digits produced by repr(float), repr(complex) 2001-03-11 08:37:29 +00:00
frameobject.c Fix PyFrame_FastToLocals() and counterpart to deal with cells and 2001-03-21 16:43:47 +00:00
funcobject.c Add support for weak references to the function and method types. 2001-03-23 04:19:27 +00:00
intobject.c Use Py_CHARMASK for ctype macros. Fixes bug #232787. 2001-03-06 12:12:02 +00:00
listobject.c
longobject.c
methodobject.c
moduleobject.c
object.c Fixed ref count bug. Patch #411191. Found by Walter Dörwald. 2001-03-25 19:16:13 +00:00
obmalloc.c Identifiers matching _[A-Z_]\w* are reserved for C implementations. 2001-03-11 18:36:13 +00:00
rangeobject.c
sliceobject.c SF patch #408326 by Robin Thomas: slice objects comparable, not 2001-03-20 12:41:34 +00:00
stringobject.c
tupleobject.c
typeobject.c
unicodectype.c
unicodeobject.c
unicodetype_db.h
xxobject.c