1. 21c95eb merge 3.2 by Philip Jenvey · 12 years ago
  2. b37ac8e don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine) by Philip Jenvey · 12 years ago
  3. 000bd42 merge 3.2 by Philip Jenvey · 12 years ago
  4. 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
  5. 3014771 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 12 years ago
  6. 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 12 years ago
  7. 5562d9d Issue #1692335: Move initial args assignment to BaseException.__new__ by Richard Oudkerk · 12 years ago
  8. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  9. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  10. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 12 years ago
  11. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 12 years ago
  12. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 12 years ago
  13. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  14. 5edbaf2 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  15. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  16. 8fd544f Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  17. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  18. 536feac merge 3.2 by Benjamin Peterson · 13 years ago
  19. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  20. 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
  21. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  22. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  23. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  24. 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 14 years ago
  25. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  26. 17e0bbc Merged revisions 82330 via svnmerge from by Benjamin Peterson · 14 years ago
  27. ae5f2f4 prevent generator finalization from invalidating sys.exc_info() #7173 by Benjamin Peterson · 14 years ago
  28. 0facd77 Merged revisions 78418 via svnmerge from by Eric Smith · 14 years ago
  29. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  30. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  31. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  32. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 15 years ago
  33. 2f5a78c Remove test for unicode(e) converted to str(e) by 2to3 by Ezio Melotti · 15 years ago
  34. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  35. ab6f2f6 Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions. by Georg Brandl · 15 years ago
  36. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  37. 9b67602 move test to a better location by Benjamin Peterson · 16 years ago
  38. 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
  39. 0067bd6 add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simpler by Benjamin Peterson · 16 years ago
  40. 7888d08 Merged revisions 65339-65340,65342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  41. e19cadb Correct one of the "MemoryError oddities": by Amaury Forgeot d'Arc · 16 years ago
  42. 69c88f7 Merged revisions 65320 via svnmerge from by Benjamin Peterson · 16 years ago
  43. 27d6367 improvements to the fix for #3114 by Benjamin Peterson · 16 years ago
  44. 979f311 #3114 fix a bus error when deallocated exceptions were used by Benjamin Peterson · 16 years ago
  45. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  46. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  47. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  48. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  49. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  50. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  51. 8d109cb Antoine Pitrou's patch for bug 2507; exception state lives too long in 3.0. by Barry Warsaw · 16 years ago
  52. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  53. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  54. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  55. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  56. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  57. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  58. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  59. e63bae6 Make the test of chr() overflow pass. (Sigh. There are so many redundant tests.) by Guido van Rossum · 17 years ago
  60. 0157ebe Fix chr() test (1000000 was accepted on a UCS4 build). by Walter Dörwald · 17 years ago
  61. eceb0fb Fix test_exceptions.py: There were still str8 objects by Walter Dörwald · 17 years ago
  62. ebe3e16 Merged revisions 55342-55406 via svnmerge from by Guido van Rossum · 17 years ago
  63. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  64. b8142c3 Got test_exceptions.py working. by Guido van Rossum · 17 years ago
  65. 617dbc4 Checkpoint. A b it closer to working pickles and pickletools. by Guido van Rossum · 17 years ago
  66. d7c43dd test_exceptions.py passes, except for pickling of course. by Guido van Rossum · 17 years ago
  67. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  68. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  69. ba7bf49 Remove the ability to slice/index on exceptions per PEP 352. by Brett Cannon · 17 years ago
  70. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago
  71. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  72. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  73. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  74. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  75. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  76. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  77. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  78. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  79. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  80. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  81. 303de6a Fix (and add test for) missing check for BaseException subclasses in the C API. by Thomas Wouters · 18 years ago
  82. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  83. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 18 years ago
  84. c885443 Stop producing or using OverflowWarning. PEP 237 thought this would by Tim Peters · 20 years ago
  85. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  86. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  87. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  88. aa3dc45 Enable support for jython: by Finn Bock · 23 years ago
  89. ede049b Add tests for new PyErr_NormalizeException() behavior by Jeremy Hylton · 23 years ago
  90. 83b120d Turn OverflowWarning into an error locally, in order to make the by Guido van Rossum · 23 years ago
  91. b9c1d3d reload(exceptions) should not raise an ImportError, but should act by Barry Warsaw · 23 years ago
  92. 3faa52e Allow 'continue' inside 'try' clause SF patch 102989 by Thomas Wouters by Jeremy Hylton · 24 years ago
  93. 2e6d25c Use 4-space indents. by Fred Drake · 24 years ago
  94. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 24 years ago
  95. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  96. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  97. 56c807d add minimal test of exception use. verify that each exception can be by Jeremy Hylton · 24 years ago
  98. 992cb8a Added a test to catch the base class. by Barry Warsaw · 24 years ago
  99. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  100. 6ed41a0 Expanded r() function to handle class exceptions. by Barry Warsaw · 27 years ago