2008-07-30 |
mark.dickinson | Add note about problems with math.fsum on x86 hardware.
|
commit | commitdiff | tree |
2008-07-30 |
mark.dickinson | Replace math.sum with math.fsum in a couple of comments
|
commit | commitdiff | tree |
2008-07-30 |
mark.dickinson | Rename math.sum to math.fsum
|
commit | commitdiff | tree |
2008-07-30 |
mark.dickinson | Fix special-value handling for math.sum.
|
commit | commitdiff | tree |
2008-07-29 |
mark.dickinson | More modifications to tests for math.sum: replace...
|
commit | commitdiff | tree |
2008-07-27 |
mark.dickinson | Remove math.sum tests related to overflow, special...
|
commit | commitdiff | tree |
2008-07-27 |
mark.dickinson | Issue #3449: Update decimal module to use most recent...
|
commit | commitdiff | tree |
2008-07-16 |
mark.dickinson | Issue #3360: Fix incorrect parsing of "020000000000.0".
|
commit | commitdiff | tree |
2008-07-15 |
mark.dickinson | Fix float.from_hex tests. It appears that Linux/ia64...
|
commit | commitdiff | tree |
2008-07-15 |
mark.dickinson | Issue #3008: add instance method float.hex and class...
|
commit | commitdiff | tree |
2008-07-05 |
mark.dickinson | Minor rewrite of cmath_log to work around a Sun compiler...
|
commit | commitdiff | tree |
2008-07-05 |
mark.dickinson | Issue 3188: accept float('infinity') as well as float...
|
commit | commitdiff | tree |
2008-07-02 |
mark.dickinson | Replace occurrences of '\d' with '[0-9]' in Decimal...
|
commit | commitdiff | tree |
2008-06-27 |
mark.dickinson | Fix typo in configure.in, and propagate configure.in...
|
commit | commitdiff | tree |
2008-06-27 |
mark.dickinson | Issue #3197: rework documentation for fractions module.
|
commit | commitdiff | tree |
2008-06-27 |
mark.dickinson | Add Jean Brouwers for his work on math.sum
|
commit | commitdiff | tree |
2008-06-27 |
mark.dickinson | Remove trailing 'L's from numerator and denominator...
|
commit | commitdiff | tree |
2008-06-25 |
mark.dickinson | issue #3199: Fix typo in Mac/Makefile.in
|
commit | commitdiff | tree |
2008-06-24 |
mark.dickinson | Remove references to Py3k in __floor__, __ceil__ and...
|
commit | commitdiff | tree |
2008-06-24 |
mark.dickinson | Change description of float('nan') feature; NaNs don...
|
commit | commitdiff | tree |
2008-06-20 |
mark.dickinson | Fix another typo in math_sum comment
|
commit | commitdiff | tree |
2008-06-20 |
mark.dickinson | Fix outdated count of the number of new math module...
|
commit | commitdiff | tree |
2008-06-20 |
mark.dickinson | Issue #3004: Minor fix to slice.indices(). slice...
|
commit | commitdiff | tree |
2008-06-18 |
mark.dickinson | Typo fix
|
commit | commitdiff | tree |
2008-06-17 |
mark.dickinson | Issue 3118: make test_math pass on Ubuntu/ia64. exp...
|
commit | commitdiff | tree |
2008-05-30 |
mark.dickinson | Fix typo in testSum
|
commit | commitdiff | tree |
2008-05-23 |
mark.dickinson | Revert temporary checkin in revision 63545.
|
commit | commitdiff | tree |
2008-05-23 |
mark.dickinson | Skip math.sum tests on non IEEE 754 platforms, and...
|
commit | commitdiff | tree |
2008-05-23 |
mark.dickinson | Temporary checkin to get configure to report more
|
commit | commitdiff | tree |
2008-05-23 |
mark.dickinson | Better error reporting in test_math.py
|
commit | commitdiff | tree |
2008-05-23 |
mark.dickinson | Add tests for math.sum (Issue #2819)
|
commit | commitdiff | tree |
2008-05-23 |
mark.dickinson | Issue #2819: Add math.sum, a function that sums a sequence...
|
commit | commitdiff | tree |
2008-05-09 |
mark.dickinson | Issue #2487. math.ldexp(x, n) raised OverflowError...
|
commit | commitdiff | tree |
2008-05-09 |
mark.dickinson | Issue #2801: fix bug in float.is_integer where ValueError
|
commit | commitdiff | tree |
2008-05-04 |
mark.dickinson | Make sure that Context traps and flags dictionaries...
|
commit | commitdiff | tree |
2008-05-04 |
mark.dickinson | Some very minor changes to decimal.py in Python 2.6...
|
commit | commitdiff | tree |
2008-05-03 |
mark.dickinson | Backport Raymond's changes in r60508 to Python 2.6.
|
commit | commitdiff | tree |
2008-04-25 |
mark.dickinson | Issue 2635: fix bug in the fix_sentence_endings option...
|
commit | commitdiff | tree |
2008-04-25 |
mark.dickinson | Issue #1496032. Add -mieee to BASECFLAGS on alpha...
|
commit | commitdiff | tree |
2008-04-22 |
mark.dickinson | Make configure test for tanh(-0.) == -0. committed...
|
commit | commitdiff | tree |
2008-04-21 |
mark.dickinson | test_math and test_cmath are failing on the FreeBSD...
|
commit | commitdiff | tree |
2008-04-21 |
mark.dickinson | Silence 'r may be used uninitialized' compiler warning.
|
commit | commitdiff | tree |
2008-04-20 |
mark.dickinson | math.atan2 is misbehaving on Windows; this patch
|
commit | commitdiff | tree |
2008-04-20 |
mark.dickinson | Add test for tanh(-0.) == -0. on IEEE 754 systems
|
commit | commitdiff | tree |
2008-04-20 |
mark.dickinson | Even more fixes for alpha Tru64, this time for
|
commit | commitdiff | tree |
2008-04-20 |
mark.dickinson | Issue 2662: Initialize special value tables dynamically...
|
commit | commitdiff | tree |
2008-04-20 |
mark.dickinson | Yet more explicit special case handling to make
|
commit | commitdiff | tree |
2008-04-20 |
mark.dickinson | FreeBSD doesn't follow C99 for modf(inf); so add explicit
|
commit | commitdiff | tree |
2008-04-20 |
mark.dickinson | Report additional diagnostic information in
|
commit | commitdiff | tree |
2008-04-19 |
mark.dickinson | Move asinh documentation to the proper place.
|
commit | commitdiff | tree |
2008-04-19 |
mark.dickinson | Correct documentation for math.pow;
|
commit | commitdiff | tree |
2008-04-19 |
mark.dickinson | Document updates to math and cmath modules.
|
commit | commitdiff | tree |
2008-04-19 |
mark.dickinson | Additional special-case handling for math.pow.
|
commit | commitdiff | tree |
2008-04-19 |
mark.dickinson | Additional tests for math.pow, and extra special-case
|
commit | commitdiff | tree |
2008-04-15 |
mark.dickinson | Fix for possible signed overflow: the behaviour of...
|
commit | commitdiff | tree |
2008-03-26 |
mark.dickinson | Typo: "objects reference count" -> "object's reference...
|
commit | commitdiff | tree |
2008-03-25 |
mark.dickinson | Issue #2482: Make sure that the coefficient of a Decimal
|
commit | commitdiff | tree |
2008-03-25 |
mark.dickinson | Issue #2478: Decimal(sqrt(0)) failed when the decimal...
|
commit | commitdiff | tree |
2008-03-14 |
mark.dickinson | Issue 705836: Fix struct.pack(">f", 1e40) to behave...
|
commit | commitdiff | tree |
2008-02-29 |
mark.dickinson | Fix docstring typo.
|
commit | commitdiff | tree |
2008-02-29 |
mark.dickinson | Add __format__ method to Decimal, to support PEP 3101
|
commit | commitdiff | tree |
2008-02-24 |
mark.dickinson | Remove duplicate 'import re' in decimal.py
|
commit | commitdiff | tree |
2008-02-12 |
mark.dickinson | Replace R=fractions.Fraction with F=fractions.Fraction in
|
commit | commitdiff | tree |
2008-02-12 |
mark.dickinson | Revert change in r60712: turn alternate constructors...
|
commit | commitdiff | tree |
2008-02-12 |
mark.dickinson | Implementation of Fraction.limit_denominator.
|
commit | commitdiff | tree |
2008-02-11 |
mark.dickinson | Put an extra space into the repr of a Fraction:
|
commit | commitdiff | tree |
2008-02-10 |
mark.dickinson | Rename rational.Rational to fractions.Fraction, to...
|
commit | commitdiff | tree |
2008-02-10 |
mark.dickinson | Remove reference to Rational
|
commit | commitdiff | tree |
2008-02-10 |
mark.dickinson | Typos in decimal comment and documentation
|
commit | commitdiff | tree |
2008-02-10 |
mark.dickinson | Turn classmethods into staticmethods, and avoid calling...
|
commit | commitdiff | tree |
2008-02-07 |
mark.dickinson | IEEE 754 should be IEEE 854; give precise reference for
|
commit | commitdiff | tree |
2008-02-07 |
mark.dickinson | Fix broken link in decimal documentation.
|
commit | commitdiff | tree |
2008-02-06 |
mark.dickinson | Remove incorrect usage of :const: in documentation.
|
commit | commitdiff | tree |
2008-02-06 |
mark.dickinson | Issue 1979: Make Decimal comparisons (other than !...
|
commit | commitdiff | tree |
2008-02-02 |
mark.dickinson | Make the Rational constructor accept '3.' and '.2'...
|
commit | commitdiff | tree |
2008-01-31 |
mark.dickinson | Issue #1678380. Fix a bug that identifies 0j and ...
|
commit | commitdiff | tree |
2008-01-12 |
mark.dickinson | Issue 1780: Allow leading and trailing whitespace in...
|
commit | commitdiff | tree |