1. 4e0ce82 Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584) by Raymond Hettinger · 4 years, 10 months ago
  2. 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 4 years, 10 months ago
  3. 39dab24 bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890) by Stefan Krah · 5 years ago
  4. 39042e0 bpo-41324 Add a minimal decimal capsule API (#21519) by Stefan Krah · 5 years ago
  5. 902356a bpo-41338: Fix DeprecationWarning in tests (GH-21542) by Inada Naoki · 5 years ago
  6. 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 5 years ago
  7. f7ba40b bpo-40275: Use new test.support helper submodules in tests (GH-20849) by Hai Shi · 5 years ago
  8. 5fe1df1 Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655) by Stefan Krah · 5 years ago
  9. 90930e6 bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) by Stefan Krah · 5 years ago
  10. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 6 years ago
  11. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 7 years ago
  12. e95dfc5 bpo-33750: Reset thread-local context precision in test_round(). (#7355) by Stefan Krah · 7 years ago
  13. 18e95b4 bpo-31234: Join threads in tests (#3572) by Victor Stinner · 8 years ago
  14. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  15. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 8 years ago
  16. 6d1dece Fixed #29534 - _decimal difference with _pydecimal (#65) by Andrew Nester · 8 years ago
  17. 70d28a1 Remove unused imports. by Serhiy Storchaka · 9 years ago
  18. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 9 years ago
  19. 243d8a7 Merge 3.5. by Stefan Krah · 9 years ago
  20. 8c126f1 Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively by Stefan Krah · 9 years ago
  21. 8113f49 Merge 3.5. by Stefan Krah · 9 years ago
  22. 6817c59 Issue #27006: from_float(): call the subclass' __new__() and __init__(). by Stefan Krah · 9 years ago
  23. 66e9d03 Issue #26621: Update libmpdec version and remove unnecessary test case. by Stefan Krah · 9 years ago
  24. 53f2e0a Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by by Stefan Krah · 10 years ago
  25. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 11 years ago
  26. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 11 years ago
  27. b578f8a Issue #19232: Speed up decimal import. Additionally, since _decimal is by Stefan Krah · 11 years ago
  28. 9ea83cf Merge 3.4. by Stefan Krah · 11 years ago
  29. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 11 years ago
  30. e7e1375 Issue #18492: Merge with 3.4 by Zachary Ware · 11 years ago
  31. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 11 years ago
  32. 6b794b8 Fix typo and tests without docstrings. by Stefan Krah · 11 years ago
  33. 5de1f82 Issue #21407: _decimal now supports function signatures. by Stefan Krah · 11 years ago
  34. b151f8f Issue #10650: Remove the non-standard 'watchexp' parameter from the by Stefan Krah · 11 years ago
  35. 8fb74a3 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 11 years ago
  36. f1d4e42 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 11 years ago
  37. 0f533ac Avoid UnicodeEncodeError by only printing ASCII. by Zachary Ware · 12 years ago
  38. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  39. 45059eb 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects by Stefan Krah · 12 years ago
  40. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 12 years ago
  41. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 12 years ago
  42. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 12 years ago
  43. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  44. eb8c451 Since the return type of format() is not a Decimal, raise ValueError instead of by Stefan Krah · 13 years ago
  45. 59a4a93 Issue #16422: Use strings for rounding mode constants for better readability by Stefan Krah · 13 years ago
  46. 9a4ff43 Issue #15783: Support None default values in the Context() constructor. by Stefan Krah · 13 years ago
  47. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 13 years ago
  48. 6e46704 Accept Unicode legacy strings in the Decimal constructor. by Stefan Krah · 13 years ago
  49. 0f82b76 Issue #16431: Finally, consider all permutations. by Stefan Krah · 13 years ago
  50. ed16eff Issue #16431: Also fix the opposite direction. by Stefan Krah · 13 years ago
  51. f4abc7b Issue #16431: Use the type information when constructing a Decimal subtype by Stefan Krah · 13 years ago
  52. 8a491a8 Closes #16080: The decorator ignores failed attempts to set the required by Stefan Krah · 13 years ago
  53. 6fb204a Issue #16080: Use run_with_locale() decorator to reset the locale properly. by Stefan Krah · 13 years ago
  54. 76e1217 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 13 years ago
  55. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 13 years ago
  56. ff3eca0 Allow printing a leading '-' and the maximum number of exponent digits by Stefan Krah · 13 years ago
  57. 0774e9b Raise InvalidOperation if exponents of zeros are clamped during exact by Stefan Krah · 13 years ago
  58. 9d28010 Testing the implicit initialization of the thread local context on first by Stefan Krah · 13 years ago
  59. 38548ad Whitespace. by Stefan Krah · 13 years ago
  60. 5100171 Clear the context flags if a context is initialized from the DefaultContext. by Stefan Krah · 13 years ago
  61. fe17b2b Raise MemoryError instead of InvalidOperation/MallocError for compatibility by Stefan Krah · 13 years ago
  62. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 13 years ago
  63. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 13 years ago
  64. 1129084 Issue #26621: Remove unnecessary test. by Stefan Krah · 9 years ago
  65. 39411f6 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. by Mark Dickinson · 14 years ago
  66. b455e58 Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation by Mark Dickinson · 14 years ago
  67. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 14 years ago
  68. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  69. 3ab08ca Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. by Eric Smith · 15 years ago
  70. 984bb58 Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. by Eric Smith · 15 years ago
  71. d325c4b Revert r86517 by Raymond Hettinger · 15 years ago
  72. d8b661d Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError. by Stefan Krah · 15 years ago
  73. dc817b2 Issue #10356: Decimal(-1).__hash__() should equal hash(Decimal(-1)). by Stefan Krah · 15 years ago
  74. ea5d827 Merged revisions 85503 via svnmerge from by Antoine Pitrou · 15 years ago
  75. 92f60ed More proper closing of files by Antoine Pitrou · 15 years ago
  76. 0390f50 Merged revisions 82646,82649-82650 via svnmerge from by Mark Dickinson · 15 years ago
  77. 247900c In test_decimal, convert heuristic for skipping tests into an explicit skiplist. by Mark Dickinson · 15 years ago
  78. b1d8e32 #Issue 8540: Make Context._clamp attribute public in decimal module. by Mark Dickinson · 15 years ago
  79. ece0697 Merged revisions 80755 via svnmerge from by Mark Dickinson · 15 years ago
  80. c69160e Merged revisions 80753 via svnmerge from by Mark Dickinson · 15 years ago
  81. 6607d51 Merged revisions 79678 via svnmerge from by Ezio Melotti · 15 years ago
  82. ac256ab Merged revisions 79583,79588-79589 via svnmerge from by Mark Dickinson · 15 years ago
  83. 9679859 Issue 8257: Decimal constructor to accept float argument. by Raymond Hettinger · 15 years ago
  84. 503ab33 Merged revisions 79502 via svnmerge from by Antoine Pitrou · 15 years ago
  85. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
  86. 84230a1 Merged revisions 78217-78218 via svnmerge from by Mark Dickinson · 15 years ago
  87. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 16 years ago
  88. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 16 years ago
  89. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 16 years ago
  90. 9050bb2 Merged revisions 75947 via svnmerge from by Mark Dickinson · 16 years ago
  91. a2d1fe0 Merged revisions 75943-75945 via svnmerge from by Mark Dickinson · 16 years ago
  92. d08fb83 Merged revisions 75287 via svnmerge from by Mark Dickinson · 16 years ago
  93. 8a54653 Merged revisions 75286 via svnmerge from by Mark Dickinson · 16 years ago
  94. 46ab5d0 Merged revisions 74723 via svnmerge from by Mark Dickinson · 16 years ago
  95. 8fde3da Merged revisions 74709 via svnmerge from by Mark Dickinson · 16 years ago
  96. 825fce3 Merged revisions 74708 via svnmerge from by Mark Dickinson · 16 years ago
  97. d496d30 Merged revisions 74706 via svnmerge from by Mark Dickinson · 16 years ago
  98. 7718d2b Merged revisions 74704 via svnmerge from by Mark Dickinson · 16 years ago
  99. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 16 years ago
  100. 8d23829 Merged revisions 74279 via svnmerge from by Mark Dickinson · 16 years ago