COMMITS
/ Doc/c-api/exceptions.rst March 12, 2020
D
Doc: Fix grammar in PyErr_ResourceWarning (GH-18879)
Daniel Hahler committed
February 11, 2020
R
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
Roger Hurwitz committed
November 12, 2019
J
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer committed
November 7, 2019
V
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner committed
November 4, 2019
V
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
August 25, 2019
N
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan committed
July 3, 2019
H
May 23, 2019
May 22, 2019
V
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
May 6, 2019
D
Doc/c-api/exceptions.rst: fix grammar (#12091)
Daniel Hahler committed
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