1. 2c0b5c6 bpo-30055: add testcleanup to leave a fresh context (#1094) by Marco Buttu · 7 years ago
  2. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  3. 5dd2b86 merge by Raymond Hettinger · 8 years ago
  4. f6ffa98 Issue #27720: Fix error in eng_to_decimal docs and add examples from the specification. by Raymond Hettinger · 8 years ago
  5. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  6. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  7. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  8. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  9. 3902d62 merge with 3.5 by Georg Brandl · 8 years ago
  10. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  11. 53f2e0a Issue #25928: Add Decimal.as_integer_ratio(). Python parts and docs by by Stefan Krah · 9 years ago
  12. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  13. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  14. fbd011d Fix minor docs markup errors. by Serhiy Storchaka · 9 years ago
  15. b19542d Fix minor docs markup errors. by Serhiy Storchaka · 9 years ago
  16. b151f8f Issue #10650: Remove the non-standard 'watchexp' parameter from the by Stefan Krah · 10 years ago
  17. 2e3743c #13437: link to the source code for a few more modules by Andrew Kuchling · 10 years ago
  18. 22dc4d5 Issue #19794: Improved markup for True/False constants. by Serhiy Storchaka · 11 years ago
  19. 040e311 Issue #15783: Except for the number methods, the C version of decimal now by Stefan Krah · 12 years ago
  20. eb54deb Merge typo fix from 3.2. by Mark Dickinson · 12 years ago
  21. ec96724 Typo fix. by Mark Dickinson · 12 years ago
  22. f56c361 Issue #12005: merge doc patch from 3.2 by Mark Dickinson · 12 years ago
  23. a3f3740 Issue #12005: clarify behaviour of % and // for Decimal objects. by Mark Dickinson · 12 years ago
  24. d3405ed Issue #16348: merge fix from 3.2. by Mark Dickinson · 12 years ago
  25. 6ae568b Issue #16348: Fix incorrect documentation for Decimal.remainder_near. by Mark Dickinson · 12 years ago
  26. af3f3a7 Closes #10650: Deprecate the watchexp parameter of Decimal.quantize(). by Stefan Krah · 12 years ago
  27. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 12 years ago
  28. 851a07e Document decimal.MIN_ETINY. by Stefan Krah · 12 years ago
  29. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 12 years ago
  30. a931463 #13730 grammar fix by Terry Jan Reedy · 13 years ago
  31. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  32. 287d1fd Issue #10225: Fixed the simple mistakes in doctests. by Alexander Belopolsky · 14 years ago
  33. 0ab10e4 Issue #10813: Small improvement to decimal money format recipe. by Raymond Hettinger · 14 years ago
  34. b2b2382 Fix capitalization. by Mark Dickinson · 14 years ago
  35. 2a1e3e2 Issue #7770: Note the useful range of sin/cos in the decimal module examples. by Raymond Hettinger · 14 years ago
  36. 43ef32a Issue 10297: Add missing import in decimal example snippet. by Mark Dickinson · 14 years ago
  37. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  38. 08ade6f Issue #8188: Comparisons between Decimal objects and other numeric by Mark Dickinson · 14 years ago
  39. a119393 Merged revisions 81598 via svnmerge from by Stefan Krah · 14 years ago
  40. b1d8e32 #Issue 8540: Make Context._clamp attribute public in decimal module. by Mark Dickinson · 14 years ago
  41. cfe0af4c Merged revisions 79768 via svnmerge from by Ezio Melotti · 14 years ago
  42. e534a07 Merged revisions 79756 via svnmerge from by Mark Dickinson · 14 years ago
  43. 993a5ee Fix versionchanged from 2.7 to 3.2 in decimal.rst. by Ezio Melotti · 14 years ago
  44. ac256ab Merged revisions 79583,79588-79589 via svnmerge from by Mark Dickinson · 14 years ago
  45. 9679859 Issue 8257: Decimal constructor to accept float argument. by Raymond Hettinger · 14 years ago
  46. 5961b0e Merged revisions 78312 via svnmerge from by Mark Dickinson · 14 years ago
  47. 5d233fd Remove references to the 'long' type in py3k decimal docs. by Mark Dickinson · 14 years ago
  48. 84230a1 Merged revisions 78217-78218 via svnmerge from by Mark Dickinson · 14 years ago
  49. 345adc4 Issue #6595: Allow Decimal constructor to accept non-European decimal digits, as recommended by the specification. by Mark Dickinson · 15 years ago
  50. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  51. 260484d Merged revisions 73665,73693,73704-73705,73707,73712-73713,73824 via svnmerge from by Alexandre Vassalotti · 15 years ago
  52. 8dad7df Corrections to decimal flying circus: round returns a Decimal; by Mark Dickinson · 15 years ago
  53. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  54. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  55. d258d1e Update decimal docs for the new floating point repr(). by Raymond Hettinger · 15 years ago
  56. 960dc36 Update links and version info. by Raymond Hettinger · 15 years ago
  57. c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 15 years ago
  58. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  59. 36ab1ef Merged revisions 68219 via svnmerge from by Georg Brandl · 16 years ago
  60. 45f5337 Merged revisions 68214-68215,68217-68218 via svnmerge from by Georg Brandl · 16 years ago
  61. 771ed76 Issue 4796: Add from_float methods to the decimal module. by Raymond Hettinger · 16 years ago
  62. 05f5ab7 Remove references to __cmp__. by Georg Brandl · 16 years ago
  63. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 16 years ago
  64. 789bdf0 Reviewed and updated the documentation. Fixes #3017. by Facundo Batista · 16 years ago
  65. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  66. e41251e Merged revisions 62490 via svnmerge from by Benjamin Peterson · 16 years ago
  67. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  68. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  69. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  70. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  71. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  72. 68f5fbe Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60766,60769-60786 via svnmerge from by Christian Heimes · 16 years ago
  73. 3feef61 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60706,60708-60712,60714-60724 via svnmerge from by Christian Heimes · 17 years ago
  74. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 17 years ago
  75. 66cb7d4 Simplify float conversion recipe. by Raymond Hettinger · 17 years ago
  76. 86173da Context flags get set, not incremented. by Raymond Hettinger · 17 years ago
  77. a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
  78. 25bb783 Merged revisions 59883-59920 via svnmerge from by Christian Heimes · 17 years ago
  79. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  80. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  81. 6554cb9 Remove a few merged versionadded/changed. by Georg Brandl · 17 years ago
  82. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  83. 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
  84. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  85. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  86. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  87. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  88. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago