1. 50361d4 Fix markup. by Raymond Hettinger · 18 years ago
  2. d68bf02 Show how to remove exponents. by Raymond Hettinger · 18 years ago
  3. 27a90d9 Improve rst markup by Raymond Hettinger · 18 years ago
  4. 4631481 Add fixed-point examples to the decimal FAQ by Raymond Hettinger · 18 years ago
  5. 1b56324 Add diagnostic message to help figure-out why SocketServer tests occasionally crash by Raymond Hettinger · 18 years ago
  6. 339f5e3 Change simple instances (in Fraction) of self.numerator and self.denominator to by Jeffrey Yasskin · 18 years ago
  7. 1c214d6 Performance optimizations on Fraction's constructor. by Jeffrey Yasskin · 18 years ago
  8. abe3237 Fix decimal repr which should have used single quotes like other reprs. by Raymond Hettinger · 18 years ago
  9. ddb164a Update notes on Decimal. by Raymond Hettinger · 18 years ago
  10. ac45aff Bring NEWS.txt up to date from check-in msgs. by Kurt B. Kaiser · 18 years ago
  11. 4516451 Make the test somewhat clearer (I hope). by Thomas Heller · 18 years ago
  12. a06a1a8 Add pickle support to ctypes types. by Thomas Heller · 18 years ago
  13. 91a1dec Fix --enable-universalsdk and its comment line so that zsh's flag completion by Brett Cannon · 18 years ago
  14. 57bd60b Working on issue #1762: Brought by Jeffrey Yasskin · 18 years ago
  15. 0a40ffb #2063: correct order of utime and stime in os.times() result on Windows. by Georg Brandl · 18 years ago
  16. 5f8bd37 Replace R=fractions.Fraction with F=fractions.Fraction in by Mark Dickinson · 18 years ago
  17. 0aa52a1 Revert change in r60712: turn alternate constructors back into by Mark Dickinson · 18 years ago
  18. e1b8247 Implementation of Fraction.limit_denominator. by Mark Dickinson · 18 years ago
  19. a37430a dict.copy() rises from the ashes. Revert r60687. by Raymond Hettinger · 18 years ago
  20. dad88dc Patch #1966: Break infinite loop in httplib when the servers by Martin v. Löwis · 18 years ago
  21. 8d365c3 what??! Correct r60225. by Kurt B. Kaiser · 18 years ago
  22. e0d30ef Patch #1736: Fix file name handling of _msi.FCICreate. by Martin v. Löwis · 18 years ago
  23. 116f72f Bring decimal a bit closer to the spec for Reals. by Raymond Hettinger · 18 years ago
  24. 19a5c29 Fix typo in comments by Raymond Hettinger · 18 years ago
  25. 596fdd0 Restore fractions.rst to the document tree. by Raymond Hettinger · 18 years ago
  26. bc4ffc1 Backport ABC docs by Raymond Hettinger · 18 years ago
  27. 2ddbd80 Fix markup by Raymond Hettinger · 18 years ago
  28. 48688d8 Add notes on how decimal fits into the model. by Raymond Hettinger · 18 years ago
  29. 21290ea Add tests for pickletools.optimize(). by Raymond Hettinger · 18 years ago
  30. 6bf51da Make sure that xstar headers are read correctly. by Lars Gustäbel · 18 years ago
  31. 31f6bc0 No need to register classes that already inherit from ABCs. by Raymond Hettinger · 18 years ago
  32. cd873fc Put an extra space into the repr of a Fraction: by Mark Dickinson · 18 years ago
  33. 03d3abf The test requires the network resource by Christian Heimes · 18 years ago
  34. d058cd2 Rename rational.Rational to fractions.Fraction, to avoid name clash by Mark Dickinson · 18 years ago
  35. da614dc Complete an open todo on pickletools -- add a pickle optimizer. by Raymond Hettinger · 18 years ago
  36. 900b783 Remove reference to Rational by Mark Dickinson · 18 years ago
  37. a5a9a73 whoops - revert by Skip Montanaro · 18 years ago
  38. c376f20 Get the saying right. ;-) by Skip Montanaro · 18 years ago
  39. 3a94ee0 Typos in decimal comment and documentation by Mark Dickinson · 18 years ago
  40. dd47aae Forgot to modify header file in r60707. by Eric Smith · 18 years ago
  41. 74d0914 Turn classmethods into staticmethods, and avoid calling the constructor by Mark Dickinson · 18 years ago
  42. ac094dc Add missing NEWS entry for r60695 by Nick Coghlan · 18 years ago
  43. 13a7075 Clarify that decimal also supports fixed-point arithmetic. by Raymond Hettinger · 18 years ago
  44. 5e527eb Added PyNumber_ToBase and supporting routines _PyInt_Format and by Eric Smith · 18 years ago
  45. 14a1b8c Fix for newest doctools. by Georg Brandl · 18 years ago
  46. 3abc6d6 Fix link. by Georg Brandl · 18 years ago
  47. c207c71 Docs are rst now. by Georg Brandl · 18 years ago
  48. 8e8e56c Needs only 2.4 now. by Georg Brandl · 18 years ago
  49. 95d6447 Issue #1706: Require Windows 2000+ by Christian Heimes · 18 years ago
  50. 97fac3e Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as context managers. (The NamedTemporaryFile fix should be considered for backporting to 2.5) by Nick Coghlan · 18 years ago
  51. 8c6c12c Temporarily disable this test. It's been broken for a week. by Raymond Hettinger · 18 years ago
  52. 2cd9bf5 Metaclass declaration is inherited by Raymond Hettinger · 18 years ago
  53. 17a74c3 Add -3 warnings that set.copy(), dict.copy(), and defaultdict.copy() will go away in Py3.x by Raymond Hettinger · 18 years ago
  54. 2e827bf Merge with r60683. by Raymond Hettinger · 18 years ago
  55. c2bc0d1 Make ABC containers inherit as documented. by Raymond Hettinger · 18 years ago
  56. 7e33663 Add advice on choosing between DictMixin and MutableMapping by Raymond Hettinger · 18 years ago
  57. d53f1c4 Fill-in missing Set comparisons by Raymond Hettinger · 18 years ago
  58. 18a1ffc Speed-up __iter__() mixin method. by Raymond Hettinger · 18 years ago
  59. 0913166 Remove unnecessary modulo division. by Raymond Hettinger · 18 years ago
  60. 01612e7 Update big5hkscs codec to conform to the HKSCS:2004 revision. by Hye-Shik Chang · 18 years ago
  61. 27d3394 Oops! 2.6's Rational.__ne__ didn't work. by Jeffrey Yasskin · 18 years ago
  62. b01aa43 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 18 years ago
  63. 48397d6 Use prefix decrement by Christian Heimes · 18 years ago
  64. f75dbef Deallocate content of the dict free list on interpreter shutdown by Christian Heimes · 18 years ago
  65. 8352585 Make sure a switch statement does not have repetitive case statements. by Brett Cannon · 18 years ago
  66. 23bdcc9 Fix typo by Raymond Hettinger · 18 years ago
  67. ff1f973 The float conversion recipe is simpler in Py2.6 by Raymond Hettinger · 18 years ago
  68. d0e5b76 Fix typo in docstring for Calendar.itermonthdays(). by Walter Dörwald · 18 years ago
  69. a53800e Fix documentation for Calendar.iterweekdays(): firstweekday is a property. by Walter Dörwald · 18 years ago
  70. 97bf449 Clarify that the output of TextCalendar.formatmonth() and by Walter Dörwald · 18 years ago
  71. 86371d6 Fixes Issue 1401. When redirected, a possible POST get converted by Facundo Batista · 18 years ago
  72. b4ee4a1 Added some statistics code to dict and list object code. I wanted to test how a larger freelist affects the reusage of freed objects. Contrary to my gut feelings 80 objects is more than fine for small apps. I haven't profiled a large app yet. by Christian Heimes · 18 years ago
  73. 9521f08 Fixes issue 2026. Tests converted to unittest. Thanks Giampaolo Rodola. by Facundo Batista · 18 years ago
  74. 8d11930 Update URL by Andrew M. Kuchling · 18 years ago
  75. 687af0d Remove unnecessary curly braces around an int literal. by Brett Cannon · 18 years ago
  76. a6c41bc Cast a struct to a void pointer so as to do a type-safe pointer comparison by Brett Cannon · 18 years ago
  77. 882a416 Merge r60628, r60631, and r60633. Register UserList and UserString will the appropriate ABCs. by Raymond Hettinger · 18 years ago
  78. 017b6a3 Merge 60627. by Raymond Hettinger · 18 years ago
  79. 55285ef Return ints instead of longs for tuple.count() and tuple.index(). by Raymond Hettinger · 18 years ago
  80. 00c2e65 IEEE 754 should be IEEE 854; give precise reference for by Mark Dickinson · 18 years ago
  81. ff6672f Fix broken link in decimal documentation. by Mark Dickinson · 18 years ago
  82. 5b07ebc Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collections.Sequence. by Raymond Hettinger · 18 years ago
  83. 3c3d9ac Revert accidental changes to test_queue in r60605. by Georg Brandl · 18 years ago
  84. bafa942 Remove incorrect usage of :const: in documentation. by Mark Dickinson · 18 years ago
  85. 2fc9263 Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN by Mark Dickinson · 18 years ago
  86. 55b8c3e Fixed refcounts and error handling. by Thomas Heller · 18 years ago
  87. 5af2f74 Fixes issue 1959. Converted tests to unittest. Thanks Giampaolo Rodola. by Facundo Batista · 18 years ago
  88. c16c57c Remove month parameter from Calendar.yeardatescalendar(), by Walter Dörwald · 18 years ago
  89. 5b970ad Unified naming convention for free lists and their limits. All free lists by Christian Heimes · 18 years ago
  90. 6075a82 Limit free list of method and builtin function objects to 256 entries each. by Christian Heimes · 18 years ago
  91. 45eda64 Sync-up with Py3k work. by Raymond Hettinger · 18 years ago
  92. b709077 * Use the same code to profile for test_profile and test_cprofile. by Georg Brandl · 18 years ago
  93. 3c0f309 correct object name by Skip Montanaro · 18 years ago
  94. d86c7e5 Actually run the test. by Georg Brandl · 18 years ago
  95. c2879c7 Issue 1951. Converts wave test cases to unittest. by Facundo Batista · 18 years ago
  96. 8ada177 Fix unittest conversion breakage. by Georg Brandl · 18 years ago
  97. 212861c In the experimental 'Scanner' feature, the group count was set wrong. by Guido van Rossum · 18 years ago
  98. 727a590 Update PEP URL. by Andrew M. Kuchling · 18 years ago
  99. 2db7cd3 Keep distutils Python 2.1 compatible (or even Python 2.4 in this case). by Marc-André Lemburg · 18 years ago
  100. 1cf0522 Convert external links to internal links. Fixes #2010. by Georg Brandl · 18 years ago