1. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  2. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  3. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  4. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  5. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  6. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  7. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  8. aa97f04 Fix various spots where int/long and str/unicode unification by Walter Dörwald · 17 years ago
  9. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  10. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  11. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  12. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  13. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  14. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  15. 030debb updated docstring on __bool__ to match behavior by Jack Diederich · 18 years ago
  16. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  17. 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
  18. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  19. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  20. bcc0db8 Get rid of remnants of integer division by Neal Norwitz · 18 years ago
  21. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  22. 1a5e21e Updates to the with-statement: by Guido van Rossum · 18 years ago
  23. f33d01d bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 19 years ago
  24. e5a0a96 Apply the _is_special guard. by Raymond Hettinger · 19 years ago
  25. eb26084 Minor namespace clean-up. by Raymond Hettinger · 19 years ago
  26. 267b868 * Fix decimal's handling of foreign types. Now returns NotImplemented by Raymond Hettinger · 19 years ago
  27. bea3f6f Bug #1163325: "special" decimals aren't hashable by Raymond Hettinger · 19 years ago
  28. 46b0802 Fix small grammatical error in a docstring. by Brett Cannon · 19 years ago
  29. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 19 years ago
  30. 7e71fa5 Bug #1083645 by Raymond Hettinger · 20 years ago
  31. 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 20 years ago
  32. 17931de SF patch #1053375. (Contributed by Facundo Batista.) by Raymond Hettinger · 20 years ago
  33. 99b5548 Very few little improvements. by Facundo Batista · 20 years ago
  34. 76e60d6 SF bug #1048728: Bug fixes and cleanup for decimal.py by Raymond Hettinger · 20 years ago
  35. abf8a56 Don't use mutable values for method defaults. by Raymond Hettinger · 20 years ago
  36. dab988d SF patch #1043218 by Raymond Hettinger · 20 years ago
  37. 4837a22 Use floor division operator. by Raymond Hettinger · 20 years ago
  38. 636a6b1 SF patch #1020845: Decimal performance enhancements by Raymond Hettinger · 20 years ago
  39. 27dbcf2 Establish policies with respect to 2.3 compatibilty and treated spec by Raymond Hettinger · 20 years ago
  40. d6c700a Revise max() and min() to comply with the 8/2/2004 update to the specification by Raymond Hettinger · 20 years ago
  41. 9fce44b * Context.copy() now makes a deepcopy. * Facilitate reloads of local thread. by Raymond Hettinger · 20 years ago
  42. 61992ef SF bug #1002530: test_decimal fails if repeated by Raymond Hettinger · 20 years ago
  43. ef66deb Use threading.local() instead of threading.currentThread(). by Raymond Hettinger · 20 years ago
  44. 99148e7 Factor out two unnecessary global variables. by Raymond Hettinger · 20 years ago
  45. b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 20 years ago
  46. fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 20 years ago
  47. bf44069 Improve Context construction and representation: by Raymond Hettinger · 20 years ago
  48. d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 20 years ago
  49. 5aa478b Module and tests: by Raymond Hettinger · 20 years ago
  50. bd7f76d Tim gets his default traps. by Raymond Hettinger · 20 years ago
  51. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  52. 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 20 years ago
  53. ca3cc2f * Update the todo list. * Make ConversionSyntax signals get trapped by default. by Raymond Hettinger · 20 years ago
  54. e0f1581 * Fixup docstrings * Make capitals default part of DefaultContext by Raymond Hettinger · 20 years ago
  55. 0ea241e Changed the rounding constant values to match their variable names. by Raymond Hettinger · 20 years ago
  56. b1b605e Fix clear_flags(). Make a readable (not evalable) Context repr. by Raymond Hettinger · 20 years ago
  57. 9ec3e3b Namespace cleanups: by Raymond Hettinger · 20 years ago
  58. 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 20 years ago
  59. d9c0a7a Work through several open todos: by Raymond Hettinger · 20 years ago
  60. 1f34eb1 fix small consistency nit by Fred Drake · 20 years ago
  61. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago