summaryrefslogtreecommitdiff
path: root/Include/floatobject.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #11734: Add support for IEEE 754 half-precision floats to the struct mo...Mark Dickinson2016-09-031-4/+6
* Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...David Malcolm2012-06-221-0/+2
* Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...Victor Stinner2012-05-291-4/+6
* Clean up a few tabs that went in with PEP393.Ezio Melotti2011-09-291-9/+9
* Implement PEP 393.Martin v. Löwis2011-09-281-2/+3
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+6
* Issue #9337: Make float.__str__ identical to float.__repr__.Mark Dickinson2010-08-041-6/+0
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-0/+6
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-1/+1
* Revert 64451.Raymond Hettinger2008-06-241-2/+0
* Merge 64438: hex/oct/bin can show floats exactly.Raymond Hettinger2008-06-221-0/+2
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-301-0/+6
* Merged revisions 62380,62382-62383 via svnmerge fromChristian Heimes2008-04-191-0/+11
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-041-0/+3
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Issue #1580: New free format floating point representation based on "Floating...Christian Heimes2007-12-101-0/+4
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-011-0/+4
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-1/+1
* Remove the deprecated and useless "pend" argument fromGeorg Brandl2007-03-181-4/+2
* Remove PyFloat_AsReprString() and PyFloat_AsString() which should notNeal Norwitz2006-12-281-14/+5
* This is my patch:Michael W. Hudson2005-05-271-12/+17
* New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is aTim Peters2003-03-201-0/+42
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-6/+6
* More for SF bug [#460020] bug or feature: unicode() and subclassesTim Peters2001-09-101-0/+1
* Make the PyXXX_Check() macros for the numeric types inheritance-aware.Guido van Rossum2001-08-291-1/+1
* SF bug #422177: Results from .pyc differs from .pyTim Peters2001-05-081-3/+22
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-11/+11
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Mainlining the string_methods branch. See branch revision logBarry Warsaw1999-10-121-0/+1
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-2/+2
* Add cast to PyFloat_AS_DOUBLE macro, as suggested by Marc Lemburg.Guido van Rossum1997-08-021-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* make the type a parameter of the DL_IMPORT macro, for Borland CGuido van Rossum1995-02-271-1/+1
* The great renaming, phase two: all header files have been updated toGuido van Rossum1995-01-121-8/+8
* Added 1995 copyright.Guido van Rossum1995-01-041-2/+2
* Changes for dynamic linking under NTGuido van Rossum1994-08-181-1/+1
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-1/+1
* * Added support for X11 modules.Guido van Rossum1993-07-281-0/+11
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Initial revisionGuido van Rossum1990-10-141-0/+20