Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
47fe9817f12caa13830dbb4a166b779389d69bc2
/
Modules
/
cmathmodule.c
ecf8d8c
Minor rewrite of cmath_log to work around a Sun compiler bug. See issue #3168.
by Mark Dickinson
· 16 years ago
ca21c65
Following Amaury's advice
by Christian Heimes
· 16 years ago
0bd23c0
Fixed #2870: cmathmodule.c compile error
by Christian Heimes
· 16 years ago
c632301
Even more fixes for alpha Tru64, this time for the phase and polar methods.
by Mark Dickinson
· 17 years ago
98c317a
Issue 2662: Initialize special value tables dynamically (i.e. when
by Mark Dickinson
· 17 years ago
6f34109
I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math.
by Christian Heimes
· 17 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 19 years ago
b67ad7e
Patch #826074: cmath.log optional base argument, fixes #823209
by Raymond Hettinger
· 20 years ago
fe51c6d
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
by Mark Hammond
· 22 years ago
938ace6
staticforward bites the dust.
by Jeremy Hylton
· 22 years ago
14f8b4c
Patch #568124: Add doc string macros.
by Martin v. Löwis
· 22 years ago
f4e3484
Use the PyModule_*() API instead of manipulating the module dictionary directly.
by Fred Drake
· 23 years ago
dc5a508
SF bug 525705: [2.2] underflow raise OverflowException.
by Tim Peters
· 23 years ago
387c547
Revert parts of patch #453627, documenting the resulting test failures instead.
by Martin v. Löwis
· 23 years ago
a40c793
Rework the way we try to check for libm overflow, given that C99 no longer
by Tim Peters
· 23 years ago
655c955
Patch #453627: Define the following macros when compiling on a UnixWare 7.x system:
by Martin v. Löwis
· 23 years ago
1c8e1f0
asin micro-optimization suggested in email.
by Tim Peters
· 24 years ago
edf2210
Bug #133297: cmath.asin is the same as cmath.asinh.
by Tim Peters
· 24 years ago
8cb82bd
Rename some constants for easier readability.
by Tim Peters
· 24 years ago
14e2640
Mechanical edits just so I can read it.
by Tim Peters
· 24 years ago
e365fb8
Use METH_VARARGS instead of numeric constant 1 in method def. tables
by Andrew M. Kuchling
· 24 years ago
7e01890
merge Include/my*.h into Include/pyport.h
by Peter Schneider-Kamp
· 24 years ago
eb61b6e
Fix typo in previous patch.
by Thomas Wouters
· 24 years ago
ccada24
*** empty log message ***
by Thomas Wouters
· 24 years ago
f3f33dc
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
by Thomas Wouters
· 24 years ago
f1ca898
ANSI-fication
by Peter Schneider-Kamp
· 24 years ago
dbd9ba6
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
by Tim Peters
· 24 years ago
f385c5e
Patch by Nadav Horesh to make acosh and asinh better.
by Guido van Rossum
· 24 years ago
0e11c49
Docstring fix: acosh() returns the hyperbolic arccosine, not the
by Fred Drake
· 26 years ago
11a5071
Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh().
by Guido van Rossum
· 26 years ago
c6e2290
Added Doc strings -- by Chris Petrilli.
by Guido van Rossum
· 26 years ago
3886bb6
Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows.
by Guido van Rossum
· 26 years ago
45b8391
New form of PyFPE_END_PROTECT macro.
by Guido van Rossum
· 28 years ago
52fa3a6
Changes for Lee Busby's SIGFPE patch set.
by Guido van Rossum
· 28 years ago
09f99df
Removed redundant inclusion of <errno.h> (sorry, Roj!).
by Guido van Rossum
· 28 years ago
24070ca
Renamed Grandly
by Roger E. Masse
· 28 years ago
a376cc5
Keep gcc -Wall happy.
by Guido van Rossum
· 28 years ago
9e720e3
complex -> Py_complex
by Guido van Rossum
· 28 years ago
9c8a0c4
Made all c_* symbols static.
by Guido van Rossum
· 28 years ago
71aa32f
complex math
by Guido van Rossum
· 29 years ago