..
.cvsignore
abstract.c
Squash a few calls to the hideously expensive PyObject_CallObject(o,a)
2002-08-16 17:01:09 +00:00
boolobject.c
Make more functions static
2002-08-06 22:12:52 +00:00
bufferobject.c
cellobject.c
classobject.c
cobject.c
complexobject.c
descrobject.c
Allow more docstrings to be removed during compilation
2002-08-13 22:19:13 +00:00
dictobject.c
staticforward bites the dust.
2002-07-17 16:30:39 +00:00
enumobject.c
fileobject.c
Reflow long lines.
2002-08-14 21:01:41 +00:00
floatobject.c
staticforward bites the dust.
2002-07-17 16:30:39 +00:00
frameobject.c
This is my patch
2002-08-15 14:59:02 +00:00
funcobject.c
intobject.c
More changes of DeprecationWarning to FutureWarning.
2002-08-14 18:38:27 +00:00
iterobject.c
Squash a few calls to the hideously expensive PyObject_CallObject(o,a)
2002-08-16 17:01:09 +00:00
listobject.c
1. Combined the base and length arrays into a single array of structs.
2002-08-10 05:21:15 +00:00
listsort.txt
Fixed new typos, added a little info about ~sort versus "hint"s.
2002-08-10 07:04:01 +00:00
longobject.c
Illustrating by example one good reason not to trust a proof <wink>.
2002-08-15 20:10:45 +00:00
methodobject.c
moduleobject.c
object.c
Replace abort with Py_FatalError.
2002-08-07 16:21:51 +00:00
obmalloc.c
Remove extraneous semicolon.
2002-07-18 18:49:52 +00:00
rangeobject.c
staticforward bites the dust.
2002-07-17 16:30:39 +00:00
sliceobject.c
Silly typo. Not sure how that got in.
2002-07-19 15:52:38 +00:00
stringobject.c
More changes of DeprecationWarning to FutureWarning.
2002-08-14 18:38:27 +00:00
structseq.c
tupleobject.c
Moved special case for tuples from iterobject.c to
2002-08-09 01:30:17 +00:00
typeobject.c
Squash a few calls to the hideously expensive PyObject_CallObject(o,a)
2002-08-16 17:01:09 +00:00
unicodectype.c
unicodeobject.c
More changes of DeprecationWarning to FutureWarning.
2002-08-14 18:38:27 +00:00
unicodetype_db.h
weakrefobject.c
Add support for the iterator protocol to weakref proxy objects.
2002-08-09 18:34:16 +00:00
xxobject.c
staticforward bites the dust.
2002-07-17 16:30:39 +00:00