2010-01-03 |
mark.dickinson | Make use of PyLong_AsLongAndOverflow in math_ldexp.
|
commit | commitdiff | tree |
2010-01-02 |
mark.dickinson | Refactor some longobject internals: PyLong_AsDouble...
|
commit | commitdiff | tree |
2010-01-02 |
mark.dickinson | Clarify that the rect, phase and polar functions work...
|
commit | commitdiff | tree |
2010-01-01 |
mark.dickinson | Issue #5080: turn the DeprecationWarning from float...
|
commit | commitdiff | tree |
2009-12-31 |
mark.dickinson | More configure fixes: avoid sh 'integer argument expected...
|
commit | commitdiff | tree |
2009-12-31 |
mark.dickinson | Add missing quotes.
|
commit | commitdiff | tree |
2009-12-30 |
mark.dickinson | Add Marcos Donolo for work on issue 7534 patch.
|
commit | commitdiff | tree |
2009-12-30 |
mark.dickinson | Issue #7534: Fix handling of nans, infinities, and...
|
commit | commitdiff | tree |
2009-12-29 |
mark.dickinson | Issue #7575: An overflow test for math.expm1 was failing...
|
commit | commitdiff | tree |
2009-12-27 |
mark.dickinson | Use a more idiomatic check in check_truediv.
|
commit | commitdiff | tree |
2009-12-27 |
mark.dickinson | Use ldexp(q, exp) instead of q*2.**exp in true division...
|
commit | commitdiff | tree |
2009-12-27 |
mark.dickinson | Issue #1811: Improve accuracy and consistency of true...
|
commit | commitdiff | tree |
2009-12-24 |
mark.dickinson | Issue #7568: typo in docstring. Thanks Mike Putnam.
|
commit | commitdiff | tree |
2009-12-21 |
mark.dickinson | Issue #7553: test_long_future wasn't testing properly...
|
commit | commitdiff | tree |
2009-12-21 |
mark.dickinson | Inverse hyperbolic trigonometric functions should call...
|
commit | commitdiff | tree |
2009-12-21 |
mark.dickinson | Issue #7518: Move substitute definitions of C99 math...
|
commit | commitdiff | tree |
2009-12-21 |
mark.dickinson | Additional edge-case tests for test_long_and_overflow.
|
commit | commitdiff | tree |
2009-12-21 |
mark.dickinson | Fix reference counts for test_long_and_overflow.
|
commit | commitdiff | tree |
2009-12-21 |
mark.dickinson | Issue #7528: Backport PyLong_AsLongAndOverflow from...
|
commit | commitdiff | tree |
2009-12-20 |
mark.dickinson | Issue #7554: Various fixups in test_cmath.py: remove...
|
commit | commitdiff | tree |
2009-12-20 |
mark.dickinson | Silence -3 warnings. Thanks Florent Xicluna.
|
commit | commitdiff | tree |
2009-12-20 |
mark.dickinson | Fix for consistency with py3k keyword-only version...
|
commit | commitdiff | tree |
2009-12-20 |
mark.dickinson | Issue #7554: Fix incorrect usage of rAssertAlmostEqual...
|
commit | commitdiff | tree |
2009-12-20 |
mark.dickinson | Add missing tests for PyArg_Parse* with format 'h'
|
commit | commitdiff | tree |
2009-12-20 |
mark.dickinson | math.factorial depends on PyLong_AsLong correctly converting...
|
commit | commitdiff | tree |
2009-12-19 |
mark.dickinson | Issue #3366: Add error function and complementary error...
|
commit | commitdiff | tree |
2009-12-17 |
mark.dickinson | Add _math.h to math module dependencies in setup.py.
|
commit | commitdiff | tree |
2009-12-16 |
mark.dickinson | Issue #3366: Add expm1 function to math module. Thanks...
|
commit | commitdiff | tree |
2009-12-13 |
mark.dickinson | Issue #7492: Autoconf tests were leaving semaphore...
|
commit | commitdiff | tree |
2009-12-11 |
mark.dickinson | Issue #3366: Add lgamma function to math module.
|
commit | commitdiff | tree |
2009-12-10 |
mark.dickinson | Replace the size check for PyMem_MALLOC and PyMem_REALLOC...
|
commit | commitdiff | tree |
2009-12-04 |
mark.dickinson | Add missing issue number in Misc/NEWS entry.
|
commit | commitdiff | tree |
2009-12-04 |
mark.dickinson | Avoid undefined behaviour due to overflow in i_divmod...
|
commit | commitdiff | tree |
2009-12-03 |
mark.dickinson | Issue #6985: number of range() items should be constrained...
|
commit | commitdiff | tree |
2009-12-02 |
mark.dickinson | Issue #7406: Fix some occurrences of potential signed...
|
commit | commitdiff | tree |
2009-11-30 |
mark.dickinson | Add dtoa.c and dtoa.h to the relevant project files.
|
commit | commitdiff | tree |
2009-11-28 |
mark.dickinson | Issue #1678380: When distinguishing between -0.0 and...
|
commit | commitdiff | tree |
2009-11-28 |
mark.dickinson | Multiprocessing configure checks don't need LIBM
|
commit | commitdiff | tree |
2009-11-28 |
mark.dickinson | Include ieeefp.h (when available) in pyport.h instead...
|
commit | commitdiff | tree |
2009-11-28 |
mark.dickinson | Issue #7272, continued: don't re-use existing HAVE_BROKEN_P...
|
commit | commitdiff | tree |
2009-11-24 |
mark.dickinson | Issue #7228: Fix format mismatch when printing something...
|
commit | commitdiff | tree |
2009-11-24 |
mark.dickinson | Issue #7117: Update float formatting testcases to...
|
commit | commitdiff | tree |
2009-11-24 |
mark.dickinson | Fix some documentation examples involving the repr...
|
commit | commitdiff | tree |
2009-11-24 |
mark.dickinson | round(0, "ermintrude") succeeded instead of producing...
|
commit | commitdiff | tree |
2009-11-23 |
mark.dickinson | Issue #7117, continued: Remove substitution of %g-style...
|
commit | commitdiff | tree |
2009-11-23 |
mark.dickinson | Remove restriction on precision when formatting floats...
|
commit | commitdiff | tree |
2009-11-23 |
mark.dickinson | Issue #7369: Fibonacci series should start at 0 in...
|
commit | commitdiff | tree |
2009-11-23 |
mark.dickinson | Issue #7379: Fix incorrect doctest for Fraction.limit_denom...
|
commit | commitdiff | tree |
2009-11-20 |
mark.dickinson | Issue #7272: Add configure test to detect whether...
|
commit | commitdiff | tree |
2009-11-20 |
mark.dickinson | Regenerate configure with GNU autoconf 2.61.
|
commit | commitdiff | tree |
2009-11-19 |
mark.dickinson | Misc/NEWS entries for issue 7117.
|
commit | commitdiff | tree |
2009-11-18 |
mark.dickinson | Enable short float repr!
|
commit | commitdiff | tree |
2009-11-18 |
mark.dickinson | Issue #7117, continued: Change round implementation...
|
commit | commitdiff | tree |
2009-11-16 |
mark.dickinson | Silence another MSVC warning about unary minus.
|
commit | commitdiff | tree |
2009-11-16 |
mark.dickinson | Silence MSVC warning about unary minus applied to unsigned...
|
commit | commitdiff | tree |
2009-11-15 |
mark.dickinson | Issue #7228: Add '%lld' and '%llu' support to PyFormat_From...
|
commit | commitdiff | tree |
2009-11-15 |
mark.dickinson | Issue #5792: Extend short float repr support to x86...
|
commit | commitdiff | tree |
2009-11-15 |
mark.dickinson | Avoid signed overflow in some xrange calculations,...
|
commit | commitdiff | tree |
2009-11-09 |
mark.dickinson | Add extra information to a test_signal failure message...
|
commit | commitdiff | tree |
2009-11-09 |
mark.dickinson | Issue #7251: Break out round tests for large values...
|
commit | commitdiff | tree |
2009-11-03 |
mark.dickinson | Fix doc typo reported by Arfrever.
|
commit | commitdiff | tree |
2009-10-31 |
mark.dickinson | Set retval on PyOS_string_to_double failure.
|
commit | commitdiff | tree |
2009-10-31 |
mark.dickinson | Issue #7042: Use a better mechanism for testing timers...
|
commit | commitdiff | tree |
2009-10-31 |
mark.dickinson | Issue #6603: Fix --with-tsc build failures on x86-64...
|
commit | commitdiff | tree |
2009-10-31 |
mark.dickinson | Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and...
|
commit | commitdiff | tree |
2009-10-31 |
mark.dickinson | Move a Misc/NEWS entry to right section.
|
commit | commitdiff | tree |
2009-10-29 |
mark.dickinson | Issue #7233: Fix Decimal.shift and Decimal.rotate...
|
commit | commitdiff | tree |
2009-10-29 |
mark.dickinson | Issue #7233: A number of two-argument Decimal methods...
|
commit | commitdiff | tree |
2009-10-29 |
mark.dickinson | Fix duplicate test numbers in extra.decTest
|
commit | commitdiff | tree |
2009-10-29 |
mark.dickinson | Roll back ill-considered attempts to fix printf specifier...
|
commit | commitdiff | tree |
2009-10-28 |
mark.dickinson | Fix format specifier for MSVC
|
commit | commitdiff | tree |
2009-10-28 |
mark.dickinson | Replace long long with PY_LONG_LONG
|
commit | commitdiff | tree |
2009-10-27 |
mark.dickinson | Test long inputs to float
|
commit | commitdiff | tree |
2009-10-27 |
mark.dickinson | Silence gcc warnings when trying to print an off_t...
|
commit | commitdiff | tree |
2009-10-26 |
mark.dickinson | Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii...
|
commit | commitdiff | tree |
2009-10-26 |
mark.dickinson | Issue #7117: Use PyOS_string_to_double instead of PyOS_ascii...
|
commit | commitdiff | tree |
2009-10-26 |
mark.dickinson | Issue #7117: Backport missing pystrtod.h declarations...
|
commit | commitdiff | tree |
2009-10-26 |
mark.dickinson | Use correct conversion specifier and length modifier...
|
commit | commitdiff | tree |
2009-10-26 |
mark.dickinson | Issue #7117 (backport py3k float repr) continued:
|
commit | commitdiff | tree |
2009-10-26 |
mark.dickinson | Warn against replacing PyNumber_Add with PyNumber_InPlaceAdd...
|
commit | commitdiff | tree |
2009-10-26 |
mark.dickinson | Skip readline tests if readline module is not available.
|
commit | commitdiff | tree |
2009-10-25 |
mark.dickinson | Issue #1087418: Small performance boost for bitwise...
|
commit | commitdiff | tree |
2009-10-24 |
mark.dickinson | Issue #7117: temporarily disable the short float repr...
|
commit | commitdiff | tree |
2009-10-24 |
mark.dickinson | Issue #7117 (backport py3k float repr) continued:
|
commit | commitdiff | tree |
2009-10-24 |
mark.dickinson | Configure check for double rounding should take BASECFLAGS...
|
commit | commitdiff | tree |
2009-10-24 |
mark.dickinson | Remove temporary define from r75653
|
commit | commitdiff | tree |
2009-10-24 |
mark.dickinson | Issue #7117 (backport py3k float repr) continued:
|
commit | commitdiff | tree |
2009-10-24 |
mark.dickinson | Temporary define to avoid build failure
|
commit | commitdiff | tree |
2009-10-24 |
mark.dickinson | Issue #7117: Prepare for backport of py3k float repr.
|
commit | commitdiff | tree |
2009-10-24 |
mark.dickinson | Acknowledge Ned Deily (extensive bug hunting and testing...
|
commit | commitdiff | tree |
2009-10-20 |
mark.dickinson | Issue #7099: Decimal.is_normal should return True for...
|
commit | commitdiff | tree |
2009-10-17 |
mark.dickinson | Protect against attempts to replace PyNumber_Add with...
|
commit | commitdiff | tree |
2009-10-17 |
mark.dickinson | test_math ulp computation was wrong on big-endian systems
|
commit | commitdiff | tree |
2009-10-15 |
mark.dickinson | Allow core Python build to succeed under WITHOUT_COMPLEX...
|
commit | commitdiff | tree |
2009-10-15 |
mark.dickinson | Issue #7142: Fix uses of unicode in memoryview objects
|
commit | commitdiff | tree |
2009-10-15 |
mark.dickinson | Fix missing semicolon
|
commit | commitdiff | tree |
2009-10-11 |
mark.dickinson | Set missing executable property on scripts
|
commit | commitdiff | tree |
2009-10-11 |
mark.dickinson | Fix 'primes 0 1'
|
commit | commitdiff | tree |
2009-10-08 |
mark.dickinson | Issue #7051: Clarify behaviour of 'g' and 'G'-style...
|
commit | commitdiff | tree |
2009-10-08 |
mark.dickinson | Update decimal test data to the most recent set from...
|
commit | commitdiff | tree |