1. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  2. e4d300e bpo-36829: Add test.support.catch_unraisable_exception() (GH-13490) by Victor Stinner · 5 years ago
  3. b619b09 bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633) by Serhiy Storchaka · 6 years ago
  4. 025eb98 bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) by Ammar Askar · 6 years ago
  5. fe2bbb1 bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) by Serhiy Storchaka · 7 years ago
  6. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  7. 56d1f5c bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) by xdegaye · 7 years ago
  8. 66caacf bpo-30817: Fix PyErr_PrintEx() when no memory (#2526) by xdegaye · 7 years ago
  9. ae3087c Move exc state to generator. Fixes bpo-25612 (#1773) by Mark Shannon · 7 years ago
  10. 772d809 bpo-31161: only check for parens error for SyntaxError (#3082) by Martijn Pieters · 7 years ago
  11. 64c8f70 bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916) by Michael Seifert · 8 years ago
  12. b785396 bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) by Serhiy Storchaka · 8 years ago
  13. f15c4d3 bpo-20548: Use specific asserts in warnings and exceptions tests (#788) by Serhiy Storchaka · 8 years ago
  14. 331bbe6 Issue #29507: Update test_exceptions by Victor Stinner · 8 years ago
  15. e9e4448 Issue #28289: ImportError.__init__ now resets not specified attributes. by Serhiy Storchaka · 8 years ago
  16. 389ef9d Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  17. 47dee11 Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  18. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  19. 084b368 Issue #23391: Merge OSError doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  20. 5487c13 Issue #23391: Restore OSError constructor argument documentation by Martin Panter · 9 years ago
  21. ccc897f Add a rudimentary test for StopAsyncIteration in test_exceptions. by Yury Selivanov · 9 years ago
  22. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  23. 6fbeae4 Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 10 years ago
  24. d223fa6 Issue #22977: Fix test_exceptions by Victor Stinner · 10 years ago
  25. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 10 years ago
  26. c4c19b3 Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
  27. e331121 make sure to test UnicodeEncodeError, too by Benjamin Peterson · 11 years ago
  28. 9b09ba1 bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134) by Benjamin Peterson · 11 years ago
  29. 24dfb05 make test name consistent with the rest of the file by Benjamin Peterson · 11 years ago
  30. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
  31. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  32. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  33. fe4ef39 Silence BytesWarning (backport 267a4d4d9d65). by Serhiy Storchaka · 11 years ago
  34. 2bd59da Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  35. 65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most by Serhiy Storchaka · 11 years ago
  36. 3dfd232 Remove dead code in test_exceptions. by Brett Cannon · 11 years ago
  37. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  38. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  39. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  40. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  41. 8f2b6ad merge 3.3 by Philip Jenvey · 12 years ago
  42. 21c95eb merge 3.2 by Philip Jenvey · 12 years ago
  43. b37ac8e don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine) by Philip Jenvey · 12 years ago
  44. 65a35dc merge 3.3 by Philip Jenvey · 12 years ago
  45. 000bd42 merge 3.2 by Philip Jenvey · 12 years ago
  46. 3acc7ef add gc_collects to weakref tests by Philip Jenvey · 12 years ago
  47. 6d70870 Clean up some warnings in test suite output. by Nadeem Vawda · 12 years ago
  48. 3014771 Issue #15784: Modify OSError.__str__() to better distinguish between by Richard Oudkerk · 12 years ago
  49. 07c6e71 Issue #15778: Coerce ImportError.args to a string when it isn't already one. by Brett Cannon · 12 years ago
  50. 5562d9d Issue #1692335: Move initial args assignment to BaseException.__new__ by Richard Oudkerk · 12 years ago
  51. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 12 years ago
  52. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 13 years ago
  53. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 13 years ago
  54. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 13 years ago
  55. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  56. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  57. 5edbaf2 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  58. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  59. 8fd544f Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  60. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  61. 536feac merge 3.2 by Benjamin Peterson · 13 years ago
  62. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  63. 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
  64. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  65. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 14 years ago
  66. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  67. 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 14 years ago
  68. ba117ef #4617: Previously it was illegal to delete a name from the local by Amaury Forgeot d'Arc · 14 years ago
  69. 17e0bbc Merged revisions 82330 via svnmerge from by Benjamin Peterson · 14 years ago
  70. ae5f2f4 prevent generator finalization from invalidating sys.exc_info() #7173 by Benjamin Peterson · 15 years ago
  71. 0facd77 Merged revisions 78418 via svnmerge from by Eric Smith · 15 years ago
  72. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  73. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  74. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  75. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 15 years ago
  76. 2f5a78c Remove test for unicode(e) converted to str(e) by 2to3 by Ezio Melotti · 15 years ago
  77. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  78. 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 · 16 years ago
  79. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  80. 9b67602 move test to a better location by Benjamin Peterson · 16 years ago
  81. 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
  82. 0067bd6 add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simpler by Benjamin Peterson · 16 years ago
  83. 7888d08 Merged revisions 65339-65340,65342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  84. e19cadb Correct one of the "MemoryError oddities": by Amaury Forgeot d'Arc · 16 years ago
  85. 69c88f7 Merged revisions 65320 via svnmerge from by Benjamin Peterson · 16 years ago
  86. 27d6367 improvements to the fix for #3114 by Benjamin Peterson · 16 years ago
  87. 979f311 #3114 fix a bus error when deallocated exceptions were used by Benjamin Peterson · 16 years ago
  88. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  89. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  90. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  91. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  92. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  93. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  94. 8d109cb Antoine Pitrou's patch for bug 2507; exception state lives too long in 3.0. by Barry Warsaw · 17 years ago
  95. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  96. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  97. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  98. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  99. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  100. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago