COMMITS
/ Doc/c-api/exceptions.rst August 23, 2021
S
[doc] Fix typo c-api/exceptions.rst (GH-27847)
Sunny Bean committed
May 7, 2021
I
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki committed
April 17, 2021
I
Fix typo in exceptions.rst (GH-25434)
Ikko Ashimine committed
March 11, 2021
A
bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755)
Antoine Pitrou committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
August 13, 2020
V
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner committed
August 7, 2020
I
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Inada Naoki committed
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