Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4e08379891ba67b93fb9d238e4c064ab92c81787
/
Modules
/
operator.c
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
832f6d2
Add an alias (and preferred name) "contains" for "sequenceIncludes".
by Guido van Rossum
· 26 years ago
b1ed9c5
PySequence_In() -> PySequence_Contains().
by Guido van Rossum
· 26 years ago
99c185e
Add not_ and __not__.
by Guido van Rossum
· 27 years ago
9efe8ef
#Plug small memory leaks in constructors.
by Guido van Rossum
· 27 years ago
24a4994
Some long variables should have been int to match the 'i' format specifier.
by Guido van Rossum
· 27 years ago
19f61ae
Tabification changes only; the module was already newly named.
by Barry Warsaw
· 28 years ago
36a484f
Correct typo -- repeat implements *, not +.
by Guido van Rossum
· 28 years ago
497aedd
Get rid of unused local variable.
by Guido van Rossum
· 28 years ago
c9fb47e
Added delslice and delitem.
by Guido van Rossum
· 28 years ago
1720230
Made it palatable for K&R preprocessors. The spam macros don't have
by Guido van Rossum
· 28 years ago
ec185bd
Added hack to get it to compile on AIX.
by Guido van Rossum
· 28 years ago
037b940
Operators like __add__
by Guido van Rossum
· 28 years ago