index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
operator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pretensions of the 20th century... remove old-style preprocessor
Fred Drake
2000-07-08
1
-6/+0
*
ANSI-fy the sources.
Fred Drake
2000-07-08
1
-19/+16
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1/+1
*
Add an alias (and preferred name) "contains" for "sequenceIncludes".
Guido van Rossum
1998-05-22
1
-47/+34
*
PySequence_In() -> PySequence_Contains().
Guido van Rossum
1998-05-22
1
-1/+1
*
Add not_ and __not__.
Guido van Rossum
1998-04-09
1
-0/+2
*
#Plug small memory leaks in constructors.
Guido van Rossum
1997-09-03
1
-2/+3
*
Some long variables should have been int to match the 'i' format specifier.
Guido van Rossum
1997-08-28
1
-3/+3
*
Tabification changes only; the module was already newly named.
Barry Warsaw
1996-12-18
1
-32/+37
*
Correct typo -- repeat implements *, not +.
Guido van Rossum
1996-12-05
1
-1/+1
*
Get rid of unused local variable.
Guido van Rossum
1996-08-21
1
-1/+1
*
Added delslice and delitem.
Guido van Rossum
1996-08-21
1
-32/+47
*
Made it palatable for K&R preprocessors. The spam macros don't have
Guido van Rossum
1996-08-19
1
-46/+53
*
Added hack to get it to compile on AIX.
Guido van Rossum
1996-08-08
1
-0/+5
*
Operators like __add__
Guido van Rossum
1996-07-30
1
-0/+242