0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Objects
Guido van Rossum 13ff8eb493 Christian Tismer:
Added "better safe than sorry" patch to the new
trashcan code in object.c, to ensure that tstate
is not touched when it might be undefined.
2000-03-25 18:39:19 +00:00
..
abstract.c Many changes for Unicode, by Marc-Andre Lemburg. 2000-03-10 22:55:18 +00:00
bufferobject.c
classobject.c
cobject.c
complexobject.c
dictobject.c Christian Tismer's "trashcan" patch: 2000-03-13 16:01:29 +00:00
fileobject.c Checking in the new, improve file.writelines() code. 2000-03-13 16:27:06 +00:00
floatobject.c Many changes for Unicode, by Marc-Andre Lemburg. 2000-03-10 22:55:18 +00:00
frameobject.c Christian Tismer's "trashcan" patch: 2000-03-13 16:01:29 +00:00
funcobject.c
intobject.c Many changes for Unicode, by Marc-Andre Lemburg. 2000-03-10 22:55:18 +00:00
listobject.c Christian Tismer's "trashcan" patch: 2000-03-13 16:01:29 +00:00
longobject.c
Makefile.in Marc-AAndre Lemburg: add new unicode files 2000-03-10 22:55:40 +00:00
methodobject.c
moduleobject.c
object.c Christian Tismer: 2000-03-25 18:39:19 +00:00
rangeobject.c
sliceobject.c
stringobject.c On 17-Mar-2000, Marc-Andre Lemburg said: 2000-03-20 16:36:48 +00:00
tupleobject.c Christian Tismer's "trashcan" patch: 2000-03-13 16:01:29 +00:00
typeobject.c
unicodectype.c Unicode character type helpers, written by Marc-Andre Lemburg. 2000-03-10 22:52:46 +00:00
unicodeobject.c On 17-Mar-2000, Marc-Andre Lemburg said: 2000-03-20 16:36:48 +00:00
xxobject.c