COMMITS
/ Modules/operator.c September 3, 1997
G
#Plug small memory leaks in constructors.
Guido van Rossum committed
August 28, 1997
G
Some long variables should have been int to match the 'i' format specifier.
Guido van Rossum committed
December 18, 1996
B
Tabification changes only; the module was already newly named.
Barry Warsaw committed
December 5, 1996
G
Correct typo -- repeat implements *, not +.
Guido van Rossum committed
August 21, 1996
G
Get rid of unused local variable.
Guido van Rossum committed
G
Added delslice and delitem.
Guido van Rossum committed
August 19, 1996
G
Made it palatable for K&R preprocessors. The spam macros don't have
Guido van Rossum committed
August 8, 1996
G
Added hack to get it to compile on AIX.
Guido van Rossum committed
July 30, 1996
G
Operators like __add__
Guido van Rossum committed