summaryrefslogtreecommitdiffstats
path: root/Include/floatobject.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #7117, continued: Change round implementation to use the correctly-rou...Mark Dickinson2009-11-181-0/+7
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-0/+6
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-061-1/+1
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-301-0/+6
* Stupid me. Py_RETURN_NAN should actually return something ...Christian Heimes2008-04-181-1/+1
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-0/+11
* Patch #1953Christian Heimes2008-02-041-0/+2
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* Backport of r59456:59458 from py3k to trunkChristian Heimes2007-12-101-0/+4
* Feature #1534Christian Heimes2007-12-011-0/+4
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-1/+1
* 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