COMMITS
/ Include/floatobject.h June 16, 2022
V
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner committed
February 25, 2022
V
bpo-46656: Remove Py_NO_NAN macro (GH-31160)
Victor Stinner committed
December 19, 2021
R
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger committed
M
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus committed
October 14, 2021
V
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner committed
April 29, 2020
V
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner committed
February 13, 2020
D
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na committed
January 18, 2020
P
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
Pablo Galindo committed
September 3, 2016
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed
May 29, 2012
V
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
Victor Stinner committed
September 28, 2011
E
Clean up a few tabs that went in with PEP393.
Ezio Melotti committed
M
Implement PEP 393.
Martin v. Löwis committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
August 4, 2010
M
Issue #9337: Make float.__str__ identical to float.__repr__.
Mark Dickinson committed
May 5, 2009
July 16, 2008
June 24, 2008
R
Revert 64451.
Raymond Hettinger committed
June 22, 2008
R
Merge 64438: hex/oct/bin can show floats exactly.
Raymond Hettinger committed
May 30, 2008
E
Refactor and clean up str.format() code (and helpers) in advance of optimizations.
Eric Smith committed
April 19, 2008
C
Merged revisions 62380,62382-62383 via svnmerge from
Christian Heimes committed
February 4, 2008
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 10, 2007
December 1, 2007
C
Merged revisions 59245-59254 via svnmerge from
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
March 18, 2007
G
Remove the deprecated and useless "pend" argument from
Georg Brandl committed
December 28, 2006
N
Remove PyFloat_AsReprString() and PyFloat_AsString() which should not
Neal Norwitz committed
May 27, 2005
M
This is my patch:
Michael W. Hudson committed
March 20, 2003
T
New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a
Tim Peters committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
September 10, 2001
T
More for SF bug [#460020] bug or feature: unicode() and subclasses
Tim Peters committed
August 29, 2001
G
Make the PyXXX_Check() macros for the numeric types inheritance-aware.
Guido van Rossum committed
May 8, 2001
T
SF bug #422177: Results from .pyc differs from .py
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
October 12, 1999
B
Mainlining the string_methods branch. See branch revision log
Barry Warsaw committed
December 4, 1998
G
Add DL_IMPORT(returntype) for all officially exported functions.
Guido van Rossum committed
August 2, 1997
G
Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
February 27, 1995
G
make the type a parameter of the DL_IMPORT macro, for Borland C
Guido van Rossum committed
January 12, 1995
G
The great renaming, phase two: all header files have been updated to
Guido van Rossum committed
January 4, 1995
G
Added 1995 copyright.
Guido van Rossum committed
August 18, 1994
G
Changes for dynamic linking under NT
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
July 28, 1993
G
* Added support for X11 modules.
Guido van Rossum committed
March 29, 1993
G
* Changed all copyright messages to include 1993.
Guido van Rossum committed
April 5, 1992
G
Copyright for 1992 added
Guido van Rossum committed