COMMITS
/ Modules/operator.c August 9, 2001
F
Add wrappers around the rich-comparison operations.
Fred Drake committed
September 17, 2000
F
Add invert() and __invert__() as aliases for inv()/__inv__().
Fred Drake committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 8, 2000
F
Pretensions of the 20th century... remove old-style preprocessor
Fred Drake committed
F
ANSI-fy the sources.
Fred Drake committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
May 22, 1998
G
Add an alias (and preferred name) "contains" for "sequenceIncludes".
Guido van Rossum committed
G
PySequence_In() -> PySequence_Contains().
Guido van Rossum committed
April 9, 1998
G
Add not_ and __not__.
Guido van Rossum committed
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