1. e105f98 Fix two crashers (borrowed_ref_[34].py from the trunk). by Guido van Rossum · 17 years ago
  2. c572dc3 Backport for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  3. 03c566a Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen. by Neal Norwitz · 17 years ago
  4. 9d9fbb4 Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127 by Kristján Valur Jónsson · 17 years ago
  5. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 17 years ago
  6. 0ea8916 Patch #1674228: when assigning a slice (old-style), check for the by Georg Brandl · 17 years ago
  7. a5f5f14 Backport 53901 and 53902 to prevent crash when there is an error decoding unicode filenames by Neal Norwitz · 17 years ago
  8. 1bc1ab2 Backport of r52862. by Armin Rigo · 18 years ago
  9. 5f95870 [Bug #1542016] Report PCALL_POP value. This makes the return value of sys.callstats() match its docstring. by Andrew M. Kuchling · 18 years ago
  10. df6a649 Move/copy assert for tstate != NULL before first use. by Neal Norwitz · 18 years ago
  11. 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
  12. 421c131 Whoops, how did that get in there. :-) Revert all the parts of 51227 that were not supposed to go it. Only Modules/_ctypes/cfields.c was supposed to be changed by Neal Norwitz · 18 years ago
  13. 6b4953f Check returned pointer is valid. Klocwork #233 by Neal Norwitz · 18 years ago
  14. 97ff047 Concatenation on a long string breaks (SF #1526585). by Armin Rigo · 18 years ago
  15. 245ce8d i and j are initialized below when used. No need to do it twice by Neal Norwitz · 18 years ago
  16. b9845e7 Get rid of f_restricted too. Doc the other 4 ints that were already removed by Neal Norwitz · 18 years ago
  17. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  18. 35f6d36 [ 1497053 ] Let dicts propagate the exceptions in user __eq__(). by Armin Rigo · 18 years ago
  19. 7a83089 needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in- by Fredrik Lundh · 18 years ago
  20. 7df5e7f Patch 1145039. by Tim Peters · 18 years ago
  21. 1b94940 Py_LOCAL shouldn't be used for data; it works for some .NET 2003 compilers, by Fredrik Lundh · 18 years ago
  22. 57640f5 needforspeed: added PY_LOCAL_AGGRESSIVE macro to enable "aggressive" by Fredrik Lundh · 18 years ago
  23. b8b3c8e needforspeed: added Py_LOCAL macro, based on the LOCAL macro used by Fredrik Lundh · 18 years ago
  24. 684fd0c Replace PyObject_CallFunction calls with only object args by Georg Brandl · 18 years ago
  25. cebbefc Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects. by Richard Jones · 18 years ago
  26. 02104df Fix #132 from Coverity, retval could have been derefed by Neal Norwitz · 18 years ago
  27. b255069 Micro optimization. In the first case, we know that frame->f_exc_type by Neal Norwitz · 18 years ago
  28. 6685128 Fix more ssize_t issues. by Martin v. Löwis · 18 years ago
  29. 79cdce3 Teach Python/ceval.c's inlining of 'str += str' about Py_ssize_t sizes; this by Thomas Wouters · 18 years ago
  30. a4ebc13 Refactor: Move code that uses co_lnotab from ceval to codeobject by Jeremy Hylton · 18 years ago
  31. a863d33 low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations by Anthony Baxter · 18 years ago
  32. 2ba9661 SF Patch #1463867: Improved generator finalization to allow generators by Phillip J. Eby · 18 years ago
  33. d34fa52 answer a question from a comment by Armin Rigo · 18 years ago
  34. 9076842 Fix a ssize_t issue by Neal Norwitz · 18 years ago
  35. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  36. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  37. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  38. 814e938 Use Py_ssize_t since we are working with list size below by Neal Norwitz · 18 years ago
  39. 7f59732 Put back the essence of Jeremy's original XXX comment. by Thomas Wouters · 18 years ago
  40. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  41. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago
  42. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  43. a7446e3 Check the return code for PyErr_Warn() when warning about raising string by Brett Cannon · 18 years ago
  44. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  45. 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 18 years ago
  46. dde99d2 Remove size constraints in SLICE opcodes. by Martin v. Löwis · 18 years ago
  47. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  48. 03ca23d Explain the clearing of the stack in a comment in Python/ceval.c's by Thomas Wouters · 18 years ago
  49. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  50. 5f5153e Fix some mods that got dropped from the AST merge by Neal Norwitz · 19 years ago
  51. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  52. 1c2d7e5 clean-up tracing of C functions. In particular, don't call the trace func by Armin Rigo · 19 years ago
  53. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 19 years ago
  54. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  55. c9371d4 Fix signedness of various char variables to stop causing a warning under gcc 4. by Brett Cannon · 19 years ago
  56. 55fa66d Add comments about PyThreadState and the usage of its fields. by Brett Cannon · 19 years ago
  57. b6fa281 Make a handy macro, Py_DEFAULT_RECURSION_LIMIT to allow to define by Hye-Shik Chang · 19 years ago
  58. 75eabd2 Change the name of the macro used by --with-tsc builds to the less by Michael W. Hudson · 20 years ago
  59. c9a4762 comment tweak by Skip Montanaro · 20 years ago
  60. 4c79a83 Hye-Shik Chang's fix for Bug 875692. by Kurt B. Kaiser · 20 years ago
  61. 7f468f2 SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick by Tim Peters · 20 years ago
  62. cfc3192 SF bug #1014215: Unspecific errors with metaclass by Raymond Hettinger · 20 years ago
  63. 87fa785 Centralize WITH_TSC processing. by Martin v. Löwis · 20 years ago
  64. 800ba23 This is my patch: by Michael W. Hudson · 20 years ago
  65. 618fbf5 This was quite a dark bug in my recent in-place string concatenation by Armin Rigo · 20 years ago
  66. 52a21b8 SF patch #980695: efficient string concatenation by Raymond Hettinger · 20 years ago
  67. a3711f7 Fix for the unfortunate fact that PyDict_GetItem and PyObject_GetItem by Michael W. Hudson · 20 years ago
  68. 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 20 years ago
  69. 93468ea Remove unused macros in .c files by Neal Norwitz · 20 years ago
  70. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  71. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  72. 8d97e33 Patch #966493: Cleanup generator/eval_frame exposure. by Martin v. Löwis · 20 years ago
  73. a7f56bc Get ceval.c to compile again by moving declarations before other statments. by Raymond Hettinger · 20 years ago
  74. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  75. 941b8bc Less ugly #ifdefs for C profiling fix by Nicholas Bastin · 20 years ago
  76. bbffbd1 One forgotten C profiling #ifdef by Nicholas Bastin · 20 years ago
  77. 4c70b69 Making C profiling a configure option (at least temporarily) by Nicholas Bastin · 20 years ago
  78. 9c18e81 Install two code generation optimizations that depend on NOP. by Raymond Hettinger · 20 years ago
  79. 8817fcd Performance tweak: allow stack_pointer and oparg to be register variables. by Armin Rigo · 20 years ago
  80. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  81. f2c0830 SF bug #963956: Bad error mesage when subclassing a module by Raymond Hettinger · 20 years ago
  82. e440e47 Patch #957398: Add public API for Generator Object/Type. by Martin v. Löwis · 20 years ago
  83. c8aa08b Some (but not all) of the why code bitfield tests ran faster as by Raymond Hettinger · 20 years ago
  84. 5bed456 Revert 2.393, elimination of pre-decrementing, which by Raymond Hettinger · 20 years ago
  85. 7eddd78 Use continue instead of break whereever possible. by Raymond Hettinger · 20 years ago
  86. d3b836d * Improve readability and remove data dependencies by converting by Raymond Hettinger · 20 years ago
  87. 467a698 Small code improvements for readability, code size, and/or speed. by Raymond Hettinger · 20 years ago
  88. 7c95865 Simplify previous checkin (bitfields for WHY codes). by Raymond Hettinger · 20 years ago
  89. 06032cb Coded WHY flags as bitfields (taking inspiration from tp_flags). by Raymond Hettinger · 20 years ago
  90. 8a5c3c7 Since the fast_yield branch target was introduced, it appears that most by Tim Peters · 20 years ago
  91. e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 20 years ago
  92. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  93. bf57a14 Fix SF bug #765624. by Armin Rigo · 20 years ago
  94. 9dbf908 Cancelled checkin, sorry. by Armin Rigo · 20 years ago
  95. 1515fc2 A 2% speed improvement with gcc on low-endian machines. My guess is that this by Armin Rigo · 20 years ago
  96. fba1cfc LIST_APPEND is predicably followed by JUMP_ABSOLUTE. by Raymond Hettinger · 20 years ago
  97. 2d783e9 Move the code for BREAK and CONTINUE_LOOP to be near FOR_ITER. by Raymond Hettinger · 20 years ago
  98. db0de9e Speedup for-loops by inlining PyIter_Next(). Saves duplicate tests by Raymond Hettinger · 20 years ago
  99. f114a3a Refactor and optimize code for UNPACK_SEQUENCE. by Raymond Hettinger · 20 years ago
  100. dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 20 years ago