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
*
Clarify error message for unexpected keyword parameter.
Guido van Rossum
1997-03-10
1
-1/+4
*
*Don't* kill all local variables on function exit. This will be done
Guido van Rossum
1997-02-14
1
-12/+0
*
Two small changes:
Guido van Rossum
1997-01-27
1
-5/+3
*
Plug a leak with calling something other than a function or method is
Guido van Rossum
1997-01-27
1
-4/+3
*
Patches for (two forms of) optional dynamic execution profiling --
Guido van Rossum
1997-01-24
1
-0/+68
*
Change the control flow for error handling in the function prelude to
Guido van Rossum
1997-01-24
1
-23/+17
*
Kill all local variables on function return. This closes a gigantic
Guido van Rossum
1997-01-21
1
-0/+12
*
Only call sigcheck() at the ticker code if we don't have true signals.
Guido van Rossum
1997-01-21
1
-2/+6
*
Cleanup:
Guido van Rossum
1997-01-21
1
-222/+10
*
Changes for frame object speedup:
Guido van Rossum
1997-01-20
1
-14/+2
*
Add "if (x != NULL) continue;" (or similar for err==0) before the
Guido van Rossum
1997-01-18
1
-18/+60
*
Use the stack size from the code object and the CO_MAXBLOCKS constant
Guido van Rossum
1997-01-17
1
-2/+10
*
Rename DEBUG macro to Py_DEBUG
Guido van Rossum
1996-12-30
1
-3/+3
*
Moved the raise logic out of the main interpreter loop to a separate function.
Guido van Rossum
1996-12-10
1
-60/+127
*
Change the Don Beaudry hack into the Don B + Jim F hack; now, if *any*
Guido van Rossum
1996-12-05
1
-28/+26
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Raise TypeError, not KeyError, on unknown keyword argument.
Guido van Rossum
1996-08-19
1
-2/+1
*
Don't test here for negative number to float power; that belongs in
Guido van Rossum
1996-08-16
1
-9/+0
*
Disable support for access statement
Guido van Rossum
1996-08-12
1
-0/+28
*
Better error message if stride used on normal sequence object
Guido van Rossum
1996-07-30
1
-2/+10
*
Changes for slice and ellipses
Guido van Rossum
1996-07-30
1
-13/+67
*
Renamed static pow() to powerop() to avoid name conflict in some compilers.
Guido van Rossum
1996-06-19
1
-4/+4
*
Removed some done "to do" items.
Guido van Rossum
1996-05-24
1
-9/+3
*
removed sime redundant header includes and decls.
Guido van Rossum
1996-05-23
1
-8/+0
*
changes for complex and power (**) operator
Guido van Rossum
1996-01-12
1
-0/+38
*
don't return from main loop when error occurs
Guido van Rossum
1995-12-10
1
-1/+2
*
spell TraceBack with capital B
Guido van Rossum
1995-09-18
1
-1/+1
*
empty kw dict is ok for builtins
Guido van Rossum
1995-08-04
1
-1/+6
*
fix bogus DECREF in finally clause
Guido van Rossum
1995-07-28
1
-0/+1
*
changes for keyword args to built-in functions and classes
Guido van Rossum
1995-07-26
1
-19/+43
*
keyword arguments and faster calls
Guido van Rossum
1995-07-18
1
-364/+459
*
3rd arg for raise; INCOMPLETE keyword parameter passing (currently f(kw=value...
Guido van Rossum
1995-07-07
1
-30/+151
*
fix dusty debugging macros
Guido van Rossum
1995-03-29
1
-1/+1
*
remove unused code for tp_call
Guido van Rossum
1995-03-22
1
-13/+1
*
various tuple related optimizations; remove unused b/w compat code from ceval.c
Guido van Rossum
1995-03-09
1
-74/+26
*
fix bug in try-finally with class exceptions; declare different func pointers...
Guido van Rossum
1995-02-17
1
-6/+7
*
call __import__() with 4 args instead of 1
Guido van Rossum
1995-02-14
1
-1/+51
*
use Py_CHARMASK
Guido van Rossum
1995-02-10
1
-1/+2
*
DECREF result of run_string
Guido van Rossum
1995-02-07
1
-2/+3
*
remove unused variable
Guido van Rossum
1995-01-30
1
-1/+0
*
allow classes as exceptions
Guido van Rossum
1995-01-26
1
-4/+26
*
add missing INCREF in RAISE_EXCEPTION
Guido van Rossum
1995-01-20
1
-1/+2
*
different init for __builtins__
Guido van Rossum
1995-01-17
1
-2/+2
*
use getbuiltins() everywhere, it defaults to getbuiltidict()
Guido van Rossum
1995-01-12
1
-1/+2
*
__builtins__ mods (and sys_checkinterval for ceval.c)
Guido van Rossum
1995-01-09
1
-21/+25
*
Use new instancebinop interface
Guido van Rossum
1995-01-07
1
-18/+18
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Lots of changes, most minor (fatal() instead of abort(), use of
Guido van Rossum
1995-01-02
1
-44/+62
*
replace abort() calls by fatal()
Guido van Rossum
1994-11-10
1
-14/+6
*
* Python/ceval.c, Include/ceval.h: promote MakePendingCalls to
Guido van Rossum
1994-09-29
1
-4/+33
[next]