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
/
Python
/
ceval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Negative subscript are now allowed as in slices.
Guido van Rossum
1991-12-24
1
-7/+14
*
New argument passing mechanism.
Guido van Rossum
1991-12-16
1
-35/+109
*
Added STORE_GLOBAL and DELETE_GLOBAL.
Guido van Rossum
1991-12-10
1
-4/+24
*
Added shift and mask ops.
Guido van Rossum
1991-10-24
1
-0/+170
*
newclassobject() gets a third argument
Guido van Rossum
1991-10-20
1
-1/+1
*
Changed many calls to dict stufff to dict2 variants.
Guido van Rossum
1991-08-16
1
-31/+35
*
Add interface to call a Python function (or other callable) object
Guido van Rossum
1991-07-27
1
-0/+13
*
Call printobject instead of fwrite to print strings.
Guido van Rossum
1991-07-22
1
-2/+2
*
Call coerce() in arithmetic operations, to support mixed mode arithmetic
Guido van Rossum
1991-07-01
1
-12/+46
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-3/+4
*
Remove test for unimplemented sq_repeat method (see tupleobject comments)
Guido van Rossum
1991-06-04
1
-4/+0
*
Declare ticker as int; made testbool generic for all numeric types
Guido van Rossum
1991-05-14
1
-7/+5
*
Renamed class methods to instance methods (which they are)
Guido van Rossum
1991-05-05
1
-5/+5
*
Moved support functions after main function; added prototypes;
Guido van Rossum
1991-04-04
1
-572/+617
*
Define and use GETNAMEV macro.
Guido van Rossum
1991-04-03
1
-2/+3
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
File name shortening.
Guido van Rossum
1991-01-21
1
-1/+1
*
Change div() into divide(); div() is a Standard C function.
Guido van Rossum
1990-12-20
1
-2/+2
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-809/+659
*
Free parse tree after compiling.
Guido van Rossum
1990-11-18
1
-169/+171
*
Initial revision
Guido van Rossum
1990-11-18
1
-0/+1560