2009-07-28 |
mark.dickinson | Remove leading blank line from cmath.rst
|
commit | commitdiff | tree |
2009-07-28 |
mark.dickinson | Issue #6458: Reorganize cmath documentation into sections...
|
commit | commitdiff | tree |
2009-07-18 |
mark.dickinson | Add Case Van Horsen to Misc/ACKS, for fractions module...
|
commit | commitdiff | tree |
2009-07-18 |
mark.dickinson | Issue #6431: Fix Fraction comparisons with unknown...
|
commit | commitdiff | tree |
2009-07-07 |
mark.dickinson | Issue #1523: Remove deprecated overflow masking in...
|
commit | commitdiff | tree |
2009-07-07 |
mark.dickinson | Expand test coverage for struct.pack with native integer...
|
commit | commitdiff | tree |
2009-07-07 |
mark.dickinson | Add skipping to struct test that only applies when...
|
commit | commitdiff | tree |
2009-07-07 |
mark.dickinson | Typo in error message
|
commit | commitdiff | tree |
2009-07-05 |
mark.dickinson | Issues #1530559, #1741130: Fix various inconsistencies...
|
commit | commitdiff | tree |
2009-06-30 |
mark.dickinson | Issue #6347: Add inttypes.h to the pyport.h #includes...
|
commit | commitdiff | tree |
2009-06-28 |
mark.dickinson | Remove unused stdint.h includes
|
commit | commitdiff | tree |
2009-06-28 |
mark.dickinson | More Decimal quote fixing; backport of r73642
|
commit | commitdiff | tree |
2009-06-16 |
mark.dickinson | Acknowledge the role of the MPFR library in creating...
|
commit | commitdiff | tree |
2009-06-02 |
mark.dickinson | Typo in socket.py. Thanks Pablo Torres Navarrete.
|
commit | commitdiff | tree |
2009-05-20 |
mark.dickinson | Issue #5829: don't raise OverflowError for complex...
|
commit | commitdiff | tree |
2009-05-20 |
mark.dickinson | typos in ctypes Module
|
commit | commitdiff | tree |
2009-05-17 |
mark.dickinson | Issue #6044: remove confusing wording from complex...
|
commit | commitdiff | tree |
2009-05-11 |
mark.dickinson | Issue #5981: Fix some float.fromhex bugs related to...
|
commit | commitdiff | tree |
2009-05-08 |
mark.dickinson | Issue #5933: Fix gcc -Wextra compiler warnings (and...
|
commit | commitdiff | tree |
2009-05-05 |
mark.dickinson | Issue #5933: Fix some gcc -Wextra warnings. Thanks...
|
commit | commitdiff | tree |
2009-05-03 |
mark.dickinson | Don't use PyOS_strnicmp for NaN and Inf detection:...
|
commit | commitdiff | tree |
2009-05-03 |
mark.dickinson | Eliminate some locale-dependent calls to isspace and...
|
commit | commitdiff | tree |
2009-05-03 |
mark.dickinson | Remove unnecessary uses of context in PyGetSetDef....
|
commit | commitdiff | tree |
2009-05-02 |
mark.dickinson | Remove unnecessary use of context for long getters.
|
commit | commitdiff | tree |
2009-04-29 |
mark.dickinson | Backport some of the float formatting tests from py3k.
|
commit | commitdiff | tree |
2009-04-29 |
mark.dickinson | Remove format_float and use _PyOS_double_to_string...
|
commit | commitdiff | tree |
2009-04-29 |
mark.dickinson | Issue #5864: format(1234.5, '.4') gives misleading...
|
commit | commitdiff | tree |
2009-04-26 |
mark.dickinson | Fix typo in function name
|
commit | commitdiff | tree |
2009-04-26 |
mark.dickinson | Backport r71967 changes from py3k to trunk.
|
commit | commitdiff | tree |
2009-04-26 |
mark.dickinson | Reset errno before both calls to PyOS_ascii_strtod...
|
commit | commitdiff | tree |
2009-04-25 |
mark.dickinson | Fix typo in complex parsing code; expand tests.
|
commit | commitdiff | tree |
2009-04-24 |
mark.dickinson | Remove unnecessary double negative
|
commit | commitdiff | tree |
2009-04-24 |
mark.dickinson | Issue #5593: Use more robust test for double-rounding...
|
commit | commitdiff | tree |
2009-04-24 |
mark.dickinson | Issue #5812: The two-argument form of the Fraction...
|
commit | commitdiff | tree |
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 |