COMMITS
/ Python/ceval.c April 18, 2002
T
ceval.c/do_raise(): Tighten the test to disallow raising an instance of
Tim Peters committed
March 28, 2002
G
Fix an issue that was reported in but unrelated to the main problem of
Guido van Rossum committed
March 24, 2002
T
SF bug 480215: softspace confused in nested print
Tim Peters committed
March 22, 2002
N
Disable the parser hacks that enabled the "yield" keyword using a future
Neil Schemenauer committed
March 18, 2002
N
Re-enable GC of generator objects.
Neil Schemenauer committed
February 17, 2002
N
Move some opcodes to top of big eval_frame switch statement. Skip
Neil Schemenauer committed
February 12, 2002
T
LOAD_FAST: rearrange branches to favor the expected case, and get
Tim Peters committed
January 1, 2002
M
Patch #494783: Rename cmp_op enumerators.
Martin v. Löwis committed
December 25, 2001
T
SF bug #496549 -Qnew and in-place division "/=".
Tim Peters committed
December 19, 2001
T
SF bug #494668: PUSH() should assert-fail on overflow.
Tim Peters committed
December 18, 2001
M
Patch #494384: Disable more Unicode API if Unicode is not used.
Martin v. Löwis committed
December 16, 2001
T
_PyEval_SliceIndex(): explain why a NULL argument is allowed (thanks
Tim Peters committed
T
_PyEval_SliceIndex(): Repaired the comments, and added XXX comments
Tim Peters committed
December 13, 2001
J
Fix for SF bug [ #492403 ] exec() segfaults on closure's func_code
Jeremy Hylton committed
December 6, 2001
G
Fix for SF bug #489671 (Neil Norwitz): memory leak in test_richcmp.
Guido van Rossum committed
G
Fix a typo (probably caused by autocompletion <blush>) that caused a
Guido van Rossum committed
T
SF bug #488514: -Qnew needs work
Tim Peters committed
December 3, 2001
G
Fix the final two issues in Armin Rigo's SF bug #488477: apply_slice()
Guido van Rossum committed
G
unpack_iterable(): Add a missing DECREF in an error case. Reported by
Guido van Rossum committed
November 27, 2001
T
SF bug #483469: crash on unbounded recursion in __del__.
Tim Peters committed
November 20, 2001
M
Fix for bug #480188: printing unicode objects
Marc-André Lemburg committed
November 8, 2001
M
Backing out the fast path for interned string compares again as requested.
Marc-André Lemburg committed
November 7, 2001
M
Add fast-path for comparing interned (true) string objects.
Marc-André Lemburg committed
October 18, 2001
T
SF Patch (but with no patch) 472555 Remove trailing common in enumeration.
Tim Peters committed
October 17, 2001
J
For debug build, check that the stack pointer never exceeds the stack size.
Jeremy Hylton committed
October 15, 2001
S
make getarray static - it's only called from ceval.c and is not an
Skip Montanaro committed
October 13, 2001
F
Suppress a bunch of "value computed is not used" warnings when building in
Fred Drake committed
October 5, 2001
T
Introduced the oddly-missing PyList_CheckExact(), and used it to replace
Tim Peters committed
T
Get rid of unique local ISSTRICTINT macro in favor of std PyInt_CheckExact.
Tim Peters committed
October 4, 2001
F
Fix bug in profiler modifications detected only in debug builds.
Fred Drake committed
F
Rationalize the events passed to the profiler (no changes for the tracer).
Fred Drake committed
September 30, 2001
T
SF bug [#466173] unpack TypeError unclear
Tim Peters committed
September 26, 2001
J
Prevent a NULL pointer from being pushed onto the stack.
Jeremy Hylton committed
September 24, 2001
T
Don't swap the arguments to PyFrame_BlockSetup when recreating the recently
Thomas Wouters committed
September 20, 2001
G
Add optional docstrings to member descriptors. For backwards
Guido van Rossum committed
September 13, 2001
F
Admit that we'll never add the args for a "call" event to the profile
Fred Drake committed
September 12, 2001
G
build_class(): one more (hopefully the last) step on the way to
Guido van Rossum committed
September 4, 2001
N
Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. That
Neil Schemenauer committed
August 30, 2001
G
Do the int inlining only if the type is really an int, not whenever
Guido van Rossum committed
S
Removed some unreachable break statements to silence SGI compiler.
Sjoerd Mullender committed
August 23, 2001
G
When an inlined operation on two small ints causes overflow, don't
Guido van Rossum committed
August 18, 2001
G
Fix SF bug #443600:
Guido van Rossum committed
August 17, 2001
T
ceval, PyEval_MergeCompilerFlags: wasn't merging in the
Tim Peters committed
August 16, 2001
M
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis committed
August 12, 2001
J
Remove much dead code from ceval.c
Jeremy Hylton committed
August 10, 2001
J
Refactor future feature handling
Jeremy Hylton committed
August 8, 2001
G
Implement PEP 238 in its (almost) full glory.
Guido van Rossum committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
July 16, 2001
T
Part way to allowing "from __future__ import generators" to communicate
Tim Peters committed