index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
complexobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Got rid of c_error in favor of errno (and EDOM/ERANGE).
Guido van Rossum
1997-05-20
1
-49/+43
*
Quickly renamed the last directory.
Guido van Rossum
1997-05-02
1
-110/+108
*
Remove unused variable.
Guido van Rossum
1997-04-09
1
-1/+0
*
Get rid of .conj pseudo data attribute for complex numbers.
Guido van Rossum
1997-04-01
1
-5/+2
*
New form of PyFPE_END_PROTECT macro.
Guido van Rossum
1997-03-14
1
-6/+6
*
Changes for Lee Busby's SIGFPE patch set.
Guido van Rossum
1997-02-14
1
-4/+24
*
New, better hash for floating point and complex
Guido van Rossum
1997-01-11
1
-4/+32
*
Make gcc -Wall happy
Guido van Rossum
1996-12-05
1
-14/+0
*
Oops... Need to clear c_error before calling c_quot().
Guido van Rossum
1996-09-12
1
-0/+2
*
Properly(?) implemented remainder and divmod (Tim Hochberg)
Guido van Rossum
1996-09-12
1
-5/+34
*
Raise exception instead of dropping imag part for conversion to int,
Guido van Rossum
1996-09-11
1
-11/+9
*
Don't dump core on complex % or divmod -- raise a TypeError exception.
Guido van Rossum
1996-09-11
1
-2/+14
*
Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x).
Guido van Rossum
1996-08-19
1
-25/+38
*
complex -> Py_complex
Guido van Rossum
1996-07-21
1
-40/+40
*
make some things static
Guido van Rossum
1996-05-24
1
-4/+4
*
use 'j' instead of 'i' for imaginary constants
Guido van Rossum
1996-01-25
1
-2/+2
*
Removed unused var
Jack Jansen
1996-01-25
1
-1/+0
*
Added PyComplex_AsCComplex
Guido van Rossum
1996-01-12
1
-0/+12
*
complex numbers a la Konrad Hinsen
Guido van Rossum
1996-01-12
1
-0/+562