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