summaryrefslogtreecommitdiffstats
path: root/Objects/floatobject.c
Commit message (Expand)AuthorAgeFilesLines
* Different logic for defining CHECK(); 16-bit MSC specific define.Guido van Rossum1996-06-261-2/+8
* make some things staticGuido van Rossum1996-05-241-2/+2
* better power implementationGuido van Rossum1996-01-121-18/+54
* for MPW __SC__ compilerGuido van Rossum1995-02-271-2/+6
* NeXT/Sparc 3.3 fixGuido van Rossum1995-02-131-1/+13
* use Py_CHARMASK; and don't check for neg. float to the float power hereGuido van Rossum1995-02-101-5/+1
* don't declare fmod/pow for any STDC compilerGuido van Rossum1995-01-171-1/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-3/+3
* Lots of minor changes. Note for mappingobject.c: the hash table pointerGuido van Rossum1995-01-021-1/+0
* * Include/classobject.h, Objects/classobject.c, Python/ceval.c:Guido van Rossum1994-09-281-2/+17
* New patches by Andrew to fix various problemsGuido van Rossum1994-08-121-5/+24
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-25/+54
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-1/+1
* * Makefile: added all: and default: targets.Guido van Rossum1993-07-051-4/+0
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-2/+2
* * Microscopic corrections to make things compile on the Cray APP.Guido van Rossum1993-04-071-0/+6
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-0/+33
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-12/+4
* Made builtins int(), long(), float(), oct() and hex() more generic.Guido van Rossum1992-09-121-0/+32
* * classobject.[ch], {float,long,int}object.c, bltinmodule.c:Guido van Rossum1992-08-141-0/+20
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* answer lint's complaintsGuido van Rossum1992-03-271-5/+13
* Get rid of redundant type checks.Guido van Rossum1992-01-261-53/+26
* Explicitly check for weird values after calling pow().Guido van Rossum1991-12-161-0/+9
* Formulate better error strings.Guido van Rossum1991-12-101-5/+5
* Added NULL function pointers for shift and mask ops.Guido van Rossum1991-10-241-0/+6
* Finally implemented divmod().Guido van Rossum1991-10-201-3/+25
* printobject now returns an error codeGuido van Rossum1991-06-071-1/+2
* Export float_buf_repr() interface, for marshalling of floats.Guido van Rossum1991-06-041-1/+1
* Fix special cases in pow()Guido van Rossum1991-05-281-0/+12
* Added nonzero testGuido van Rossum1991-05-141-0/+8
* Added (dummy) divmod and (functional) abs.Guido van Rossum1991-05-051-10/+37
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* Added <errno.h>Guido van Rossum1990-12-201-0/+5
* "Compiling" versionGuido van Rossum1990-12-201-9/+3
* Moved prototyes for fmod and pow, and don't use them for THINK C.Guido van Rossum1990-11-021-2/+5
* Added some prototypes.Guido van Rossum1990-10-301-2/+2
* New errors.Guido van Rossum1990-10-211-20/+25
* Initial revisionGuido van Rossum1990-10-141-0/+240