1. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  2. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  3. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  4. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  5. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  6. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  7. 8ad4cd9 Merged revisions 87796 via svnmerge from by David Malcolm · 14 years ago
  8. f1397ad Issue #10655: Fix the build on PowerPC on Linux with GCC when building with by David Malcolm · 14 years ago
  9. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  10. e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
  11. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  12. a000645 ceval.c: catch recursion error on _PyUnicode_AsString(co->co_filename) by Victor Stinner · 14 years ago
  13. aa7fbd9 revert r85003, poorly considered; breaks tests by Benjamin Peterson · 14 years ago
  14. 81437c9 don't count keyword arguments as positional #9943 by Benjamin Peterson · 14 years ago
  15. 1df1536 Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly by Antoine Pitrou · 14 years ago
  16. e208b7c typo by Benjamin Peterson · 14 years ago
  17. d0de25d use Py_REFCNT by Benjamin Peterson · 14 years ago
  18. d2be5b4 remove gil_drop_request in --without-threads by Benjamin Peterson · 14 years ago
  19. 00ebe2c use DISPATCH() instead of continue by Benjamin Peterson · 14 years ago
  20. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  21. 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
  22. 4a3733d Issue #9425: save/restore exception on filename encoding by Victor Stinner · 14 years ago
  23. 042b128 Issue #9203: Computed gotos are now enabled by default on supported by Antoine Pitrou · 14 years ago
  24. 20f9c3c revert unintended changes by Benjamin Peterson · 14 years ago
  25. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago
  26. 0310a83 #3071: tell how many values were expected when unpacking too many. by Georg Brandl · 14 years ago
  27. 88968ad only take into account positional arguments count in related error messages by Benjamin Peterson · 14 years ago
  28. c87901d Merged revisions 82181 via svnmerge from by Stefan Krah · 14 years ago
  29. b7e1010 Issue #8930: Remaining indentation fixes after the Grand Unified Indenting. by Stefan Krah · 14 years ago
  30. 08ec84c use atomic structures in non-thread version by Benjamin Peterson · 14 years ago
  31. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  32. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  33. 70cce42 read eval_breaker with atomic api with computed gotos by Benjamin Peterson · 14 years ago
  34. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  35. 8689a10 Merged revisions 79555 via svnmerge from by Antoine Pitrou · 14 years ago
  36. 7588b8b nest if for clarity by Benjamin Peterson · 14 years ago
  37. afcee8b count keyword only arguments as part of the total by Benjamin Peterson · 14 years ago
  38. f3b7a25 Merged revisions 78028 via svnmerge from by Benjamin Peterson · 14 years ago
  39. 232ecb8 cleanup a bit by Benjamin Peterson · 14 years ago
  40. 38c36f8 Merged revisions 78875 via svnmerge from by Victor Stinner · 14 years ago
  41. a567a77 Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge from by Benjamin Peterson · 14 years ago
  42. 3f1af5c Issue #6697: use %U format instead of _PyUnicode_AsString(), because by Victor Stinner · 14 years ago
  43. d01444d Merged revisions 78766 via svnmerge from by Benjamin Peterson · 14 years ago
  44. ae5f2f4 prevent generator finalization from invalidating sys.exc_info() #7173 by Benjamin Peterson · 14 years ago
  45. f8b60b2 fix comment by Benjamin Peterson · 14 years ago
  46. 074e5ed Merge in the new GIL. by Antoine Pitrou · 15 years ago
  47. ee2dd4a Merged revisions 75984 via svnmerge from by Mark Dickinson · 15 years ago
  48. a25b131 Merged revisions 75982 via svnmerge from by Mark Dickinson · 15 years ago
  49. b4d286d silence with (void) two warnings about computed and unused value of POP() by Ezio Melotti · 15 years ago
  50. bfc3099 Merged revisions 73750 via svnmerge from by Alexandre Vassalotti · 15 years ago
  51. 7b82b40 Merged revisions 72487-72488,72879 via svnmerge from by Alexandre Vassalotti · 15 years ago
  52. b1715f1 use stack altering macros here by Benjamin Peterson · 15 years ago
  53. 6d46a91 Merged revisions 73614-73615 via svnmerge from by Benjamin Peterson · 15 years ago
  54. ac8c730 this is better written as an assertion by Benjamin Peterson · 15 years ago
  55. fec42da update comments by Benjamin Peterson · 15 years ago
  56. 176101d correctly rearrange the stack in the exception case of WITH_CLEANUP by Benjamin Peterson · 15 years ago
  57. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  58. 8e124f3 Merged revisions 73064 via svnmerge from by Antoine Pitrou · 15 years ago
  59. efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 15 years ago
  60. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  61. b52ec78 Issue #4753: By enabling a configure option named '--with-computed-gotos' by Antoine Pitrou · 15 years ago
  62. b4ddfa4 fix compiler warning by Benjamin Peterson · 16 years ago
  63. e5bf383 Merged revisions 68460 via svnmerge from by Benjamin Peterson · 16 years ago
  64. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  65. b9083f3 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 16 years ago
  66. 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  67. 008d8ef Merged revisions 67494 via svnmerge from by Jeffrey Yasskin · 16 years ago
  68. 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 16 years ago
  69. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  70. 6e7740c apply a fix for #3611 where the current exception context was deleted with a generator causing a segfault by Benjamin Peterson · 16 years ago
  71. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  72. 9a2310d Merged revisions 65240-65242 via svnmerge from by Antoine Pitrou · 16 years ago
  73. a851397 Merger 65032 to py3k by Jesse Noller · 16 years ago
  74. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  75. 27d6367 improvements to the fix for #3114 by Benjamin Peterson · 16 years ago
  76. 979f311 #3114 fix a bus error when deallocated exceptions were used by Benjamin Peterson · 16 years ago
  77. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  78. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  79. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  80. 8d109cb Antoine Pitrou's patch for bug 2507; exception state lives too long in 3.0. by Barry Warsaw · 16 years ago
  81. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  82. 180510d Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from by Christian Heimes · 16 years ago
  83. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 16 years ago
  84. bbffeb6 Merged revisions 60210-60233 via svnmerge from by Christian Heimes · 17 years ago
  85. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  86. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  87. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  88. b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 17 years ago
  89. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  90. 3267f87 Remove special-casing of integer operations, to stop using PyInt_CheckExact. by Martin v. Löwis · 17 years ago
  91. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  92. e670bd4 fix #1409: cell variables were not initialized, by Amaury Forgeot d'Arc · 17 years ago
  93. f05149a Correction for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  94. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  95. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  96. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  97. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  98. 7ce29ca Whitespace cleanup. by Thomas Wouters · 17 years ago
  99. ce272b6 Merged revisions 58203-58210 via svnmerge from by Thomas Wouters · 17 years ago
  100. 1966f1c Fix refleaks exposed by test_raise. by Collin Winter · 17 years ago