0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Objects
Guido van Rossum 98cc19fac6 Patch by Chris Petrilli to display the origin of a module in its
repr() -- either "(builtin)" or "from '<filename>'".
1999-02-15 14:47:16 +00:00
..
abstract.c
bufferobject.c
classobject.c
cobject.c
complexobject.c Ai! complex_nonzero() has && which should be ||, else decidedly 1999-01-25 19:42:19 +00:00
dictobject.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
intobject.c
listobject.c Jim Ahlstrom patch: cutoff should be a long for machines with 16-bit 1999-01-14 19:01:53 +00:00
longobject.c PyLong_FromString(): Nailed a small memory leak. In the str==start 1999-01-27 17:48:27 +00:00
Makefile.in
methodobject.c
moduleobject.c Patch by Chris Petrilli to display the origin of a module in its 1999-02-15 14:47:16 +00:00
object.c
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c
typeobject.c
xxobject.c Correct typo (Py_MethodDef doesn't exist). Reported by Uwe Zessin. 1999-01-29 14:39:12 +00:00