FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/floatobject.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
floatobject.c
on
3.11
User selector
Datepicker
Commit history
Commits on Mar 13, 2024
[3.11] gh-116714: Handle errors correctly in `PyFloat_GetInfo` (GH-116715) (#116723)
Show description for bccd1f6
authored
bccd1f6
View commit details
Copy full SHA for bccd1f6
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-95665) (GH-95858)
Show description for 3ea9ba6
miss-islington
and
mdickinson
authored
3ea9ba6
View commit details
Copy full SHA for 3ea9ba6
View code at this point
Browse repository at this point
Commits on Jun 4, 2022
Fix missing word in sys.float_info docstring (GH-93489) (GH-93495)
Show description for 4443c28
miss-islington
and
mdickinson
authored
4443c28
View commit details
Copy full SHA for 4443c28
View code at this point
Browse repository at this point
Commits on May 3, 2022
Add more stats for freelist use and allocations. (GH-92211)
markshannon
authored
836b17c
View commit details
Copy full SHA for 836b17c
View code at this point
Browse repository at this point
Commits on Apr 19, 2022
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
sweeneyde
authored
da6c785
View commit details
Copy full SHA for da6c785
View code at this point
Browse repository at this point
Commits on Mar 11, 2022
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Show description for 882d809
vstinner
authored
882d809
View commit details
Copy full SHA for 882d809
View code at this point
Browse repository at this point
Commits on Feb 25, 2022
bpo-46852: Remove the float.__set_format__() method (GH-31585)
Show description for 5ab745f
vstinner
authored
5ab745f
View commit details
Copy full SHA for 5ab745f
View code at this point
Browse repository at this point
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558)
Show description for 7d03c8b
vstinner
authored
7d03c8b
View commit details
Copy full SHA for 7d03c8b
View code at this point
Browse repository at this point
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Show description for 1b2611e
vstinner
authored
1b2611e
View commit details
Copy full SHA for 1b2611e
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
Show description for 9bbdde2
vstinner
authored
9bbdde2
View commit details
Copy full SHA for 9bbdde2
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
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Show description for 1781d55
vstinner
authored
1781d55
View commit details
Copy full SHA for 1781d55
View code at this point
Browse repository at this point
bpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eab
vstinner
authored
e9e3eab
View commit details
Copy full SHA for e9e3eab
View code at this point
Browse repository at this point
Commits on Dec 19, 2021
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Show description for 29ea68b
rhettinger
authored
29ea68b
View commit details
Copy full SHA for 29ea68b
View code at this point
Browse repository at this point
bpo-46131: add fastpath for PyFloat_Check() (#30200)
mattip
authored
2ef06d4
View commit details
Copy full SHA for 2ef06d4
View code at this point
Browse repository at this point
Commits on Dec 9, 2021
bpo-46008: Make runtime-global object/type lifecycle functions and state consistent. (gh-29998)
Show description for c8749b5
ericsnowcurrently
authored
c8749b5
View commit details
Copy full SHA for c8749b5
View code at this point
Browse repository at this point
Commits on Oct 21, 2021
bpo-45522: Allow to disable freelists on build time (GH-29056)
Show description for 9942f42
tiran
authored
9942f42
View commit details
Copy full SHA for 9942f42
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Show description for 0a883a7
vstinner
authored
0a883a7
View commit details
Copy full SHA for 0a883a7
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Show description for aac29af
vstinner
authored
aac29af
View commit details
Copy full SHA for aac29af
View code at this point
Browse repository at this point
Commits on Oct 11, 2021
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 Oct 6, 2021
Fix typos in the Objects directory (GH-28766)
cclauss
authored
5f401f1
View commit details
Copy full SHA for 5f401f1
View code at this point
Browse repository at this point
Commits on Aug 20, 2021
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
mdickinson
authored
60b93d9
View commit details
Copy full SHA for 60b93d9
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 Apr 2, 2021
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Show description for 442ad74
vstinner
authored
442ad74
View commit details
Copy full SHA for 442ad74
View code at this point
Browse repository at this point
Commits on Feb 26, 2021
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Show description for 145bf26
authored
145bf26
View commit details
Copy full SHA for 145bf26
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Show description for bcb094b
vstinner
authored
bcb094b
View commit details
Copy full SHA for bcb094b
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 Sep 29, 2020
bpo-41873: Add vectorcall for float() (GH-22432)
sweeneyde
authored
e8acc35
View commit details
Copy full SHA for e8acc35
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
bpo-40521: Cleanup code of free lists (GH-21082)
Show description for 522691c
vstinner
authored
522691c
View commit details
Copy full SHA for 522691c
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 Jun 8, 2020
bpo-40887: Don't use finalized free lists (GH-20700)
Show description for bcb1983
vstinner
authored
bcb1983
View commit details
Copy full SHA for bcb1983
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
bpo-40521: Make float free list per-interpreter (GH-20636)
Show description for 2ba5937
vstinner
authored
2ba5937
View commit details
Copy full SHA for 2ba5937
View code at this point
Browse repository at this point
Commits on May 28, 2020
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Show description for 5f4b229
serhiy-storchaka
authored
5f4b229
View commit details
Copy full SHA for 5f4b229
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL