1. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  2. fbf9699 Fix function name. by Georg Brandl · 18 years ago
  3. 555ac45 Document PyErr_WarnEx. (Bad Neal! No biscuit!) by Andrew M. Kuchling · 18 years ago
  4. e001816 Exception isn't the root of all exception classes anymore. by Georg Brandl · 18 years ago
  5. 658d513 PyErr_NewException now accepts a tuple of base classes as its "base" parameter. by Georg Brandl · 18 years ago
  6. e6d9506 Typo repair. by Tim Peters · 18 years ago
  7. 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 18 years ago
  8. 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 19 years ago
  9. 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 19 years ago
  10. 6d3a0d2 [Bug #948970] Add PyExc_* symbols to index. by Andrew M. Kuchling · 20 years ago
  11. 043fff0 minor wording cleanup by Fred Drake · 20 years ago
  12. 8530951 Remove note that PyErr_SetInterrupt() is obsolete; add comment about the by Fred Drake · 21 years ago
  13. 2619c9e SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) by Raymond Hettinger · 21 years ago
  14. 847207a SF bug #719367, string exceptions are deprecated by Neal Norwitz · 21 years ago
  15. 2748a4a Typo fix. by Greg Ward · 21 years ago
  16. ead60e5 Typo: propogate -> propagate by Thomas Heller · 22 years ago
  17. 5e96f1f Correct the description of PyErr_Restore(). Closes SF bug #577000. by Fred Drake · 22 years ago
  18. 111ee32 Ok, read the source this time: PyErr_SetObject() does not steal a reference. by Fred Drake · 22 years ago
  19. 2f93644 Clarify documentation for PyErr_SetObject() to describe the reference by Fred Drake · 22 years ago
  20. 29ce2d7 Document PyExc_FutureWarning by Barry Warsaw · 22 years ago
  21. 085358a New functions for extension writers on Windows: by Thomas Heller · 22 years ago
  22. abe7c1a Minor markup adjustments, consistency changes, and shorten a long line. by Fred Drake · 22 years ago
  23. 4f2722a Docs for PyErr_SetFromWindowsErrWithFilename() and by Thomas Heller · 22 years ago
  24. 9e38c10 fix a typo in PyErr_Format table and add row for 'p' format char by Skip Montanaro · 23 years ago
  25. 1941528 Fix example for PyErr_SetFromErrno() (need to pass exception type). by Neil Schemenauer · 23 years ago
  26. 551ffae Clarify that the Python runtime may behave mysteriously when an exception by Fred Drake · 23 years ago
  27. f07125e PyErr_Format() does not return a new reference; it always returns NULL. by Fred Drake · 23 years ago
  28. 3adf79e Break the Python/C API manual into smaller files by chapter. This manual by Fred Drake · 23 years ago