| Commit message (Expand) | Author | Age | Files | Lines |
* | Now FOR_LOOP is gone, loop_subscript can go too. | Michael W. Hudson | 2002-06-14 | 1 | -19/+0 |
|
|
* | The opcode FOR_LOOP no longer exists. | Guido van Rossum | 2002-06-13 | 1 | -31/+0 |
|
|
* | SF bug 567538: Generator can crash the interpreter (Finn Bock). | Guido van Rossum | 2002-06-12 | 1 | -2/+2 |
|
|
* | Fix for | Michael W. Hudson | 2002-05-20 | 1 | -1/+1 |
|
|
* | ceval.c/do_raise(): Tighten the test to disallow raising an instance of | Tim Peters | 2002-04-18 | 1 | -1/+4 |
|
|
* | Fix an issue that was reported in but unrelated to the main problem of | Guido van Rossum | 2002-03-28 | 1 | -2/+10 |
|
|
* | SF bug 480215: softspace confused in nested print | Tim Peters | 2002-03-24 | 1 | -10/+12 |
|
|
* | Disable the parser hacks that enabled the "yield" keyword using a future | Neil Schemenauer | 2002-03-22 | 1 | -0/+2 |
|
|
* | Re-enable GC of generator objects. | Neil Schemenauer | 2002-03-18 | 1 | -6/+6 |
|
|
* | Move some opcodes to top of big eval_frame switch statement. Skip | Neil Schemenauer | 2002-02-17 | 1 | -44/+45 |
|
|
* | LOAD_FAST: rearrange branches to favor the expected case, and get | Tim Peters | 2002-02-12 | 1 | -10/+7 |
|
|
* | Patch #494783: Rename cmp_op enumerators. | Martin v. Löwis | 2002-01-01 | 1 | -15/+19 |
|
|
* | SF bug #496549 -Qnew and in-place division "/=". | Tim Peters | 2001-12-25 | 1 | -11/+14 |
|
|
* | SF bug #494668: PUSH() should assert-fail on overflow. | Tim Peters | 2001-12-19 | 1 | -2/+4 |
|
|
* | Patch #494384: Disable more Unicode API if Unicode is not used. | Martin v. Löwis | 2001-12-18 | 1 | -0/+2 |
|
|
* | _PyEval_SliceIndex(): explain why a NULL argument is allowed (thanks | Tim Peters | 2001-12-16 | 1 | -4/+4 |
|
|
* | _PyEval_SliceIndex(): Repaired the comments, and added XXX comments | Tim Peters | 2001-12-16 | 1 | -6/+11 |
|
|
* | Fix for SF bug [ #492403 ] exec() segfaults on closure's func_code | Jeremy Hylton | 2001-12-13 | 1 | -1/+6 |
|
|
* | Fix for SF bug #489671 (Neil Norwitz): memory leak in test_richcmp. | Guido van Rossum | 2001-12-06 | 1 | -0/+8 |
|
|
* | Fix a typo (probably caused by autocompletion <blush>) that caused a | Guido van Rossum | 2001-12-06 | 1 | -1/+1 |
|
|
* | SF bug #488514: -Qnew needs work | Tim Peters | 2001-12-06 | 1 | -11/+14 |
|
|
* | Fix the final two issues in Armin Rigo's SF bug #488477: apply_slice() | Guido van Rossum | 2001-12-03 | 1 | -4/+10 |
|
|
* | unpack_iterable(): Add a missing DECREF in an error case. Reported by | Guido van Rossum | 2001-12-03 | 1 | -0/+1 |
|
|
* | SF bug #483469: crash on unbounded recursion in __del__. | Tim Peters | 2001-11-27 | 1 | -0/+8 |
|
|
* | Fix for bug #480188: printing unicode objects | Marc-André Lemburg | 2001-11-20 | 1 | -3/+13 |
|
|
* | Backing out the fast path for interned string compares again as requested. | Marc-André Lemburg | 2001-11-08 | 1 | -15/+0 |
|
|
* | Add fast-path for comparing interned (true) string objects. | Marc-André Lemburg | 2001-11-07 | 1 | -0/+15 |
|
|
* | SF Patch (but with no patch) 472555 Remove trailing common in enumeration. | Tim Peters | 2001-10-18 | 1 | -1/+1 |
|
|
* | For debug build, check that the stack pointer never exceeds the stack size. | Jeremy Hylton | 2001-10-17 | 1 | -1/+3 |
|
|
* | make getarray static - it's only called from ceval.c and is not an | Skip Montanaro | 2001-10-15 | 1 | -1/+1 |
|
|
* | Suppress a bunch of "value computed is not used" warnings when building in | Fred Drake | 2001-10-13 | 1 | -2/+2 |
|
|
* | Introduced the oddly-missing PyList_CheckExact(), and used it to replace | Tim Peters | 2001-10-05 | 1 | -1/+1 |
|
|
* | Get rid of unique local ISSTRICTINT macro in favor of std PyInt_CheckExact. | Tim Peters | 2001-10-05 | 1 | -9/+6 |
|
|
* | Fix bug in profiler modifications detected only in debug builds. | Fred Drake | 2001-10-04 | 1 | -3/+26 |
|
|
* | Rationalize the events passed to the profiler (no changes for the tracer). | Fred Drake | 2001-10-04 | 1 | -10/+4 |
|
|
* | SF bug [#466173] unpack TypeError unclear | Tim Peters | 2001-09-30 | 1 | -1/+5 |
|
|
* | Prevent a NULL pointer from being pushed onto the stack. | Jeremy Hylton | 2001-09-26 | 1 | -1/+5 |
|
|
* | Don't swap the arguments to PyFrame_BlockSetup when recreating the recently | Thomas Wouters | 2001-09-24 | 1 | -2/+2 |
|
|
* | Add optional docstrings to member descriptors. For backwards | Guido van Rossum | 2001-09-20 | 1 | -1/+1 |
|
|
* | Admit that we'll never add the args for a "call" event to the profile | Fred Drake | 2001-09-13 | 1 | -3/+0 |
|
|
* | build_class(): one more (hopefully the last) step on the way to | Guido van Rossum | 2001-09-12 | 1 | -14/+21 |
|
|
* | Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. That | Neil Schemenauer | 2001-09-04 | 1 | -35/+35 |
|
|
* | Do the int inlining only if the type is really an int, not whenever | Guido van Rossum | 2001-08-30 | 1 | -6/+9 |
|
|
* | Removed some unreachable break statements to silence SGI compiler. | Sjoerd Mullender | 2001-08-30 | 1 | -3/+0 |
|
|
* | When an inlined operation on two small ints causes overflow, don't | Guido van Rossum | 2001-08-23 | 1 | -32/+24 |
|
|
* | Fix SF bug #443600: | Guido van Rossum | 2001-08-18 | 1 | -15/+46 |
|
|
* | ceval, PyEval_MergeCompilerFlags: wasn't merging in the | Tim Peters | 2001-08-17 | 1 | -6/+3 |
|
|
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -23/+50 |
|
|
* | Remove much dead code from ceval.c | Jeremy Hylton | 2001-08-12 | 1 | -220/+18 |
|
|
* | Refactor future feature handling | Jeremy Hylton | 2001-08-10 | 1 | -2/+2 |
|
|