COMMITS
/ Doc/c-api/exceptions.rst February 27, 2019
G
Document the surprising sideeffect PyErr_Print(). (#12081)
Gregory P. Smith committed
January 24, 2019
E
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse committed
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
May 19, 2017
D
Fix typos in multiple `.rst` files (#1668)
delirious-lettuce committed
April 15, 2017
C
April 2, 2017
December 25, 2016
S
Merge from 3.5.
Serhiy Storchaka committed
S
Issue #29068: Fixed a typo in PyErr_Fetch example.
Serhiy Storchaka committed
November 10, 2016
Y
Issue #28635: Fix a couple of missing/incorrect versionchanged tags
Yury Selivanov committed
September 7, 2016
E
Issue #15767: Use ModuleNotFoundError.
Eric Snow committed
E
Issue #15767: Add ModuleNotFoundError.
Eric Snow committed
April 15, 2016
M
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter committed
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
March 19, 2016
V
On ResourceWarning, log traceback where the object was allocated
Victor Stinner committed
February 28, 2016
M
Issue #22836: Keep exception reports sensible despite errors
Martin Panter committed
July 3, 2015
Y
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov committed
June 21, 2015
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
S
Fixed documentation of functions with const char* arguments.
Serhiy Storchaka committed
S
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka committed
S
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka committed
January 13, 2015
B
merge 3.4 (#23221)
Benjamin Peterson committed
B
fix instances of consecutive articles (closes #23221)
Benjamin Peterson committed
October 30, 2014
G
Doc: fix default role usage (except in unittest mock docs)
Georg Brandl committed
October 6, 2014
G
merge with 3.4
Georg Brandl committed
G
Closes #22565: fix argument types of PyErr_WarnEx.
Georg Brandl committed
September 30, 2014
A
Reorganize C API docs of the exception API
Antoine Pitrou committed
July 29, 2014
V
Issue #22018: On Windows, signal.set_wakeup_fd() now also supports sockets.
Victor Stinner committed
July 24, 2014
V
Backout 42ced0d023cd: oops, i didn't want to push this changeset :-/
Victor Stinner committed
March 31, 2014
A
Get rid of deprecated IOError in the doc
Andrew Svetlov committed
March 24, 2014
G
Fix a few scoping issues with versionadded/versionchanged directives.
Georg Brandl committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
February 10, 2014
L
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Larry Hastings committed
L
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings committed
January 26, 2014
N
Close #20105: set __traceback__ when chaining exceptions in C
Nick Coghlan committed
August 26, 2013
V
Close #11619: The parser and the import machinery do not encode Unicode
Victor Stinner committed
August 1, 2013
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
April 14, 2013
G
Closes #13638: document PyErr_SetFromErrnoWithFilenameObject,
Georg Brandl committed
May 15, 2012
B
PEP 415: Implement suppression of __context__ display with an exception attribute
Benjamin Peterson committed
April 24, 2012
G
Fix location of versionaddeds and empty lines.
Georg Brandl committed
April 19, 2012
M
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Martin v. Löwis committed
April 17, 2012
B
Fix #14600. Correct reference handling and naming of ImportError convenience function
Brian Curtin committed
April 16, 2012
B
Add versionadded tags to newly added ImportError convenience functions.
Brian Curtin committed
B
Add documentation for the new PyErr_SetFromImport* functions
Brian Curtin committed
February 26, 2012
N
Close issue #6210: Implement PEP 409
Nick Coghlan committed
October 19, 2011
E
Merge with 3.2.
Ezio Melotti committed
October 12, 2011
A
Update index entries
Antoine Pitrou committed
A
Update the C-API docs for exception types
Antoine Pitrou committed
July 13, 2011
G
Clarify that PyErr_NewException creates an exception *class*, not instance.
Georg Brandl committed