1. b9a9628 Admit that we'll never add the args for a "call" event to the profile by Fred Drake · 23 years ago
  2. 7851eea build_class(): one more (hopefully the last) step on the way to by Guido van Rossum · 23 years ago
  3. 6c0f200 Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. That by Neil Schemenauer · 23 years ago
  4. 46add98 Do the int inlining only if the type is really an int, not whenever by Guido van Rossum · 23 years ago
  5. 2f38f81 Removed some unreachable break statements to silence SGI compiler. by Sjoerd Mullender · 23 years ago
  6. 87780df When an inlined operation on two small ints causes overflow, don't by Guido van Rossum · 23 years ago
  7. 50d756e Fix SF bug #443600: by Guido van Rossum · 23 years ago
  8. e2c18e9 ceval, PyEval_MergeCompilerFlags: wasn't merging in the by Tim Peters · 23 years ago
  9. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  10. 910d7d4 Remove much dead code from ceval.c by Jeremy Hylton · 23 years ago
  11. b857ba2 Refactor future feature handling by Jeremy Hylton · 23 years ago
  12. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  13. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  14. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  15. f8c7c20 GC for generator objects. by Neil Schemenauer · 23 years ago
  16. 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
  17. 5755ce6 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  18. e77f2e2 gen_getattr: make the gi_running and gi_frame members discoverable (but by Tim Peters · 23 years ago
  19. d8e1c9e Add "gi_" (generator-iterator) prefix to names of genobject members. by Tim Peters · 23 years ago
  20. ad1a18b Change the semantics of "return" in generators, as discussed on the by Tim Peters · 23 years ago
  21. 5eb4b87 gen_iternext(): Don't assume that the current thread state's frame is by Tim Peters · 23 years ago
  22. 8c96369 PyFrameObject: rename f_stackbottom to f_stacktop, since it points to by Tim Peters · 23 years ago
  23. d6d010b Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into by Tim Peters · 23 years ago
  24. 2b13ce8 Try to avoid creating reference cycles involving generators. Only keep a by Neil Schemenauer · 23 years ago
  25. 6302ec6 gen_iternext(): repair subtle refcount problem. by Tim Peters · 23 years ago
  26. 43afb24 Remove unused code. by Neil Schemenauer · 23 years ago
  27. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  28. d083839 Instead of initializing & interning the strings passed to the profile by Fred Drake · 23 years ago
  29. 239508c SF bug 433228: repr(list) woes when len(list) big by Tim Peters · 23 years ago
  30. 904aa7b call_trace(): Add an additional parameter -- pointer to a PyObject* by Fred Drake · 23 years ago
  31. 4c9dace Fix bug reported by Tim Peters on python-dev: by Jeremy Hylton · 23 years ago
  32. da20fce Add a second special case to the inline function call code in eval_code2(). by Jeremy Hylton · 23 years ago
  33. f4848da Make PyIter_Next() a little smarter (wrt its knowledge of iterator by Tim Peters · 23 years ago
  34. 960d948 improved error message-- names the type of the unexpected object by Jeremy Hylton · 23 years ago
  35. 213c7a6 Mondo changes to the iterator stuff, without changing how Python code by Guido van Rossum · 23 years ago
  36. cf96de0 SF but #417587: compiler warnings compiling 2.1. by Tim Peters · 23 years ago
  37. 59d1d2b Iterators phase 1. This comprises: by Guido van Rossum · 23 years ago
  38. c76770c Change error message raised when free variable is not yet bound. It by Jeremy Hylton · 23 years ago
  39. d9994e0 Patch by Ping (SF bug 415879, Exception.__init__() causes segfault): by Guido van Rossum · 23 years ago
  40. 512a237 Fix exception handling for non-PyFunction objects, SF bug 414743. by Jeremy Hylton · 23 years ago
  41. bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 23 years ago
  42. 061d106 If a code object is compiled with nested scopes, define the CO_NESTED flag. by Jeremy Hylton · 23 years ago
  43. 66b0e9c Use PyObject_IsInstance() to check whether the first argument to an by Guido van Rossum · 23 years ago
  44. 220ae7c Fix PyFrame_FastToLocals() and counterpart to deal with cells and by Jeremy Hylton · 23 years ago
  45. 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 23 years ago
  46. fc93b0a Remove trailing comma from 'why_code' enum, which was introduced by the by Thomas Wouters · 23 years ago
  47. 8af6b83 When calling a PyCFunction that has METH_KEYWORDS defined, don't by Jeremy Hylton · 23 years ago
  48. 2524d69 SF patch 103596 by Nick Mathewson: rause UnboundLocalError for by Jeremy Hylton · 23 years ago
  49. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
  50. 483638c Undo recent change that banned using import to bind a global, as per by Jeremy Hylton · 24 years ago
  51. 1ff31f9 SF bug #130532: newest CVS won't build on AIX. by Tim Peters · 24 years ago
  52. 2b724da Remove f_closure slot of frameobject and use f_localsplus instead. by Jeremy Hylton · 24 years ago
  53. 64949cb PEP 227 implementation by Jeremy Hylton · 24 years ago
  54. c862cf4 clearer error messages for apply() and "no locals" by Jeremy Hylton · 24 years ago
  55. ac7be68 Rich comparisons fall-out: by Guido van Rossum · 24 years ago
  56. 2057970 This patch makes sure that the function name always appears in the error by Ka-Ping Yee · 24 years ago
  57. 18d4d8f Two changes to from...import: by Guido van Rossum · 24 years ago
  58. f5df383 Fixed bugs noted by Greg Stein by Moshe Zadka · 24 years ago
  59. f68f2fe Implementation of PEP-0217. This closes the PEP, and patch 103170 by Moshe Zadka · 24 years ago
  60. eec72a7 Add missing Py_DECREF in fast_cfunction. Partial fix for SF bug #127699. by Charles G. Waldman · 24 years ago
  61. 1a7aab7 When a PyCFunction that takes only positional parameters is called with by Fred Drake · 24 years ago
  62. 5282044 Revised implementation of CALL_FUNCTION and friends. More revision still needed. by Jeremy Hylton · 24 years ago
  63. 6b4ec51 Fix for SF bug #117241 by Jeremy Hylton · 24 years ago
  64. 661ea26 Ka-Ping Yee <ping@lfw.org>: by Fred Drake · 24 years ago
  65. 0be483f Do a better job at staying on-screen :P (Sorry, it's late here.) I'm by Thomas Wouters · 24 years ago
  66. 8fb62a2 Adjust debugging code in the implementation of the DUP_TOPX bytecode, use by Thomas Wouters · 24 years ago
  67. 48fba73 Remove the last gcc -Wall warning about possible use of an uninitialized by Fred Drake · 24 years ago
  68. 35ba689 Attempt to fix bogus gcc -Wall warnings reported by Marc-Andre Lemburg, by Tim Peters · 24 years ago
  69. d5fadf7 Rationalize use of limits.h, moving the inclusion to Python.h. by Fred Drake · 24 years ago
  70. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  71. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  72. 7bd25be Cosmetics on Py_Get/SetRecursionLimit (for the style guide) by Vladimir Marangozov · 24 years ago
  73. d320c34 Revert removal of void from function definition. Guido sez I can take it by Tim Peters · 24 years ago
  74. 349ff6f Set the recursion limit to 1000 -- 2500 was not enough, let's be conservative. by Guido van Rossum · 24 years ago
  75. 51de690 Supply missing prototypes for new Py_{Get,Set}RecursionLimit; fixes compiler wngs; by Tim Peters · 24 years ago
  76. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  77. e68140d Better error message with UnboundLocalError by Paul Prescod · 24 years ago
  78. 093abe0 eval_code2(): Guido provides this patch for his suggested elaboration by Barry Warsaw · 24 years ago
  79. dd13e4f Replace the run-time 'future-bytecode-stream-inspection' hack to find out by Thomas Wouters · 24 years ago
  80. fee3a2d Charles Waldman's patch to reinitialize the interpreter lock after a by Guido van Rossum · 24 years ago
  81. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  82. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  83. 23c9ec8 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  84. 0400515 Fix the bug Sjoerd Mullender discovered, where find_from_args() wasn't by Thomas Wouters · 24 years ago
  85. 04e654a Remove a couple of warnings turned up by "gcc -Wall". by Fred Drake · 24 years ago
  86. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  87. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  88. aa39a7e Initialized opcode and oparg to silence a gcc -Wall warning. by Moshe Zadka · 24 years ago
  89. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  90. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  91. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  92. cbf630f Include macglue.h for some function prototypes, and renamed a few by Jack Jansen · 24 years ago
  93. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  94. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  95. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  96. 582acec Trent Mick's Win64 changes: size_t vs. int or long; also some overflow tests. by Guido van Rossum · 24 years ago
  97. 20c6add Trent Mick: by Guido van Rossum · 24 years ago
  98. cc229ea Add useless 'return 1' to prtrace() to shut up VC++. by Guido van Rossum · 24 years ago
  99. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  100. 25826c9 Charles Waldman writes: by Guido van Rossum · 24 years ago