1. f66a1dd Merged revisions 86838 via svnmerge from by Antoine Pitrou · 15 years ago
  2. f65e25b Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 15 years ago
  3. 16215c7 Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via svnmerge from by Georg Brandl · 15 years ago
  4. 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
  5. 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
  6. 115fb35 #5096: document PyErr_PrintEx(). by Georg Brandl · 17 years ago
  7. da10d3b Merged revisions 67952,67957-67958,67960-67961,67963,67973,67978,67995,68030,68057,68061 via svnmerge from by Benjamin Peterson · 17 years ago
  8. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 17 years ago
  9. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 17 years ago
  10. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 18 years ago
  11. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 18 years ago
  12. 321976b Remove versionadded and versionchanged directives, fold information into text where necessary. by Georg Brandl · 18 years ago
  13. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago