Guido van Rossum
|
36a484fb52
|
Correct typo -- repeat implements *, not +.
|
1996-12-05 19:01:16 +00:00 |
Guido van Rossum
|
497aedd2ff
|
Get rid of unused local variable.
|
1996-08-21 23:46:01 +00:00 |
Guido van Rossum
|
c9fb47ef08
|
Added delslice and delitem.
Renamed and, or to and_, or_.
Renamed all internal identifiers so as not to start with '__' (which is
a compiler privilege); remove AIX hack.
|
1996-08-21 17:40:51 +00:00 |
Guido van Rossum
|
1720230399
|
Made it palatable for K&R preprocessors. The spam macros don't have
to work as hard (but "stringizing" is still used, so we test the newly
introduced HAVE_OLD_CPP config define).
|
1996-08-19 22:01:39 +00:00 |
Guido van Rossum
|
ec185bde77
|
Added hack to get it to compile on AIX.
|
1996-08-08 19:12:05 +00:00 |
Guido van Rossum
|
037b940cd7
|
Operators like __add__
|
1996-07-30 16:55:54 +00:00 |