- d95c828 Fix for by Michael W. Hudson · 22 years ago
- afb2c80 ceval.c/do_raise(): Tighten the test to disallow raising an instance of by Tim Peters · 23 years ago
- cfbf1a3 Fix an issue that was reported in but unrelated to the main problem of by Guido van Rossum · 23 years ago
- 8e5fd53 SF bug 480215: softspace confused in nested print by Tim Peters · 23 years ago
- c24ea08 Disable the parser hacks that enabled the "yield" keyword using a future by Neil Schemenauer · 23 years ago
- 08de92a Re-enable GC of generator objects. by Neil Schemenauer · 23 years ago
- 6354386 Move some opcodes to top of big eval_frame switch statement. Skip by Neil Schemenauer · 23 years ago
- 373f8d81 LOAD_FAST: rearrange branches to favor the expected case, and get by Tim Peters · 23 years ago
- 7198a52 Patch #494783: Rename cmp_op enumerators. by Martin v. Löwis · 23 years ago
- 54b1191 SF bug #496549 -Qnew and in-place division "/=". by Tim Peters · 23 years ago
- b6d14da SF bug #494668: PUSH() should assert-fail on overflow. by Tim Peters · 23 years ago
- 8d3ce5a Patch #494384: Disable more Unicode API if Unicode is not used. by Martin v. Löwis · 23 years ago
- b519638 _PyEval_SliceIndex(): explain why a NULL argument is allowed (thanks by Tim Peters · 23 years ago
- cb479e7 _PyEval_SliceIndex(): Repaired the comments, and added XXX comments by Tim Peters · 23 years ago
- 733c893 Fix for SF bug [ #492403 ] exec() segfaults on closure's func_code by Jeremy Hylton · 23 years ago
- 35974fb Fix for SF bug #489671 (Neil Norwitz): memory leak in test_richcmp. by Guido van Rossum · 23 years ago
- 2556f2e Fix a typo (probably caused by autocompletion <blush>) that caused a by Guido van Rossum · 23 years ago
- 3caca23 SF bug #488514: -Qnew needs work by Tim Peters · 23 years ago
- 354797c Fix the final two issues in Armin Rigo's SF bug #488477: apply_slice() by Guido van Rossum · 23 years ago
- bb8f59a unpack_iterable(): Add a missing DECREF in an error case. Reported by by Guido van Rossum · 23 years ago
- b13680b SF bug #483469: crash on unbounded recursion in __del__. by Tim Peters · 23 years ago
- 0c4d8d0 Fix for bug #480188: printing unicode objects by Marc-André Lemburg · 23 years ago
- 4962fc8 Backing out the fast path for interned string compares again as requested. by Marc-André Lemburg · 23 years ago
- c52d713 Add fast-path for comparing interned (true) string objects. by Marc-André Lemburg · 23 years ago
- 6e6a63f SF Patch (but with no patch) 472555 Remove trailing common in enumeration. by Tim Peters · 23 years ago
- 1436815 For debug build, check that the stack pointer never exceeds the stack size. by Jeremy Hylton · 23 years ago
- f118cb1 make getarray static - it's only called from ceval.c and is not an by Skip Montanaro · 23 years ago
- de26cfc Suppress a bunch of "value computed is not used" warnings when building in by Fred Drake · 23 years ago
- b1c4698 Introduced the oddly-missing PyList_CheckExact(), and used it to replace by Tim Peters · 23 years ago
- c1e6d96 Get rid of unique local ISSTRICTINT macro in favor of std PyInt_CheckExact. by Tim Peters · 23 years ago
- 4ec5d56 Fix bug in profiler modifications detected only in debug builds. by Fred Drake · 23 years ago
- 8f51f54 Rationalize the events passed to the profiler (no changes for the tracer). by Fred Drake · 23 years ago
- 8b13b3e SF bug [#466173] unpack TypeError unclear by Tim Peters · 23 years ago
- c631489 Prevent a NULL pointer from being pushed onto the stack. by Jeremy Hylton · 23 years ago
- 1ee6422 Don't swap the arguments to PyFrame_BlockSetup when recreating the recently by Thomas Wouters · 23 years ago
- 6f79937 Add optional docstrings to member descriptors. For backwards by Guido van Rossum · 23 years ago
- b9a9628 Admit that we'll never add the args for a "call" event to the profile by Fred Drake · 23 years ago
- 7851eea build_class(): one more (hopefully the last) step on the way to by Guido van Rossum · 23 years ago
- 6c0f200 Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. That by Neil Schemenauer · 23 years ago
- 46add98 Do the int inlining only if the type is really an int, not whenever by Guido van Rossum · 23 years ago
- 2f38f81 Removed some unreachable break statements to silence SGI compiler. by Sjoerd Mullender · 23 years ago
- 87780df When an inlined operation on two small ints causes overflow, don't by Guido van Rossum · 23 years ago
- 50d756e Fix SF bug #443600: by Guido van Rossum · 23 years ago
- e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
- e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
- 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
- b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
- 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
- 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
- 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
- f8c7c20 GC for generator objects. by Neil Schemenauer · 23 years ago
- 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
- 5755ce6 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
- e77f2e2 gen_getattr: make the gi_running and gi_frame members discoverable (but by Tim Peters · 23 years ago
- d8e1c9e Add "gi_" (generator-iterator) prefix to names of genobject members. by Tim Peters · 23 years ago
- ad1a18b Change the semantics of "return" in generators, as discussed on the by Tim Peters · 23 years ago
- 5eb4b87 gen_iternext(): Don't assume that the current thread state's frame is by Tim Peters · 23 years ago
- 8c96369 PyFrameObject: rename f_stackbottom to f_stacktop, since it points to by Tim Peters · 23 years ago
- d6d010b Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into by Tim Peters · 23 years ago
- 2b13ce8 Try to avoid creating reference cycles involving generators. Only keep a by Neil Schemenauer · 23 years ago
- 6302ec6 gen_iternext(): repair subtle refcount problem. by Tim Peters · 23 years ago
- 43afb24 Remove unused code. by Neil Schemenauer · 23 years ago
- 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
- d083839 Instead of initializing & interning the strings passed to the profile by Fred Drake · 23 years ago
- 239508c SF bug 433228: repr(list) woes when len(list) big by Tim Peters · 23 years ago
- 904aa7b call_trace(): Add an additional parameter -- pointer to a PyObject* by Fred Drake · 23 years ago
- 4c9dace Fix bug reported by Tim Peters on python-dev: by Jeremy Hylton · 23 years ago
- da20fce Add a second special case to the inline function call code in eval_code2(). by Jeremy Hylton · 23 years ago
- f4848da Make PyIter_Next() a little smarter (wrt its knowledge of iterator by Tim Peters · 24 years ago
- 960d948 improved error message-- names the type of the unexpected object by Jeremy Hylton · 24 years ago
- 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 24 years ago
- cf96de0 SF but #417587: compiler warnings compiling 2.1. by Tim Peters · 24 years ago
- 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 24 years ago
- c76770c Change error message raised when free variable is not yet bound. It by Jeremy Hylton · 24 years ago
- d9994e0 Patch by Ping (SF bug 415879, Exception.__init__() causes segfault): by Guido van Rossum · 24 years ago
- 512a237 Fix exception handling for non-PyFunction objects, SF bug 414743. by Jeremy Hylton · 24 years ago
- bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 24 years ago
- 061d106 If a code object is compiled with nested scopes, define the CO_NESTED flag. by Jeremy Hylton · 24 years ago
- 66b0e9c Use PyObject_IsInstance() to check whether the first argument to an by Guido van Rossum · 24 years ago
- 220ae7c Fix PyFrame_FastToLocals() and counterpart to deal with cells and by Jeremy Hylton · 24 years ago
- 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 24 years ago
- fc93b0a Remove trailing comma from 'why_code' enum, which was introduced by the by Thomas Wouters · 24 years ago
- 8af6b83 When calling a PyCFunction that has METH_KEYWORDS defined, don't by Jeremy Hylton · 24 years ago
- 2524d69 SF patch 103596 by Nick Mathewson: rause UnboundLocalError for by Jeremy Hylton · 24 years ago
- 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
- 483638c Undo recent change that banned using import to bind a global, as per by Jeremy Hylton · 24 years ago
- 1ff31f9 SF bug #130532: newest CVS won't build on AIX. by Tim Peters · 24 years ago
- 2b724da Remove f_closure slot of frameobject and use f_localsplus instead. by Jeremy Hylton · 24 years ago
- 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
- c862cf4 clearer error messages for apply() and "no locals" by Jeremy Hylton · 24 years ago
- ac7be68 Rich comparisons fall-out: by Guido van Rossum · 24 years ago
- 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
- 18d4d8f Two changes to from...import: by Guido van Rossum · 24 years ago
- f5df383 Fixed bugs noted by Greg Stein by Moshe Zadka · 24 years ago
- f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
- eec72a7 Add missing Py_DECREF in fast_cfunction. Partial fix for SF bug #127699. by Charles G. Waldman · 24 years ago
- 1a7aab7 When a PyCFunction that takes only positional parameters is called with by Fred Drake · 24 years ago
- 5282044 Revised implementation of CALL_FUNCTION and friends. More revision still needed. by Jeremy Hylton · 24 years ago
- 6b4ec51 Fix for SF bug #117241 by Jeremy Hylton · 24 years ago
- 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago