FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/complexobject.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
complexobject.c
on
3.14
User selector
Datepicker
Commit history
Commits on Mar 12, 2025
gh-111178: Change Argument Clinic signature for `@classmethod` (#131157)
Show description for 061da44
vstinner
authored
061da44
View commit details
Copy full SHA for 061da44
View code at this point
Browse repository at this point
Commits on Jan 10, 2025
gh-111178: fix UBSan failures in `Objects/complexobject.c` (GH-128241)
Show description for 6cf3175
picnixz
authored
6cf3175
View commit details
Copy full SHA for 6cf3175
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
gh-120010: Fix invalid (nan+nanj) results in _Py_c_prod() (GH-120287)
Show description for 8b7c194
skirpichev
authored
8b7c194
View commit details
Copy full SHA for 8b7c194
View code at this point
Browse repository at this point
Commits on Nov 26, 2024
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Show description for 987311d
skirpichev
authored
987311d
View commit details
Copy full SHA for 987311d
View code at this point
Browse repository at this point
Commits on Nov 24, 2024
gh-113841: fix possible undefined division by 0 in _Py_c_pow() (GH-127211)
Show description for f7bb658
skirpichev
authored
f7bb658
View commit details
Copy full SHA for f7bb658
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
GH-126547: Pre-assign version numbers for a few common classes (GH-126551)
markshannon
authored
fa40922
View commit details
Copy full SHA for fa40922
View code at this point
Browse repository at this point
Commits on Sep 18, 2024
gh-119771: Set errno on overflows in _Py_c_pow() (#120256)
Show description for 8a284e1
skirpichev
authored
8a284e1
View commit details
Copy full SHA for 8a284e1
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
Replace PyObject_Del with PyObject_Free (#122453)
Show description for fda6bd8
vstinner
authored
fda6bd8
View commit details
Copy full SHA for fda6bd8
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Show description for 94bee45
serhiy-storchaka
authored
94bee45
View commit details
Copy full SHA for 94bee45
View code at this point
Browse repository at this point
Commits on Jun 29, 2024
gh-119372: Recover inf's and zeros in _Py_c_quot (GH-119457)
Show description for 2cb84b1
skirpichev
authored
2cb84b1
View commit details
Copy full SHA for 2cb84b1
View code at this point
Browse repository at this point
Commits on Jun 24, 2024
Fix typos in comments (#120821)
xyb
authored
0153fd0
View commit details
Copy full SHA for 0153fd0
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
gh-119057: Use better error messages for zero division (#119066)
sobolevn
authored
1d4c2e4
View commit details
Copy full SHA for 1d4c2e4
View code at this point
Browse repository at this point
Commits on May 30, 2024
gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)
Show description for ef01e95
serhiy-storchaka
authored
ef01e95
View commit details
Copy full SHA for ef01e95
View code at this point
Browse repository at this point
gh-109218: Improve documentation for the complex() constructor (GH-119687)
Show description for ec1ba26
serhiy-storchaka
authored
ec1ba26
View commit details
Copy full SHA for ec1ba26
View code at this point
Browse repository at this point
Commits on May 29, 2024
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
skirpichev
authored
cd11ff1
View commit details
Copy full SHA for cd11ff1
View code at this point
Browse repository at this point
Commits on Jan 15, 2024
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
Show description for 0f2fa61
skirpichev
authored
0f2fa61
View commit details
Copy full SHA for 0f2fa61
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3faba
vstinner
authored
1a3faba
View commit details
Copy full SHA for 1a3faba
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-106320: Add pycore_complexobject.h header file (#106339)
Show description for c38c666
vstinner
authored
c38c666
View commit details
Copy full SHA for c38c666
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
Show description for c0feb99
vstinner
authored
c0feb99
View commit details
Copy full SHA for c0feb99
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204
ericsnowcurrently
authored
81c7204
View commit details
Copy full SHA for 81c7204
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764)
vstinner
authored
ac1f152
View commit details
Copy full SHA for ac1f152
View code at this point
Browse repository at this point
Commits on Oct 12, 2021
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Show description for d943d19
vstinner
authored
d943d19
View commit details
Copy full SHA for d943d19
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Show description for ce3489c
vstinner
authored
ce3489c
View commit details
Copy full SHA for ce3489c
View code at this point
Browse repository at this point
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Show description for 2f92e2a
vstinner
authored
2f92e2a
View commit details
Copy full SHA for 2f92e2a
View code at this point
Browse repository at this point
Commits on Aug 23, 2021
bpo-24234: implement complex.__complex__ (GH-27887)
Show description for 6082bb5
mdickinson
and
corona10
authored
6082bb5
View commit details
Copy full SHA for 6082bb5
View code at this point
Browse repository at this point
Commits on Aug 17, 2021
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772)
mdickinson
authored
4b9a2dc
View commit details
Copy full SHA for 4b9a2dc
View code at this point
Browse repository at this point
Commits on Jul 26, 2021
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278)
Yhg1s
authored
1d582bb
View commit details
Copy full SHA for 1d582bb
View code at this point
Browse repository at this point
Commits on Apr 22, 2021
bpo-43475: Fix worst case collision behavior for NaN instances (GH-25493)
rhettinger
authored
a07da09
View commit details
Copy full SHA for a07da09
View code at this point
Browse repository at this point
Commits on Dec 1, 2020
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Show description for 32bd68c
vstinner
authored
32bd68c
View commit details
Copy full SHA for 32bd68c
View code at this point
Browse repository at this point
Commits on Oct 27, 2020
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Show description for c9bc290
vstinner
authored
c9bc290
View commit details
Copy full SHA for c9bc290
View code at this point
Browse repository at this point
Commits on Oct 9, 2020
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Show description for e2ec0b2
serhiy-storchaka
authored
e2ec0b2
View commit details
Copy full SHA for e2ec0b2
View code at this point
Browse repository at this point
Commits on Jul 20, 2020
bpo-41343: Convert methods of complex to Argument Clinic (GH-21550)
corona10
authored
e123012
View commit details
Copy full SHA for e123012
View code at this point
Browse repository at this point
Commits on Jun 15, 2020
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Show description for 04fc4f2
vstinner
authored
04fc4f2
View commit details
Copy full SHA for 04fc4f2
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57
vstinner
authored
4a21e57
View commit details
Copy full SHA for 4a21e57
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Show description for 58ac700
vstinner
authored
58ac700
View commit details
Copy full SHA for 58ac700
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL