1. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 7 years ago
  2. 8114f21 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 7 years ago
  3. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 7 years ago
  4. ca3263c Issue #25677: Correct syntax error caret for indented blocks. by Martin Panter · 7 years ago
  5. fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  6. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  7. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  8. b0426cd Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  9. 9e373be Issue #28410: Keep the traceback of original exception in _PyErr_ChainExceptions(). by Serhiy Storchaka · 8 years ago
  10. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  11. f45a561 Issue #27809: PyErr_SetImportError() uses fast call by Victor Stinner · 8 years ago
  12. 3a84097 Add _PyErr_CreateException() by Victor Stinner · 8 years ago
  13. ec766d3 Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError by Berker Peksag · 8 years ago
  14. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  15. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  16. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 8 years ago
  17. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 8 years ago
  18. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 8 years ago
  19. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  20. 1399a01 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  21. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  22. de821be Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the by Victor Stinner · 9 years ago
  23. e42ccd2 Issue #23694: Enhance _Py_fopen(), it now raises an exception on error by Victor Stinner · 9 years ago
  24. 78184af Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  25. e2bd2a7 Issue #21715: Extracted shared complicated code in the _io module to new by Serhiy Storchaka · 10 years ago
  26. 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 10 years ago
  27. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 10 years ago
  28. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 10 years ago
  29. bd303c1 Issue #19512, #19515: remove shared identifiers, move identifiers where they by Victor Stinner · 11 years ago
  30. ad14ccd Issue #19512: add _PyUnicode_CompareWithId() function by Victor Stinner · 11 years ago
  31. 0905437 Issue #19512: add some common identifiers to only create common strings once, by Victor Stinner · 11 years ago
  32. 409b538 Don't export internal symbols ("make smelly") by Antoine Pitrou · 11 years ago
  33. 69492da Factor-out the common code for setting a KeyError. by Raymond Hettinger · 11 years ago
  34. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  35. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 11 years ago
  36. c82bfd8 Issue #18664, #18408: Rewrite PyErr_WriteUnraisable() to handle errors by Victor Stinner · 11 years ago
  37. f54a574 Issue #18520: PyErr_NoMemory() now fails with a fatal error if it is called by Victor Stinner · 11 years ago
  38. ace47d7 Issue #18408: PyEval_EvalFrameEx() and PyEval_CallObjectWithKeywords() now fail by Victor Stinner · 11 years ago
  39. 479054b Issue #18408: Fix PyErr_SetImportError(), handle PyDict_SetItemString() failure by Victor Stinner · 11 years ago
  40. 74a7fa6 Issue #18408: Fix PyErr_NormalizeException(), handle PyObject_IsSubclass() failure by Victor Stinner · 11 years ago
  41. fb3a630 Issue #18408: errors.c: in debug mode, calling PyErr_BadInternalCall() now by Victor Stinner · 11 years ago
  42. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  43. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  44. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 11 years ago
  45. 76bcff2 Issue #7317: Display full tracebacks when an error occurs asynchronously. by Andrew Svetlov · 12 years ago
  46. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  47. ec9bac4 Fix it for good :-) by Antoine Pitrou · 12 years ago
  48. da20cd2 fix refcnt/style/debuging oversights by Benjamin Peterson · 12 years ago
  49. 94c001b Fix email post-commit review comments. by Brian Curtin · 12 years ago
  50. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 12 years ago
  51. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 12 years ago
  52. 1b57967 Issue #13560: Locale codec functions use the classic "errors" parameter, by Victor Stinner · 12 years ago
  53. 1f33f2b Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8 by Victor Stinner · 12 years ago
  54. aa6c1d2 Issue #13575: there is only one class type. by Florent Xicluna · 12 years ago
  55. 9ea8e4c Instantiate the OS-related exception as soon as we raise it, so that "except" by Victor Stinner · 13 years ago
  56. 1c67dd9 Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. by Martin v. Löwis · 13 years ago
  57. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  58. 5d6fbe8 Instantiate the OS-related exception as soon as we raise it, so that by Antoine Pitrou · 13 years ago
  59. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  60. 1ee1b6f Use identifier API for PyObject_GetAttrString. by Martin v. Löwis · 13 years ago
  61. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  62. 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 13 years ago
  63. 07e20ef Issue #5437: A preallocated MemoryError instance should not hold traceback by Antoine Pitrou · 14 years ago
  64. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  65. 15a71cd PyErr_SyntaxLocationEx() uses PyUnicode_DecodeFSDefault(), instead of by Victor Stinner · 14 years ago
  66. 2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset by Benjamin Peterson · 14 years ago
  67. 7eeb5b5 Issue #8848: U / U# formats of Py_BuildValue() are just alias to s / s# by Victor Stinner · 14 years ago
  68. 8e0bdfd Make PyErr_Occurred return NULL if there is no current thread. Previously it by Jeffrey Yasskin · 14 years ago
  69. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  70. 8d93e49 PyErr_SetFromErrnoWithFilename() decodes the filename using by Victor Stinner · 14 years ago
  71. dc8c2ad Poor PLAN9, it isn't supported by Antoine Pitrou · 14 years ago
  72. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 14 years ago
  73. 8223c24 Merged revisions 72698-72699 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  74. 406b3d8 Merged revisions 71024,71058 via svnmerge from by Georg Brandl · 15 years ago
  75. db26f7c Issue 3611: in some cases (a __del__ re-raising an exception, when called from inside by Amaury Forgeot d'Arc · 16 years ago
  76. ec569b7 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to by Antoine Pitrou · 16 years ago
  77. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  78. e19cadb Correct one of the "MemoryError oddities": by Amaury Forgeot d'Arc · 16 years ago
  79. 69c88f7 Merged revisions 65320 via svnmerge from by Benjamin Peterson · 16 years ago
  80. e652821 implement chained exception tracebacks by Benjamin Peterson · 16 years ago
  81. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  82. 33fe809 Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from by Christian Heimes · 16 years ago
  83. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 16 years ago
  84. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 16 years ago
  85. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 16 years ago
  86. 2be0373 Added some additional checks for sys.std?? is None, see #1440 by Christian Heimes · 17 years ago
  87. e845c0f Fixes for issue 1752184, ensuring type objects are always created by Guido van Rossum · 17 years ago
  88. ebe8f8a Minor cleanup of the comment for PyErr_ProgramText() and a tweak to the code by Guido van Rossum · 17 years ago
  89. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  90. 5d12abe Patch #1075: Use wide API to format error messages. by Martin v. Löwis · 17 years ago
  91. b382b84 Add const to some strings that are not modified by Neal Norwitz · 17 years ago
  92. cd79596 Use unicode for much of errors. by Neal Norwitz · 17 years ago
  93. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  94. 307fa8c Three patches by Amaury Forgeot d'Arc; SF patch# 1754484. by Guido van Rossum · 17 years ago
  95. ace8ba8 Revert a wrong commit. by Thomas Heller · 17 years ago
  96. f630dac Must create heaptypes with unicode names. by Thomas Heller · 17 years ago
  97. 573c08c Change PyErr_Format() to generate a unicode string (by using by Walter Dörwald · 17 years ago
  98. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  99. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  100. 2633c69 Remove the exceptions builtin module, all the exceptions are already builtin. by Neal Norwitz · 17 years ago