summaryrefslogtreecommitdiff
path: root/Objects/complexobject.c
Commit message (Expand)AuthorAgeFilesLines
* This patch addresses two main issues: (1) There exist some non-fatalFred Drake2000-06-291-28/+9
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-5/+6
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-1/+1
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-1/+1
* Ai! complex_nonzero() has && which should be ||, else decidedlyGuido van Rossum1999-01-251-1/+1
* Add check to conjugate() that there are no excess arguments.Guido van Rossum1998-05-071-2/+5
* Got rid of c_error in favor of errno (and EDOM/ERANGE).Guido van Rossum1997-05-201-49/+43
* Quickly renamed the last directory.Guido van Rossum1997-05-021-110/+108
* Remove unused variable.Guido van Rossum1997-04-091-1/+0
* Get rid of .conj pseudo data attribute for complex numbers.Guido van Rossum1997-04-011-5/+2
* New form of PyFPE_END_PROTECT macro.Guido van Rossum1997-03-141-6/+6
* Changes for Lee Busby's SIGFPE patch set.Guido van Rossum1997-02-141-4/+24
* New, better hash for floating point and complexGuido van Rossum1997-01-111-4/+32
* Make gcc -Wall happyGuido van Rossum1996-12-051-14/+0
* Oops... Need to clear c_error before calling c_quot().Guido van Rossum1996-09-121-0/+2
* Properly(?) implemented remainder and divmod (Tim Hochberg)Guido van Rossum1996-09-121-5/+34
* Raise exception instead of dropping imag part for conversion to int,Guido van Rossum1996-09-111-11/+9
* Don't dump core on complex % or divmod -- raise a TypeError exception.Guido van Rossum1996-09-111-2/+14
* Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x).Guido van Rossum1996-08-191-25/+38
* complex -> Py_complexGuido van Rossum1996-07-211-40/+40
* make some things staticGuido van Rossum1996-05-241-4/+4
* use 'j' instead of 'i' for imaginary constantsGuido van Rossum1996-01-251-2/+2
* Removed unused varJack Jansen1996-01-251-1/+0
* Added PyComplex_AsCComplexGuido van Rossum1996-01-121-0/+12
* complex numbers a la Konrad HinsenGuido van Rossum1996-01-121-0/+562