1. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 19 years ago
  2. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  3. c9371d4 Fix signedness of various char variables to stop causing a warning under gcc 4. by Brett Cannon · 19 years ago
  4. 55fa66d Add comments about PyThreadState and the usage of its fields. by Brett Cannon · 19 years ago
  5. b6fa281 Make a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow to define by Hye-Shik Chang · 19 years ago
  6. 75eabd2 Change the name of the macro used by --with-tsc builds to the less by Michael W. Hudson · 19 years ago
  7. c9a4762 comment tweak by Skip Montanaro · 20 years ago
  8. 4c79a83 Hye-Shik Chang's fix for Bug 875692. by Kurt B. Kaiser · 20 years ago
  9. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 20 years ago
  10. cfc3192 SF bug #1014215: Unspecific errors with metaclass by Raymond Hettinger · 20 years ago
  11. 87fa785 Centralize WITH_TSC processing. by Martin v. Löwis · 20 years ago
  12. 800ba23 This is my patch: by Michael W. Hudson · 20 years ago
  13. 618fbf5 This was quite a dark bug in my recent in-place string concatenation by Armin Rigo · 20 years ago
  14. 52a21b8 SF patch #980695: efficient string concatenation by Raymond Hettinger · 20 years ago
  15. a3711f7 Fix for the unfortunate fact that PyDict_GetItem and PyObject_GetItem by Michael W. Hudson · 20 years ago
  16. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 20 years ago
  17. 93468ea Remove unused macros in .c files by Neal Norwitz · 20 years ago
  18. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  19. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  20. 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 20 years ago
  21. a7f56bc Get ceval.c to compile again by moving declarations before other statments. by Raymond Hettinger · 20 years ago
  22. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  23. 941b8bc Less ugly #ifdefs for C profiling fix by Nicholas Bastin · 20 years ago
  24. bbffbd1 One forgotten C profiling #ifdef by Nicholas Bastin · 20 years ago
  25. 4c70b69 Making C profiling a configure option (at least temporarily) by Nicholas Bastin · 20 years ago
  26. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  27. 8817fcd Performance tweak: allow stack_pointer and oparg to be register variables. by Armin Rigo · 20 years ago
  28. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  29. f2c0830 SF bug #963956: Bad error mesage when subclassing a module by Raymond Hettinger · 20 years ago
  30. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  31. c8aa08b Some (but not all) of the why code bitfield tests ran faster as by Raymond Hettinger · 20 years ago
  32. 5bed456 Revert 2.393, elimination of pre-decrementing, which by Raymond Hettinger · 20 years ago
  33. 7eddd78 Use continue instead of break whereever possible. by Raymond Hettinger · 20 years ago
  34. d3b836d * Improve readability and remove data dependencies by converting by Raymond Hettinger · 20 years ago
  35. 467a698 Small code improvements for readability, code size, and/or speed. by Raymond Hettinger · 20 years ago
  36. 7c95865 Simplify previous checkin (bitfields for WHY codes). by Raymond Hettinger · 20 years ago
  37. 06032cb Coded WHY flags as bitfields (taking inspiration from tp_flags). by Raymond Hettinger · 20 years ago
  38. 8a5c3c7 Since the fast_yield branch target was introduced, it appears that most by Tim Peters · 20 years ago
  39. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  40. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  41. bf57a14 Fix SF bug #765624. by Armin Rigo · 20 years ago
  42. 9dbf908 Cancelled checkin, sorry. by Armin Rigo · 20 years ago
  43. 1515fc2 A 2% speed improvement with gcc on low-endian machines. My guess is that this by Armin Rigo · 20 years ago
  44. fba1cfc LIST_APPEND is predicably followed by JUMP_ABSOLUTE. by Raymond Hettinger · 20 years ago
  45. 2d783e9 Move the code for BREAK and CONTINUE_LOOP to be near FOR_ITER. by Raymond Hettinger · 20 years ago
  46. db0de9e Speedup for-loops by inlining PyIter_Next(). Saves duplicate tests by Raymond Hettinger · 20 years ago
  47. f114a3a Refactor and optimize code for UNPACK_SEQUENCE. by Raymond Hettinger · 20 years ago
  48. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago
  49. 786ea6b Add pystack definition to Misc/gdbinit with some explanation of its behavior by Skip Montanaro · 20 years ago
  50. ecfeb7f This is my patch #876198 plus a NEWS entry and a header frob. by Michael W. Hudson · 20 years ago
  51. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  52. a721698 SF patch #884022: dynamic execution profiling vs opcode prediction by Raymond Hettinger · 20 years ago
  53. 1dd8309 SF patch #864059: optimize eval_frame by Raymond Hettinger · 20 years ago
  54. eddc144 Getting rid of all the code inside #ifdef macintosh too. by Jack Jansen · 21 years ago
  55. 904ed86 Make undetected error on stack unwind a fatal error. by Jeremy Hylton · 21 years ago
  56. 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 21 years ago
  57. 1d313ab oh dear. Wrong manipulation. Committed a version of ceval.c from my by Armin Rigo · 21 years ago
  58. 092381a Made function declaration a proper C prototype by Armin Rigo · 21 years ago
  59. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  60. c5131bc Fix SF #762455, segfault when sys.stdout is changed in getattr Will backport. by Neal Norwitz · 21 years ago
  61. b8b6d0c Add PyThreadState_SetAsyncExc(long, PyObject *). by Guido van Rossum · 21 years ago
  62. c4b570f Use fast_next_opcode shortcut for forward jump opcodes (it's safe and by Neil Schemenauer · 21 years ago
  63. 40174c3 SF bug #733667: kwargs handled incorrectly by Raymond Hettinger · 21 years ago
  64. ca2a2f1 Don't use fast_next_opcode for JUMP_* opcodes. This fixes the problem by Neil Schemenauer · 21 years ago
  65. 58ee2af Armin Rigo's fix & test for by Michael W. Hudson · 21 years ago
  66. f4cf76d Revert the previous enhancement to the bytecode optimizer. by Raymond Hettinger · 21 years ago
  67. 060641d Improved the bytecode optimizer. by Raymond Hettinger · 21 years ago
  68. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  69. a12fe4e - New function sys.call_tracing() allows pdb to debug code by Guido van Rossum · 21 years ago
  70. 7dc5221 Eliminate data dependency in predict macro. by Raymond Hettinger · 21 years ago
  71. ac207292 Fix comment and whitespace. by Raymond Hettinger · 21 years ago
  72. f606f87 Introduced macros for a simple opcode prediction protocol. by Raymond Hettinger · 21 years ago
  73. 080cb32 SF patch #701907: More use of fast_next_opcode by Raymond Hettinger · 21 years ago
  74. c9fbb72 Added implementation notes for [re]set_exc_info(). by Guido van Rossum · 21 years ago
  75. e46d155 In the process of adding all the extended slice support I attempted to by Michael W. Hudson · 21 years ago
  76. 21012b8 Micro-optimizations. by Raymond Hettinger · 21 years ago
  77. 6297a7a - PyEval_GetFrame() is now declared to return a PyFrameObject * by Guido van Rossum · 21 years ago
  78. 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 21 years ago
  79. 985eba5 Small function call optimization and special build option for call stats. by Jeremy Hylton · 21 years ago
  80. 4bad9ba SF patch #670367: Micro-optimizations for ceval.c by Raymond Hettinger · 21 years ago
  81. 8bb90a5 Replaced POP() with STACKADJ(-1) on lines where the result wasn't used. by Raymond Hettinger · 22 years ago
  82. 71731d7 As discussed on python-dev, removed from DUP_TOPX support for the by Raymond Hettinger · 22 years ago
  83. 37aa066 As discussed briefly on python-dev, add Pending Deprecation Warning by Neal Norwitz · 22 years ago
  84. 663004b SF patch #664320: Replace push/pop clusters in ceval.c by Raymond Hettinger · 22 years ago
  85. addfe0c Make private functions static so we don't pollute the namespace by Neal Norwitz · 22 years ago
  86. 006c752 This is Richie Hindle's patch: by Michael W. Hudson · 22 years ago
  87. 019a78e Assorted patches from Armin Rigo: by Michael W. Hudson · 22 years ago
  88. cbd6fb9 Handle really big steps in extended slices. by Michael W. Hudson · 22 years ago
  89. ca803a0 One last tweak to the tracing machinery: this actually computes what I intended by Michael W. Hudson · 22 years ago
  90. fb4d6ec Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 22 years ago
  91. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  92. 99dba27 Bump default check interval to 100 instructions. Computers are much faster by Skip Montanaro · 22 years ago
  93. d581d77 replace thread state objects' ticker and checkinterval fields with two by Skip Montanaro · 22 years ago
  94. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago
  95. 86c659a The error messages in err_args() -- which is only called when the by Guido van Rossum · 22 years ago
  96. c230b0e Comment typo repair. by Michael W. Hudson · 22 years ago
  97. 62897c5 My patch #597221. Use f_lasti more consistently. by Michael W. Hudson · 22 years ago
  98. d8dbf84 Add a warning comment to the LOAD_GLOBAL inline code. by Guido van Rossum · 22 years ago
  99. 3a4dfc8 Another ugly inlining hack, expanding the two PyDict_GetItem() calls by Guido van Rossum · 22 years ago
  100. 192690e Inline fast_cfunction() in new call_function(). by Jeremy Hylton · 22 years ago