1. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 8 years ago
  2. eaeda64 bpo-19225: Remove duplicated description for standard warning categories (GH-1068) by cocoatomo · 8 years ago
  3. e8c7631 bpo-19225: Add a table of warning names and missed exception names in C API doc (#881) by cocoatomo · 8 years ago
  4. a8803d2 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  5. 4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. by Serhiy Storchaka · 9 years ago
  6. 3479b5f Issue #28635: Fix a couple of missing/incorrect versionchanged tags by Yury Selivanov · 9 years ago
  7. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 9 years ago
  8. c943265 Issue #15767: Add ModuleNotFoundError. by Eric Snow · 9 years ago
  9. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 9 years ago
  10. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  11. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 9 years ago
  12. 3263f68 Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  13. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 10 years ago
  14. cd881b8 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 10 years ago
  15. 03863d2 Fixed documentation of functions with const char* arguments. by Serhiy Storchaka · 10 years ago
  16. 289dd19 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 10 years ago
  17. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 10 years ago
  18. 610bc6a merge 3.4 (#23221) by Benjamin Peterson · 11 years ago
  19. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
  20. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 11 years ago
  21. b65ff1d merge with 3.4 by Georg Brandl · 11 years ago
  22. 9743516 Closes #22565: fix argument types of PyErr_WarnEx. by Georg Brandl · 11 years ago
  23. 550ff72 Reorganize C API docs of the exception API by Antoine Pitrou · 11 years ago
  24. 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 11 years ago
  25. 1151710 Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets. by Victor Stinner · 11 years ago
  26. 1d8948e Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/ by Victor Stinner · 11 years ago
  27. d18ccd1 tets by Victor Stinner · 11 years ago
  28. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 11 years ago
  29. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
  30. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  31. 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 11 years ago
  32. b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 11 years ago
  33. 77b286b Close #20105: set __traceback__ when chaining exceptions in C by Nick Coghlan · 12 years ago
  34. 14e461d Close #11619: The parser and the import machinery do not encode Unicode by Victor Stinner · 12 years ago
  35. 39668f5 Issue #18589: fix hyperlinking of type slots (tp_*) by Antoine Pitrou · 12 years ago
  36. 991fc57 Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 12 years ago
  37. d5a1c44 PEP 415: Implement suppression of __context__ display with an exception attribute by Benjamin Peterson · 13 years ago
  38. f409583 Fix location of versionaddeds and empty lines. by Georg Brandl · 13 years ago
  39. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 13 years ago
  40. 09b86d1 Fix #14600. Correct reference handling and naming of ImportError convenience function by Brian Curtin · 13 years ago
  41. bded894 Add versionadded tags to newly added ImportError convenience functions. by Brian Curtin · 13 years ago
  42. bd43974 Add documentation for the new PyErr_SetFromImport* functions by Brian Curtin · 13 years ago
  43. ab7bf21 Close issue #6210: Implement PEP 409 by Nick Coghlan · 13 years ago
  44. f106449 Merge with 3.2. by Ezio Melotti · 14 years ago
  45. 23a580f Update index entries by Antoine Pitrou · 14 years ago
  46. 9a4a342 Update the C-API docs for exception types by Antoine Pitrou · 14 years ago
  47. 325eb47 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 14 years ago
  48. b1dbd10 Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string by Victor Stinner · 15 years ago
  49. 92be939 Issue #10780: PyErr_SetFromWindowsErrWithFilename() and by Victor Stinner · 15 years ago
  50. cb428f0 Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem by Victor Stinner · 15 years ago
  51. 555a24f Issue #9738: Document encodings of error and warning functions by Victor Stinner · 15 years ago
  52. c5895dc Fix typo by Daniel Stutzbach · 15 years ago
  53. 7cb3051 Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave. by Daniel Stutzbach · 15 years ago
  54. a66e029 Make doc for PyErr_Format() up to date. by Antoine Pitrou · 15 years ago
  55. 5a93265 #10468: document Unicode exception creation and access functions. by Georg Brandl · 15 years ago
  56. 257d38f Issue #9738: Document PyErr_SetString() and PyErr_SetFromErrnoWithFilename() by Victor Stinner · 15 years ago
  57. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
  58. b5d23b4 note version by Benjamin Peterson · 15 years ago
  59. 2c53971 add PyErr_SyntaxLocationEx, to support adding a column offset by Benjamin Peterson · 15 years ago
  60. 1205f27 Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on by Victor Stinner · 15 years ago
  61. 4a2b7a1 Issue #9425: Create PyErr_WarnFormat() function by Victor Stinner · 15 years ago
  62. 93dc9eb Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from by Georg Brandl · 15 years ago
  63. ef871f6 Merged revisions 78859-78860 via svnmerge from by Georg Brandl · 15 years ago
  64. 1e28a27 Merged revisions 77088 via svnmerge from by Georg Brandl · 16 years ago
  65. 6ce4a9a Merged revisions 76308 via svnmerge from by Mark Dickinson · 16 years ago
  66. 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 · 16 years ago
  67. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 17 years ago
  68. 115fb35 #5096: document PyErr_PrintEx(). by Georg Brandl · 17 years ago
  69. da10d3b Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from by Benjamin Peterson · 17 years ago
  70. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 17 years ago
  71. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 17 years ago
  72. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 18 years ago
  73. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 18 years ago
  74. 321976b Remove versionadded and versionchanged directives, fold information into text where necessary. by Georg Brandl · 18 years ago
  75. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago