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
*
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen
2003-11-20
1
-5/+1
*
Make undetected error on stack unwind a fatal error.
Jeremy Hylton
2003-11-05
1
-4/+4
*
Deleting cyclic object comparison.
Armin Rigo
2003-10-28
1
-20/+36
*
oh dear. Wrong manipulation. Committed a version of ceval.c from my
Armin Rigo
2003-10-25
1
-28/+20
*
Made function declaration a proper C prototype
Armin Rigo
2003-10-25
1
-20/+28
*
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger
2003-10-12
1
-3/+3
*
Fix SF #762455, segfault when sys.stdout is changed in getattr
Neal Norwitz
2003-06-29
1
-0/+6
*
Add PyThreadState_SetAsyncExc(long, PyObject *).
Guido van Rossum
2003-06-28
1
-1/+17
*
Use fast_next_opcode shortcut for forward jump opcodes (it's safe and
Neil Schemenauer
2003-06-01
1
-5/+5
*
SF bug #733667: kwargs handled incorrectly
Raymond Hettinger
2003-05-31
1
-1/+1
*
Don't use fast_next_opcode for JUMP_* opcodes. This fixes the problem
Neil Schemenauer
2003-05-30
1
-6/+6
*
Armin Rigo's fix & test for
Michael W. Hudson
2003-04-29
1
-9/+10
*
Revert the previous enhancement to the bytecode optimizer.
Raymond Hettinger
2003-04-24
1
-3/+0
*
Improved the bytecode optimizer.
Raymond Hettinger
2003-04-22
1
-0/+3
*
New PyGILState_ API - implements pep 311, from patch 684256.
Mark Hammond
2003-04-19
1
-0/+2
*
- New function sys.call_tracing() allows pdb to debug code
Guido van Rossum
2003-04-09
1
-0/+18
*
Eliminate data dependency in predict macro.
Raymond Hettinger
2003-03-16
1
-2/+8
*
Fix comment and whitespace.
Raymond Hettinger
2003-03-16
1
-3/+4
*
Introduced macros for a simple opcode prediction protocol.
Raymond Hettinger
2003-03-16
1
-6/+35
*
SF patch #701907: More use of fast_next_opcode
Raymond Hettinger
2003-03-14
1
-11/+11
*
Added implementation notes for [re]set_exc_info().
Guido van Rossum
2003-03-01
1
-0/+61
*
In the process of adding all the extended slice support I attempted to
Michael W. Hudson
2003-02-27
1
-4/+4
*
Micro-optimizations.
Raymond Hettinger
2003-02-26
1
-4/+18
*
- PyEval_GetFrame() is now declared to return a PyFrameObject *
Guido van Rossum
2003-02-19
1
-7/+7
*
patch #683515: "Add unicode support to compile(), eval() and exec"
Just van Rossum
2003-02-10
1
-2/+13
*
Small function call optimization and special build option for call stats.
Jeremy Hylton
2003-02-05
1
-12/+142
*
SF patch #670367: Micro-optimizations for ceval.c
Raymond Hettinger
2003-01-19
1
-18/+13
*
Replaced POP() with STACKADJ(-1) on lines where the result wasn't used.
Raymond Hettinger
2003-01-14
1
-2/+2
*
As discussed on python-dev, removed from DUP_TOPX support for the
Raymond Hettinger
2003-01-10
1
-35/+0
*
As discussed briefly on python-dev, add Pending Deprecation Warning
Neal Norwitz
2003-01-10
1
-3/+5
*
SF patch #664320: Replace push/pop clusters in ceval.c
Raymond Hettinger
2003-01-09
1
-150/+167
*
Make private functions static so we don't pollute the namespace
Neal Norwitz
2002-11-10
1
-1/+1
*
This is Richie Hindle's patch:
Michael W. Hudson
2002-11-08
1
-7/+16
*
Assorted patches from Armin Rigo:
Michael W. Hudson
2002-11-08
1
-42/+48
*
Handle really big steps in extended slices.
Michael W. Hudson
2002-11-06
1
-1/+1
*
One last tweak to the tracing machinery: this actually computes what I intended
Michael W. Hudson
2002-10-03
1
-1/+3
*
Fix for the recursion_level bug Armin Rigo reported in sf
Michael W. Hudson
2002-10-02
1
-0/+4
*
A slight change to SET_LINENO-less tracing.
Michael W. Hudson
2002-09-11
1
-5/+18
*
Bump default check interval to 100 instructions. Computers are much faster
Skip Montanaro
2002-09-03
1
-2/+2
*
replace thread state objects' ticker and checkinterval fields with two
Skip Montanaro
2002-09-03
1
-2/+8
*
Further SET_LINENO reomval fixes. See comments in patch #587933.
Michael W. Hudson
2002-08-30
1
-34/+20
*
The error messages in err_args() -- which is only called when the
Guido van Rossum
2002-08-23
1
-2/+2
*
Comment typo repair.
Michael W. Hudson
2002-08-20
1
-1/+1
*
My patch #597221. Use f_lasti more consistently.
Michael W. Hudson
2002-08-20
1
-9/+9
*
Add a warning comment to the LOAD_GLOBAL inline code.
Guido van Rossum
2002-08-19
1
-1/+3
*
Another ugly inlining hack, expanding the two PyDict_GetItem() calls
Guido van Rossum
2002-08-19
1
-1/+25
*
Inline fast_cfunction() in new call_function().
Jeremy Hylton
2002-08-16
1
-55/+33
*
Move body of CALL_FUNCTION opcode into helper function.
Jeremy Hylton
2002-08-16
1
-54/+56
*
Streamline the fast track for CFunction calls a bit more: there was
Guido van Rossum
2002-08-16
1
-5/+2
*
This is my patch
Michael W. Hudson
2002-08-15
1
-36/+167
[next]