summaryrefslogtreecommitdiffstats
path: root/Modules/operator.c
Commit message (Collapse)AuthorAgeFilesLines
* #Plug small memory leaks in constructors.Guido van Rossum1997-09-031-2/+3
|
* Some long variables should have been int to match the 'i' format specifier.Guido van Rossum1997-08-281-3/+3
|
* Tabification changes only; the module was already newly named.Barry Warsaw1996-12-181-32/+37
|
* Correct typo -- repeat implements *, not +.Guido van Rossum1996-12-051-1/+1
|
* Get rid of unused local variable.Guido van Rossum1996-08-211-1/+1
|
* Added delslice and delitem.Guido van Rossum1996-08-211-32/+47
| | | | | | Renamed and, or to and_, or_. Renamed all internal identifiers so as not to start with '__' (which is a compiler privilege); remove AIX hack.
* Made it palatable for K&R preprocessors. The spam macros don't haveGuido van Rossum1996-08-191-46/+53
| | | | | to work as hard (but "stringizing" is still used, so we test the newly introduced HAVE_OLD_CPP config define).
* Added hack to get it to compile on AIX.Guido van Rossum1996-08-081-0/+5
|
* Operators like __add__Guido van Rossum1996-07-301-0/+242