1. 6d46a91 Merged revisions 73614-73615 via svnmerge from by Benjamin Peterson · 15 years ago
  2. ac8c730 this is better written as an assertion by Benjamin Peterson · 15 years ago
  3. fec42da update comments by Benjamin Peterson · 15 years ago
  4. 176101d correctly rearrange the stack in the exception case of WITH_CLEANUP by Benjamin Peterson · 15 years ago
  5. 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
  6. 8e124f3 Merged revisions 73064 via svnmerge from by Antoine Pitrou · 15 years ago
  7. efb06b0 Merged revisions 69811,69947 via svnmerge from by Benjamin Peterson · 15 years ago
  8. 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 15 years ago
  9. b52ec78 Issue #4753: By enabling a configure option named '--with-computed-gotos' by Antoine Pitrou · 15 years ago
  10. b4ddfa4 fix compiler warning by Benjamin Peterson · 15 years ago
  11. e5bf383 Merged revisions 68460 via svnmerge from by Benjamin Peterson · 15 years ago
  12. f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
  13. b9083f3 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 16 years ago
  14. 10b24e8 Merged revisions 67688 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  15. 008d8ef Merged revisions 67494 via svnmerge from by Jeffrey Yasskin · 16 years ago
  16. 658fad8 Issue #3697: "Fatal Python error: Cannot recover from stack overflow" by Antoine Pitrou · 16 years ago
  17. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  18. 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
  19. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  20. 9a2310d Merged revisions 65240-65242 via svnmerge from by Antoine Pitrou · 16 years ago
  21. a851397 Merger 65032 to py3k by Jesse Noller · 16 years ago
  22. 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
  23. 27d6367 improvements to the fix for #3114 by Benjamin Peterson · 16 years ago
  24. 979f311 #3114 fix a bus error when deallocated exceptions were used by Benjamin Peterson · 16 years ago
  25. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  26. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  27. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  28. 8d109cb Antoine Pitrou's patch for bug 2507; exception state lives too long in 3.0. by Barry Warsaw · 16 years ago
  29. 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
  30. 180510d Merged revisions 61189-61190,61192,61194-61195,61198-61199 via svnmerge from by Christian Heimes · 16 years ago
  31. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 16 years ago
  32. bbffeb6 Merged revisions 60210-60233 via svnmerge from by Christian Heimes · 16 years ago
  33. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  34. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  35. 0449f63 Merged revisions 59488-59511 via svnmerge from by Christian Heimes · 17 years ago
  36. b9eccbf Merged revisions 59333-59370 via svnmerge from by Christian Heimes · 17 years ago
  37. d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
  38. 3267f87 Remove special-casing of integer operations, to stop using PyInt_CheckExact. by Martin v. Löwis · 17 years ago
  39. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  40. e670bd4 fix #1409: cell variables were not initialized, by Amaury Forgeot d'Arc · 17 years ago
  41. f05149a Correction for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  42. 58da931 Merged revisions 58886-58929 via svnmerge from by Guido van Rossum · 17 years ago
  43. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  44. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  45. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  46. 7ce29ca Whitespace cleanup. by Thomas Wouters · 17 years ago
  47. ce272b6 Merged revisions 58203-58210 via svnmerge from by Thomas Wouters · 17 years ago
  48. 1966f1c Fix refleaks exposed by test_raise. by Collin Winter · 17 years ago
  49. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  50. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  51. da059e3 Use unicode by Neal Norwitz · 17 years ago
  52. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  53. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  54. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  55. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  56. 573c08c Change PyErr_Format() to generate a unicode string (by using by Walter Dörwald · 17 years ago
  57. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  58. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  59. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  60. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  61. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  62. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  63. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  64. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  65. 3959046 Make it so TypeError is raised if an instance of an object is put in an by Brett Cannon · 17 years ago
  66. 0240b92 Two more patches by Tony Lownds (SF# 1607548). by Guido van Rossum · 17 years ago
  67. f74225d You can no longer catch non-BaseException objects; TypeError is raised if such by Brett Cannon · 17 years ago
  68. a44f3a3 Merged revisions 53912-53951 via svnmerge from by Thomas Wouters · 17 years ago
  69. 94ab000 Fix a refleak in the MAKE_FUNCTION opcode in ceval.c. by Georg Brandl · 17 years ago
  70. 00e41de Bytes literal. by Thomas Wouters · 17 years ago
  71. 79139b2 Kill off softspace completely (except in formatter.py which seems to have by Guido van Rossum · 17 years ago
  72. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  73. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  74. e33a611 Fix minor grammar typo. by Brett Cannon · 17 years ago
  75. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 17 years ago
  76. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  77. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  78. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  79. 29602e4 Make it compile with older compilers. by Guido van Rossum · 18 years ago
  80. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  81. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  82. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  83. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  84. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  85. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  86. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  87. 3cf5b1e Get rid of most of the flags (in tp_flags) that keep track of various by Guido van Rossum · 18 years ago
  88. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  89. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  90. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  91. 712ce45 _Py_QnewFlag and INPLACE_DIVIDE are not necessary any longer by Neal Norwitz · 18 years ago
  92. c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 18 years ago
  93. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  94. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  95. 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 18 years ago
  96. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  97. 814e938 Use Py_ssize_t since we are working with list size below by Neal Norwitz · 18 years ago
  98. 7f59732 Put back the essence of Jeremy's original XXX comment. by Thomas Wouters · 18 years ago
  99. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  100. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago