- 19 Apr, 2008 8 commits
-
-
Mark Dickinson authored
handling code in math.pow, in the hope of making all tests pass on the alpha Tru64 buildbot.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
The bits and pieces for the Windows side were already in place. The POSIX side is trivial (as usual) and uses os.kill().
-
- 18 Apr, 2008 10 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
More Windows related fixes are coming soon
-
Amaury Forgeot d'Arc authored
Perform additional cleanup, mostly deleting from sys.modules, or clearing the warnings registry.
-
Christian Heimes authored
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. The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :)
-
Benjamin Peterson authored
-
Skip Montanaro authored
-
Andrew M. Kuchling authored
Rewrite introductory section, and remove old section. (It was already commented-out, but why keep it?)
-
Andrew M. Kuchling authored
e-mail address is for a previous employer. Can we move the big long copyright statement into a sidebar or something?
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 17 Apr, 2008 3 commits
-
-
Andrew M. Kuchling authored
-
Jeroen Ruigrok van der Werven authored
-
Raymond Hettinger authored
-
- 16 Apr, 2008 2 commits
-
-
Jeroen Ruigrok van der Werven authored
-
Jeroen Ruigrok van der Werven authored
-
- 15 Apr, 2008 8 commits
-
-
Mark Dickinson authored
undefined in ANSI C.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
http://farmdev.com/thoughts/24/what-does-the-def-star-variable-or-def-asterisk-parameter-syntax-do-in-python-/ The right entry type to use isn't clear; operator seems wrong, because *,**,@ aren't being used in expressions here. I put them as 'statement'; 'syntax' might be better.
-
Benjamin Peterson authored
-
Nick Coghlan authored
-
Nick Coghlan authored
Issue 2439: add pkgutils.get_data() as a convenience wrapper for the PEP 302 get_data() API (contributed by Paul Moore)
-
Neal Norwitz authored
-
Andrew M. Kuchling authored
-
- 14 Apr, 2008 4 commits
-
-
Alexandre Vassalotti authored
-
Amaury Forgeot d'Arc authored
Some other minor updates in _warnings.c: - make a function static - rename a shadowing local variable
-
Amaury Forgeot d'Arc authored
-
Thomas Heller authored
better performance.
-
- 13 Apr, 2008 5 commits
-
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-