1. 3aeb632 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) by Walter Dörwald · 22 years ago
  2. 9240be2 Note change in behavior from 1.5.2. The new argument to NameError is by Raymond Hettinger · 22 years ago
  3. b8c20a7 More updates describing FutureWarnings. by Barry Warsaw · 22 years ago
  4. d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 22 years ago
  5. 8d62e94 Minor wording change. by Fred Drake · 22 years ago
  6. bb6bbc4 add exception class hierarchy. This should probably be done differently, by Skip Montanaro · 22 years ago
  7. c37b65e Clean up some markup cruft. A number of the macros that take no by Fred Drake · 23 years ago
  8. 8c2c3d3 Update the documentation to reflect the changes to ReferenceError. by Fred Drake · 23 years ago
  9. c692055 Added reference to Tutorial section on user-defined exceptions for by Fred Drake · 23 years ago
  10. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  11. c046e97 Add StopIteration to the list of exceptions *not* derived from StandardError. by Fred Drake · 23 years ago
  12. 682d5f3 Follow the recommended practices for keystroke representation; this by Fred Drake · 23 years ago
  13. f42cc45 The general iteration support is part of 2.2, not 2.1 -- fixed the version by Fred Drake · 23 years ago
  14. 9cfe182 Add documentation for the StopIteration exception. by Fred Drake · 23 years ago
  15. 1367b83 Document warning categories. by Guido van Rossum · 24 years ago
  16. 53143be Since LookupError can be raised by sys.setdefaultencoding(), we should not by Fred Drake · 24 years ago
  17. 7acb218 Minor clarifications in the introductory paragraph. by Fred Drake · 24 years ago
  18. 88c023b Remove comment about -X and string exceptions. Error noted by by Fred Drake · 24 years ago
  19. b32aa5e Revise the comments about the exceptions module to not refer to source by Fred Drake · 24 years ago
  20. 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 24 years ago
  21. cebda6f Added documentation for WindowsError; omission noted by Michal Bozon by Fred Drake · 24 years ago
  22. ee775a1 Make use of \longprogramopt where appropriate. by Fred Drake · 24 years ago
  23. 5828ad6 Revised / removed comments about string exceptions (relating to the by Fred Drake · 24 years ago
  24. 3cb793e Marc-Andre Lemburg <mal@lemburg.com>: Added UnicodeError description. by Fred Drake · 24 years ago
  25. 38e5d27 Merged changes from the 1.5.2p2 release. (Very rough.) by Fred Drake · 24 years ago
  26. 37f1574 Use \citetitle and \programopt as appropriate. by Fred Drake · 25 years ago
  27. ffbe687 Make internal module references hyperlinks wherever it makes sense. by Fred Drake · 25 years ago
  28. f2b4554 Document the correct class hierarchy for SystemExit. It is not an by Barry Warsaw · 25 years ago
  29. d0bceee Move \versionadded macros to end of descriptions. by Fred Drake · 25 years ago
  30. 98be47e OSError description: "as the by the" --> "as the" by Fred Drake · 25 years ago
  31. 02e18b4 Added missing "from" in IOError description. by Fred Drake · 26 years ago
  32. 6d26f4b Moved NotImplementedError into alphabetical order, and reword description. by Barry Warsaw · 26 years ago
  33. 1e15132 Added documentation for NotImplementedError. Fred (I'm sure) will by Barry Warsaw · 26 years ago
  34. f65e323 Fix remaining {\rm ...} construct. by Fred Drake · 26 years ago
  35. b44e753 Mark the new & changed items. by Fred Drake · 26 years ago
  36. c457ca7 Fix up Barry's markup, which didn't pass the latex test. ;-) by Fred Drake · 26 years ago
  37. da00c87 Added descriptions of EnvironmentError and OSError; updated IOError to by Barry Warsaw · 26 years ago
  38. 27467e4 Logical markup. by Fred Drake · 26 years ago
  39. 3bd9ab0 Use the new module synopsis syntax, even though we don't need a synopsis table by Fred Drake · 26 years ago
  40. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  41. 2a1cc3e Use of \key and \kbd were isolated to one instance each in this file; by Fred Drake · 26 years ago
  42. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 26 years ago
  43. a46f84d Added index entry and \label{} for exceptions module. This isn't in the by Fred Drake · 27 years ago
  44. eb0f066 Correct small nits reported by Rob Hooft. by Guido van Rossum · 27 years ago
  45. 8e07998 The \indexsubitem definition for the actual exceptions did not actually by Fred Drake · 27 years ago
  46. 6cd7ecb The sequence behavior is now on the Exception root class rather than by Guido van Rossum · 27 years ago
  47. df3dba0 Documented new exceptions and exception classes. by Guido van Rossum · 27 years ago
  48. 470be14 mass changes; fix titles; add examples; correct typos; clarifications; by Guido van Rossum · 29 years ago
  49. 5fdeeea Restructured library documentation by Guido van Rossum · 31 years ago