COMMITS
/ Doc/c-api/complex.rst November 3, 2025
P
Fix minor typos and wording in C API docs (#140955)
Petr Viktorin committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
August 11, 2025
S
gh-128813: cleanup C-API docs for PyComplexObject (GH-137579)
Sergey B Kirpichev committed
August 8, 2025
S
gh-128813: deprecate cval field of the PyComplexObject struct (#137271)
Sergey B Kirpichev committed
August 1, 2025
S
gh-128813: soft-deprecate _Py_c_*() functions (GH-137261)
Sergey B Kirpichev committed
April 22, 2025
S
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev committed
November 26, 2024
S
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev committed
September 18, 2024
S
gh-119771: Set errno on overflows in _Py_c_pow() (#120256)
Sergey B Kirpichev committed
July 17, 2024
S
gh-121834: Improve `complex` C-API docs (#121835)
sobolevn committed
January 15, 2024
S
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
Sergey B Kirpichev committed
July 27, 2023
V
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
June 30, 2023
F
gh-101100: Docs: Fix references to several numeric dunders (#106278)
F3eQnxN3RriK committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
June 16, 2021
M
bpo-44426: Use of 'complex' as a C variable name confuses Sphinx; change it to 'num'. (GH-26744)
Mark Dickinson committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
June 1, 2019
S
bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)
Serhiy Storchaka committed
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
December 18, 2011
V
Issue #13522: Fix _Py_co_pow() documentation
Victor Stinner committed
A
Issue #13522: document error return values of some float and complex C API functions.
Antoine Pitrou committed
October 17, 2010
G
#9204: remove mentions of removed types in the types module.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed