1. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  2. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  3. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  4. 0c67312 Issue #7233: A number of two-argument Decimal methods were failing to by Mark Dickinson · 16 years ago
  5. 539bff4 Update decimal test data to the most recent set from Mike Cowlishaw. by Mark Dickinson · 16 years ago
  6. 5cfa804 Issue #6857: Fix Decimal formatting to be consistent with existing float by Mark Dickinson · 16 years ago
  7. 968f169 #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext. by Mark Dickinson · 16 years ago
  8. 491ea55 Issue #6850: Fix bug in Decimal._parse_format_specifier for formats by Mark Dickinson · 16 years ago
  9. 4326ad8 Issue #6595: Allow Decimal constructor to accept non-European decimal by Mark Dickinson · 16 years ago
  10. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  11. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  12. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  13. b14514a Fix bug in _insert_thousands_sep: too much zero padding could be by Mark Dickinson · 16 years ago
  14. 277859d Issue #2110: Add support for thousands separator and 'n' format specifier by Mark Dickinson · 16 years ago
  15. b065e52 Fix bug in Decimal __format__ method that swapped left and right alignment. by Mark Dickinson · 16 years ago
  16. 2c8585b Register decimals as numbers.Number by Raymond Hettinger · 17 years ago
  17. da62f81 Remove an unnecessary check from test_decimal. by Mark Dickinson · 17 years ago
  18. f4d8597 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 17 years ago
  19. 70c3289 Replace occurrences of '\d' with '[0-9]' in Decimal regex, to make sure by Mark Dickinson · 17 years ago
  20. ee340e5 Fixed some test structures. Thanks Mark Dickinson. by Facundo Batista · 17 years ago
  21. 95287fa Remove some from __future__ import with_statements by Benjamin Peterson · 17 years ago
  22. 8e85ffa Issue #2482: Make sure that the coefficient of a Decimal by Mark Dickinson · 17 years ago
  23. 3b24ccb Issue #2478: Decimal(sqrt(0)) failed when the decimal context by Mark Dickinson · 17 years ago
  24. 6415667 Small fix that complicated the test actually when that test failed. by Facundo Batista · 17 years ago
  25. 1ddf1d8 Add __format__ method to Decimal, to support PEP 3101 by Mark Dickinson · 17 years ago
  26. abe3237 Fix decimal repr which should have used single quotes like other reprs. by Raymond Hettinger · 17 years ago
  27. 2fc9263 Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN by Mark Dickinson · 18 years ago
  28. ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 18 years ago
  29. 5a05364 Add support for trunc(). by Raymond Hettinger · 18 years ago
  30. 59bc20b Issue 1780: Allow leading and trailing whitespace in Decimal constructor, by Mark Dickinson · 18 years ago
  31. 52b2579 Issue #1757: The hash of a Decimal instance is no longer affected by Facundo Batista · 18 years ago
  32. 72bc54f Major change in the internal structure of the Decimal by Facundo Batista · 18 years ago
  33. 9b5e231 The constructor from tuple was way too permissive: it allowed bad by Facundo Batista · 18 years ago
  34. 1a191df Made the various is_* operations return booleans. This was discussed by Facundo Batista · 18 years ago
  35. 8c20244 Issue #1772851. Optimization of __hash__ to behave better for big big numbers. by Facundo Batista · 18 years ago
  36. b3e6e8c Fix obvious typo in threaded test. by Thomas Wouters · 18 years ago
  37. 6c398da The methods always return Decimal classes, even if they're by Facundo Batista · 18 years ago
  38. 353750c Merged the decimal-branch (revisions 54886 to 58140). Decimal is now by Facundo Batista · 18 years ago
  39. ced1218 Make decimal.ContextManager a private implementation detail of decimal.localcontext() by Nick Coghlan · 19 years ago
  40. 8b6999b Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5) by Nick Coghlan · 19 years ago
  41. ce4a9c9 Fix tests so they pass in -R mode by Neal Norwitz · 19 years ago
  42. 46cc702 test_main(): Restore the decimal context that was in by Tim Peters · 19 years ago
  43. 4ef3a23 whitespace normalisation by Anthony Baxter · 19 years ago
  44. 96c3f7f Make test_decimal work with -Qnew. by Georg Brandl · 19 years ago
  45. 267b868 * Fix decimal's handling of foreign types. Now returns NotImplemented by Raymond Hettinger · 20 years ago
  46. bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 20 years ago
  47. 7e71fa5 Bug #1083645 by Raymond Hettinger · 21 years ago
  48. 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 21 years ago
  49. ed20ad8 Change the strategy for coping with time intensive tests from by Raymond Hettinger · 21 years ago
  50. f04d8a8 There are no longer any special case test skips. by Raymond Hettinger · 21 years ago
  51. f63ba43 * Dynamically build a list of files to be tested (necessary because by Raymond Hettinger · 21 years ago
  52. 955d2b2 Add a test for Context.copy(). by Raymond Hettinger · 21 years ago
  53. b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 21 years ago
  54. fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 21 years ago
  55. bf44069 Improve Context construction and representation: by Raymond Hettinger · 21 years ago
  56. d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 21 years ago
  57. 5aa478b Module and tests: by Raymond Hettinger · 21 years ago
  58. 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 21 years ago
  59. 5548be2 Test the logic for int(d). by Raymond Hettinger · 21 years ago
  60. 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 21 years ago
  61. d9c0a7a Work through several open todos: by Raymond Hettinger · 21 years ago
  62. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 21 years ago