1. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  2. e95dfc5 bpo-33750: Reset thread-local context precision in test_round(). (#7355) by Stefan Krah · 6 years ago
  3. 18e95b4 bpo-31234: Join threads in tests (#3572) by Victor Stinner · 7 years ago
  4. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  5. d6debb2 bpo-29919: Remove unused imports found by pyflakes (#137) by Victor Stinner · 7 years ago
  6. 6d1dece Fixed #29534 - _decimal difference with _pydecimal (#65) by Andrew Nester · 7 years ago
  7. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  8. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  9. 243d8a7 Merge 3.5. by Stefan Krah · 8 years ago
  10. 8c126f1 Issue #26974: Fix segfault in the presence of absurd subclassing. Proactively by Stefan Krah · 8 years ago
  11. 8113f49 Merge 3.5. by Stefan Krah · 8 years ago
  12. 6817c59 Issue #27006: from_float(): call the subclass' __new__() and __init__(). by Stefan Krah · 8 years ago
  13. 66e9d03 Issue #26621: Update libmpdec version and remove unnecessary test case. by Stefan Krah · 8 years ago
  14. 53f2e0a Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by by Stefan Krah · 9 years ago
  15. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  16. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  17. b578f8a Issue #19232: Speed up decimal import. Additionally, since _decimal is by Stefan Krah · 10 years ago
  18. 9ea83cf Merge 3.4. by Stefan Krah · 10 years ago
  19. 298131a Issue #22090: Fix '%' formatting for infinities and NaNs. by Stefan Krah · 10 years ago
  20. e7e1375 Issue #18492: Merge with 3.4 by Zachary Ware · 10 years ago
  21. 66f2928 Issue #18492: Allow all resources when tests are not run by regrtest.py. by Zachary Ware · 10 years ago
  22. 6b794b8 Fix typo and tests without docstrings. by Stefan Krah · 10 years ago
  23. 5de1f82 Issue #21407: _decimal now supports function signatures. by Stefan Krah · 10 years ago
  24. b151f8f Issue #10650: Remove the non-standard 'watchexp' parameter from the by Stefan Krah · 10 years ago
  25. 8fb74a3 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 10 years ago
  26. f1d4e42 Issue #21374: Fix pickling of DecimalTuple. by Stefan Krah · 10 years ago
  27. 0f533ac Avoid UnicodeEncodeError by only printing ASCII. by Zachary Ware · 11 years ago
  28. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  29. 45059eb 1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects by Stefan Krah · 11 years ago
  30. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  31. 891ca9e Backport bff16086f03b and bcaaaa00425b. by Stefan Krah · 11 years ago
  32. 6edda14 Issue #17768: Support newline fill character in decimal.py and NUL fill by Stefan Krah · 11 years ago
  33. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  34. eb8c451 Since the return type of format() is not a Decimal, raise ValueError instead of by Stefan Krah · 11 years ago
  35. 59a4a93 Issue #16422: Use strings for rounding mode constants for better readability by Stefan Krah · 12 years ago
  36. 9a4ff43 Issue #15783: Support None default values in the Context() constructor. by Stefan Krah · 12 years ago
  37. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  38. 6e46704 Accept Unicode legacy strings in the Decimal constructor. by Stefan Krah · 12 years ago
  39. 0f82b76 Issue #16431: Finally, consider all permutations. by Stefan Krah · 12 years ago
  40. ed16eff Issue #16431: Also fix the opposite direction. by Stefan Krah · 12 years ago
  41. f4abc7b Issue #16431: Use the type information when constructing a Decimal subtype by Stefan Krah · 12 years ago
  42. 8a491a8 Closes #16080: The decorator ignores failed attempts to set the required by Stefan Krah · 12 years ago
  43. 6fb204a Issue #16080: Use run_with_locale() decorator to reset the locale properly. by Stefan Krah · 12 years ago
  44. 76e1217 Issue #15882: Change _decimal to accept any coefficient tuple when by Stefan Krah · 12 years ago
  45. fc33d4c Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs. by Mark Dickinson · 12 years ago
  46. ff3eca0 Allow printing a leading '-' and the maximum number of exponent digits by Stefan Krah · 12 years ago
  47. 0774e9b Raise InvalidOperation if exponents of zeros are clamped during exact by Stefan Krah · 12 years ago
  48. 9d28010 Testing the implicit initialization of the thread local context on first by Stefan Krah · 12 years ago
  49. 38548ad Whitespace. by Stefan Krah · 12 years ago
  50. 5100171 Clear the context flags if a context is initialized from the DefaultContext. by Stefan Krah · 12 years ago
  51. fe17b2b Raise MemoryError instead of InvalidOperation/MallocError for compatibility by Stefan Krah · 12 years ago
  52. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 12 years ago
  53. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  54. 1129084 Issue #26621: Remove unnecessary test. by Stefan Krah · 8 years ago
  55. 39411f6 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. by Mark Dickinson · 13 years ago
  56. b455e58 Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation by Mark Dickinson · 13 years ago
  57. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  58. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  59. 3ab08ca Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. by Eric Smith · 14 years ago
  60. 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 · 14 years ago
  61. d325c4b Revert r86517 by Raymond Hettinger · 14 years ago
  62. d8b661d Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError. by Stefan Krah · 14 years ago
  63. dc817b2 Issue #10356: Decimal(-1).__hash__() should equal hash(Decimal(-1)). by Stefan Krah · 14 years ago
  64. ea5d827 Merged revisions 85503 via svnmerge from by Antoine Pitrou · 14 years ago
  65. 92f60ed More proper closing of files by Antoine Pitrou · 14 years ago
  66. 0390f50 Merged revisions 82646,82649-82650 via svnmerge from by Mark Dickinson · 14 years ago
  67. 247900c In test_decimal, convert heuristic for skipping tests into an explicit skiplist. by Mark Dickinson · 14 years ago
  68. b1d8e32 #Issue 8540: Make Context._clamp attribute public in decimal module. by Mark Dickinson · 14 years ago
  69. ece0697 Merged revisions 80755 via svnmerge from by Mark Dickinson · 14 years ago
  70. c69160e Merged revisions 80753 via svnmerge from by Mark Dickinson · 14 years ago
  71. 6607d51 Merged revisions 79678 via svnmerge from by Ezio Melotti · 14 years ago
  72. ac256ab Merged revisions 79583,79588-79589 via svnmerge from by Mark Dickinson · 14 years ago
  73. 9679859 Issue 8257: Decimal constructor to accept float argument. by Raymond Hettinger · 14 years ago
  74. 503ab33 Merged revisions 79502 via svnmerge from by Antoine Pitrou · 14 years ago
  75. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  76. 84230a1 Merged revisions 78217-78218 via svnmerge from by Mark Dickinson · 14 years ago
  77. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  78. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  79. 5c2db37 Issue #7435: Remove duplicate int/long tests, and other by Mark Dickinson · 15 years ago
  80. 9050bb2 Merged revisions 75947 via svnmerge from by Mark Dickinson · 15 years ago
  81. a2d1fe0 Merged revisions 75943-75945 via svnmerge from by Mark Dickinson · 15 years ago
  82. d08fb83 Merged revisions 75287 via svnmerge from by Mark Dickinson · 15 years ago
  83. 8a54653 Merged revisions 75286 via svnmerge from by Mark Dickinson · 15 years ago
  84. 46ab5d0 Merged revisions 74723 via svnmerge from by Mark Dickinson · 15 years ago
  85. 8fde3da Merged revisions 74709 via svnmerge from by Mark Dickinson · 15 years ago
  86. 825fce3 Merged revisions 74708 via svnmerge from by Mark Dickinson · 15 years ago
  87. d496d30 Merged revisions 74706 via svnmerge from by Mark Dickinson · 15 years ago
  88. 7718d2b Merged revisions 74704 via svnmerge from by Mark Dickinson · 15 years ago
  89. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  90. 8d23829 Merged revisions 74279 via svnmerge from by Mark Dickinson · 15 years ago
  91. 345adc4 Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as recommended by the specification. by Mark Dickinson · 15 years ago
  92. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  93. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  94. 7303b59 Merged revisions 70444 via svnmerge from by Mark Dickinson · 15 years ago
  95. 79f5203 Merged revisions 70439 via svnmerge from by Mark Dickinson · 15 years ago
  96. ad41634 Merged revisions 70430 via svnmerge from by Mark Dickinson · 15 years ago
  97. 82417ca Register decimals as numbers.Number by Raymond Hettinger · 15 years ago
  98. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 15 years ago
  99. 44e3bb6 Merged revisions 68499 via svnmerge from by Mark Dickinson · 16 years ago
  100. 771ed76 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 16 years ago