1. b1dbd10 Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string by Victor Stinner · 14 years ago
  2. 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 14 years ago
  3. cb428f0 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem by Victor Stinner · 14 years ago
  4. 555a24f Issue #9738: Document encodings of error and warning functions by Victor Stinner · 14 years ago
  5. c5895dc Fix typo by Daniel Stutzbach · 14 years ago
  6. 7cb3051 Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave. by Daniel Stutzbach · 14 years ago
  7. a66e029 Make doc for PyErr_Format() up to date. by Antoine Pitrou · 14 years ago
  8. 5a93265 #10468: document Unicode exception creation and access functions. by Georg Brandl · 14 years ago
  9. 257d38f Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() by Victor Stinner · 14 years ago
  10. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  11. b5d23b4 note version by Benjamin Peterson · 14 years ago
  12. 2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset by Benjamin Peterson · 14 years ago
  13. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 14 years ago
  14. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 14 years ago
  15. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 14 years ago
  16. ef871f6 Merged revisions 78859-78860 via svnmerge from by Georg Brandl · 14 years ago
  17. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 15 years ago
  18. 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 15 years ago
  19. ab6f2f6 Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions. by Georg Brandl · 15 years ago
  20. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 16 years ago
  21. 115fb35 #5096: document PyErr_PrintEx(). by Georg Brandl · 16 years ago
  22. da10d3b Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from by Benjamin Peterson · 16 years ago
  23. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  24. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  25. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  26. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago
  27. 321976b Remove versionadded and versionchanged directives, fold information into text where necessary. by Georg Brandl · 17 years ago
  28. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago