Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
af4c942b8a96f9d4bc5ae90c24f66c491ba915f8
/
Objects
/
complexobject.c
be4cbb1
Use rich comparisons to fulfill an old wish: complex numbers now raise
by Guido van Rossum
· 24 years ago
d5fadf7
Rationalize use of limits.h, moving the inclusion to Python.h.
by Fred Drake
· 24 years ago
8586991
REMOVED all CWI, CNRI and BeOpen copyright markings.
by Guido van Rossum
· 24 years ago
39dce29
Fix for http://sourceforge.net/bugs/?func=detailbug&bug_id=111866&group_id=5470.
by Tim Peters
· 24 years ago
7e01890
merge Include/my*.h into Include/pyport.h
by Peter Schneider-Kamp
· 24 years ago
4288c80
ANSI-fication of the sources.
by Fred Drake
· 24 years ago
ffcc381
Change copyright notice - 2nd try.
by Guido van Rossum
· 25 years ago
fd71b9e
Change copyright notice.
by Guido van Rossum
· 25 years ago
13634cf
This patch addresses two main issues: (1) There exist some non-fatal
by Fred Drake
· 25 years ago
b18618d
Vladimir Marangozov's long-awaited malloc restructuring.
by Guido van Rossum
· 25 years ago
43713e5
Massive patch by Skip Montanaro to add ":name" to as many
by Guido van Rossum
· 25 years ago
bffd683
The rest of the changes by Trent Mick and Dale Nagata for warning-free
by Guido van Rossum
· 25 years ago
3bbef60
Ai! complex_nonzero() has && which should be ||, else decidedly
by Guido van Rossum
· 26 years ago
8530ef6
Add check to conjugate() that there are no excess arguments.
by Guido van Rossum
· 27 years ago
9678394
Got rid of c_error in favor of errno (and EDOM/ERANGE).
by Guido van Rossum
· 28 years ago
c0b618a
Quickly renamed the last directory.
by Guido van Rossum
· 28 years ago
8017767
Remove unused variable.
by Guido van Rossum
· 28 years ago
c054d70
Get rid of .conj pseudo data attribute for complex numbers.
by Guido van Rossum
· 28 years ago
45b8391
New form of PyFPE_END_PROTECT macro.
by Guido van Rossum
· 28 years ago
09e6ad0
Changes for Lee Busby's SIGFPE patch set.
by Guido van Rossum
· 28 years ago
919cf1a
New, better hash for floating point and complex
by Guido van Rossum
· 28 years ago
da9c271
Make gcc -Wall happy
by Guido van Rossum
· 28 years ago
2404858
Oops... Need to clear c_error before calling c_quot().
by Guido van Rossum
· 28 years ago
3be12e9
Properly(?) implemented remainder and divmod (Tim Hochberg)
by Guido van Rossum
· 28 years ago
d4ab3cd
Raise exception instead of dropping imag part for conversion to int,
by Guido van Rossum
· 28 years ago
ee09fc1
Don't dump core on complex % or divmod -- raise a TypeError exception.
by Guido van Rossum
· 28 years ago
926518b
Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x).
by Guido van Rossum
· 28 years ago
9e720e3
complex -> Py_complex
by Guido van Rossum
· 28 years ago
363078a
make some things static
by Guido van Rossum
· 29 years ago
7241879
use 'j' instead of 'i' for imaginary constants
by Guido van Rossum
· 29 years ago
1e7b2aa
Removed unused var
by Jack Jansen
· 29 years ago
cf3d108
Added PyComplex_AsCComplex
by Guido van Rossum
· 29 years ago
f9fca92
complex numbers a la Konrad Hinsen
by Guido van Rossum
· 29 years ago