1. 1670af6 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  2. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  3. ba58cbe Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, by Georg Brandl · 11 years ago
  4. 98ed08f update to new C roles and directives by Sandro Tosi · 13 years ago
  5. 1e87da1 Remove duplication. by Ezio Melotti · 13 years ago
  6. fbe84d9 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 13 years ago
  7. 059061a Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6 by Victor Stinner · 13 years ago
  8. 2682661 #11317: fix wrong info about string exceptions. by Georg Brandl · 13 years ago
  9. a8bfed5 Merged revisions 86838 via svnmerge from by Antoine Pitrou · 14 years ago
  10. b727650 Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 14 years ago
  11. f6d36745 Fix warnings from "make check". by Georg Brandl · 14 years ago
  12. 0d4bfec #8044: document Py_{Enter,Leave}RecursiveCall functions. by Georg Brandl · 14 years ago
  13. 740cdc3 #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new exceptions a docstring. by Georg Brandl · 15 years ago
  14. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 15 years ago
  15. 3ceebd2 PyErr_PrintEx is also in 2.x... by Georg Brandl · 16 years ago
  16. 0ef803f PyErr_BadInternalCall() raises a SystemError, not TypeError #5112 by Benjamin Peterson · 16 years ago
  17. 80b5905 #4763 PyErr_ExceptionMatches won't blow up with NULL arguments by Benjamin Peterson · 16 years ago
  18. a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 16 years ago
  19. b19be57 Some cleanup in the docs. by Georg Brandl · 17 years ago
  20. 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 17 years ago
  21. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 17 years ago