1. 3a74993 PyErr_NormalizeException(): If the exception's type is a class and the by Barry Warsaw · 27 years ago
  2. 7617e05 New API PyErr_NewException(name, base, dict) to create simple new exceptions. by Guido van Rossum · 27 years ago
  3. 2d8adff PyErr_NoMemory(): If the pre-instantiated memory exception is non-null by Barry Warsaw · 27 years ago
  4. c0dc92a Three new C API functions: by Barry Warsaw · 27 years ago
  5. e5b4026 Use strerror on the mac if using MSL (Jack). by Guido van Rossum · 27 years ago
  6. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  7. 373c869 Quickly renamed. Also removed the long comment explaining why this is by Guido van Rossum · 27 years ago
  8. 7844e38 Keep Microsoft VC happy. by Guido van Rossum · 27 years ago
  9. 6976a52 (Jack:) On the Mac, use standard strerror() if using MSL C-library. by Guido van Rossum · 27 years ago
  10. 2dc4661 Oops, remove an unused variable from PyErr_Format(). by Guido van Rossum · 27 years ago
  11. 1548bac Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL. by Guido van Rossum · 27 years ago
  12. 067998f Add const to error and newstring functions by Guido van Rossum · 28 years ago
  13. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  14. 650ae0a remove unwanted fatal() from err_badcall() by Guido van Rossum · 29 years ago
  15. 69f6ee6 err_badcall() is fatal error by Guido van Rossum · 29 years ago
  16. eceb3e3 Porting to CW CFM68K by Jack Jansen · 29 years ago
  17. 53e8d44 changes in NT tests by Guido van Rossum · 29 years ago
  18. e9fbc09 rename macstrerror to PyMac_StrError; no EINTR test in CW by Guido van Rossum · 29 years ago
  19. 5ef86d5 Undef strerror on the mac before redefining it by Jack Jansen · 29 years ago
  20. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  21. 1ae940a Lots of changes, most minor (fatal() instead of abort(), use of by Guido van Rossum · 30 years ago
  22. 8fd2d94 Added hook for better mac error messages. by Jack Jansen · 30 years ago
  23. c054a66 call err_clear in err_setval by Guido van Rossum · 30 years ago
  24. 6989e54 * Python/errors.c (err_clear): clear interpreter stack trace by Guido van Rossum · 30 years ago
  25. 3a24181 err_clear: clear interpreter stack trace by Guido van Rossum · 30 years ago
  26. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  27. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  28. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  29. c488400 EOF in source is a SyntaxError, not an EOFError. by Guido van Rossum · 32 years ago
  30. 86d8e63 EOF while parsing should raise EOFError, not SyntaxError. by Guido van Rossum · 33 years ago
  31. b954c2c Use SyntaxError. by Guido van Rossum · 33 years ago
  32. 87e7ea7 Use new exceptions. by Guido van Rossum · 33 years ago
  33. 5063bab Check for EINTR and turn it into KeyboardInterrupt in err_errno(). by Guido van Rossum · 33 years ago
  34. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  35. f22120a Changed include of <errno.h> by Guido van Rossum · 34 years ago
  36. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  37. f1ac403 Reformulated err_badarg error message. by Guido van Rossum · 34 years ago
  38. f5401bd Added prototype for strerror. by Guido van Rossum · 34 years ago
  39. 17e66f6 Added intobject.h and tupleobject.h includes. by Guido van Rossum · 34 years ago
  40. 683a072 Added err_badcall(). by Guido van Rossum · 34 years ago
  41. 7d310eb Adde dconvenience functions. by Guido van Rossum · 34 years ago
  42. 85a5fbb Initial revision by Guido van Rossum · 34 years ago