2009-04-24 |
mark.dickinson | Fix missing 'return NULL'
|
commit | commitdiff | tree |
2009-04-24 |
mark.dickinson | Issue #5816:
|
commit | commitdiff | tree |
2009-04-22 |
mark.dickinson | Issue #5812: make Fraction('1e-6') valid. Backport...
|
commit | commitdiff | tree |
2009-04-20 |
mark.dickinson | Nit: integer division should use //, not /
|
commit | commitdiff | tree |
2009-04-20 |
mark.dickinson | Issue #3166: Make long -> float (and int -> float)...
|
commit | commitdiff | tree |
2009-04-19 |
mark.dickinson | Automatic conversion of floats to integers for struct...
|
commit | commitdiff | tree |
2009-04-18 |
mark.dickinson | Issue #1869: Fix a couple of minor round() issues.
|
commit | commitdiff | tree |
2009-04-18 |
mark.dickinson | Backport r71704 (add configure check for C99 round...
|
commit | commitdiff | tree |
2009-04-18 |
mark.dickinson | copysign shouldn't be declared as static in pymath.c
|
commit | commitdiff | tree |
2009-04-02 |
mark.dickinson | sys.long_info attributes should be ints, not longs
|
commit | commitdiff | tree |
2009-03-29 |
mark.dickinson | Issue #532631: Apply floatformat changes to unicodeobject.c
|
commit | commitdiff | tree |
2009-03-29 |
mark.dickinson | Issue #532631: Add paranoid check to avoid potential...
|
commit | commitdiff | tree |
2009-03-29 |
mark.dickinson | Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25...
|
commit | commitdiff | tree |
2009-03-23 |
mark.dickinson | Issue #5512: speed up the long division algorithm for...
|
commit | commitdiff | tree |
2009-03-20 |
mark.dickinson | Rewrite Py_ARITHMETIC_RIGHT_SHIFT so that it's valid...
|
commit | commitdiff | tree |
2009-03-20 |
mark.dickinson | Issue #4258: Use 30-bit digits for Python longs, on...
|
commit | commitdiff | tree |
2009-03-18 |
mark.dickinson | Issue 4474: On platforms with sizeof(wchar_t) == 4 and
|
commit | commitdiff | tree |
2009-03-18 |
mark.dickinson | Fix bug in _insert_thousands_sep: too much zero padding...
|
commit | commitdiff | tree |
2009-03-17 |
mark.dickinson | Issue #2110: Add support for thousands separator and...
|
commit | commitdiff | tree |
2009-03-17 |
mark.dickinson | Fix bug in Decimal __format__ method that swapped left...
|
commit | commitdiff | tree |
2009-02-28 |
mark.dickinson | Issue #5393: typo in cmath.cos and cmath.cosh docstring
|
commit | commitdiff | tree |
2009-02-25 |
mark.dickinson | Replace long with twodigits, to avoid depending
|
commit | commitdiff | tree |
2009-02-21 |
mark.dickinson | Issue #5341: Fix a variety of spelling errors.
|
commit | commitdiff | tree |
2009-02-20 |
mark.dickinson | Issue #5295: Typos in turtle.py
|
commit | commitdiff | tree |
2009-02-15 |
mark.dickinson | A few more minor fixes in longobject.c
|
commit | commitdiff | tree |
2009-02-15 |
mark.dickinson | Issue #5260: Various portability and standards compliance...
|
commit | commitdiff | tree |
2009-02-12 |
mark.dickinson | Typo fix.
|
commit | commitdiff | tree |
2009-02-10 |
mark.dickinson | _testcapi depends on testcapi_long.h
|
commit | commitdiff | tree |
2009-02-10 |
mark.dickinson | Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowEr...
|
commit | commitdiff | tree |
2009-02-09 |
mark.dickinson | Issue #4575: fix Py_IS_INFINITY macro to work correctly...
|
commit | commitdiff | tree |
2009-02-08 |
mark.dickinson | Silence 'arg may be used uninitialized in this function...
|
commit | commitdiff | tree |
2009-02-08 |
mark.dickinson | Issue #789290: make sure that hash(2**63) == hash(2...
|
commit | commitdiff | tree |
2009-02-08 |
mark.dickinson | Remove redundant assignment in _PyObject_LengthHint
|
commit | commitdiff | tree |
2009-01-31 |
mark.dickinson | Add an extra test for long <-> float hash equivalence.
|
commit | commitdiff | tree |
2009-01-26 |
mark.dickinson | Issue #5073: Fix occasional failure of bsddb/test/test_lock...
|
commit | commitdiff | tree |
2009-01-26 |
mark.dickinson | Fix comment.
|
commit | commitdiff | tree |
2009-01-26 |
mark.dickinson | Fix undefined behaviour (left shift of negative value...
|
commit | commitdiff | tree |
2009-01-25 |
mark.dickinson | No need for carry to be type twodigits in _PyLong_AsByteArra...
|
commit | commitdiff | tree |
2009-01-25 |
mark.dickinson | Remove uses of cmp from the decimal module.
|
commit | commitdiff | tree |
2009-01-24 |
mark.dickinson | Issue #3657: fix occasional test_pickletools failures.
|
commit | commitdiff | tree |
2009-01-24 |
mark.dickinson | Issue #1672332: Fix unpickling of subnormal floats...
|
commit | commitdiff | tree |
2009-01-24 |
mark.dickinson | Issue #5025: Fix occasional test_kqueue failure on...
|
commit | commitdiff | tree |
2009-01-24 |
mark.dickinson | Issue #4393: fix 3 classes of potential portability...
|
commit | commitdiff | tree |
2009-01-15 |
mark.dickinson | Another typo fix.
|
commit | commitdiff | tree |
2009-01-15 |
mark.dickinson | Comment typo
|
commit | commitdiff | tree |
2009-01-15 |
mark.dickinson | Issue #4397. Fix occasional test_socket failure on...
|
commit | commitdiff | tree |
2009-01-10 |
mark.dickinson | Remove an unnecessary check from test_decimal.
|
commit | commitdiff | tree |
2009-01-07 |
mark.dickinson | Issue #4869: clarify documentation for random.expovariate.
|
commit | commitdiff | tree |
2009-01-04 |
mark.dickinson | Misc/NEWS entry for r68317
|
commit | commitdiff | tree |
2009-01-04 |
mark.dickinson | More Python 2.3 compatibility fixes for decimal.py.
|
commit | commitdiff | tree |
2009-01-04 |
mark.dickinson | Fix Decimal.from_float to use valid Python 2.3 syntax...
|
commit | commitdiff | tree |
2009-01-04 |
mark.dickinson | It's wrong to use AC_REPLACE_FUNCS for hypot, since...
|
commit | commitdiff | tree |
2009-01-04 |
mark.dickinson | Use C99 'isfinite' macro in preference to BSD-derived...
|
commit | commitdiff | tree |
2009-01-04 |
mark.dickinson | Fix HAVE_DECL_ISINF/ISNAN test (again).
|
commit | commitdiff | tree |
2009-01-04 |
mark.dickinson | Oops. Need to check not only that HAVE_DECL_ISINF...
|
commit | commitdiff | tree |
2009-01-04 |
mark.dickinson | isinf and isnan are macros, not functions; fix configure...
|
commit | commitdiff | tree |
2009-01-04 |
mark.dickinson | Add autoconf test to detect x87-style double rounding...
|
commit | commitdiff | tree |
2009-01-03 |
mark.dickinson | Issue #4812: further renaming of internal Decimal...
|
commit | commitdiff | tree |
2009-01-02 |
mark.dickinson | Issue #4812: add missing underscore prefix to some...
|
commit | commitdiff | tree |
2008-12-19 |
mark.dickinson | Fix typo in Python equivalent for bit_length.
|
commit | commitdiff | tree |
2008-12-18 |
mark.dickinson | Issue 4692: bogus 'Make' in Makefile.pre.in; replace...
|
commit | commitdiff | tree |
2008-12-17 |
mark.dickinson | Issue #3439: add bit_length method to int and long.
|
commit | commitdiff | tree |
2008-12-11 |
mark.dickinson | Issues #3167, #3682: tests for math.log and math.log10...
|
commit | commitdiff | tree |
2008-12-05 |
mark.dickinson | Issue #4445: save 3 bytes (on average, on a typical...
|
commit | commitdiff | tree |
2008-12-05 |
mark.dickinson | Issue #4461: Safety check in parsenumber (ast.c)
|
commit | commitdiff | tree |
2008-08-21 |
mark.dickinson | issue 3633: Solaris allows fullwidth Unicode digits...
|
commit | commitdiff | tree |
2008-08-21 |
mark.dickinson | Fix float.fromhex test to give additional information...
|
commit | commitdiff | tree |
2008-08-06 |
mark.dickinson | Remove duplicate import
|
commit | commitdiff | tree |
2008-08-06 |
mark.dickinson | Docstring typo
|
commit | commitdiff | tree |
2008-08-04 |
mark.dickinson | Issue #1481296: (again!) Make conversion of a float...
|
commit | commitdiff | tree |
2008-08-01 |
mark.dickinson | Tone down math.fsum warning.
|
commit | commitdiff | tree |
2008-07-31 |
mark.dickinson | Rename testSum to testFsum and move it to proper place...
|
commit | commitdiff | tree |
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 |