1. 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
  2. cd873fc Put an extra space into the repr of a Fraction: by Mark Dickinson · 17 years ago
  3. 03d3abf The test requires the network resource by Christian Heimes · 17 years ago
  4. d058cd2 Rename rational.Rational to fractions.Fraction, to avoid name clash by Mark Dickinson · 17 years ago
  5. ba99c58 The new default protocol is two. by Raymond Hettinger · 17 years ago
  6. da614dc Complete an open todo on pickletools -- add a pickle optimizer. by Raymond Hettinger · 17 years ago
  7. 900b783 Remove reference to Rational by Mark Dickinson · 17 years ago
  8. a5a9a73 whoops - revert by Skip Montanaro · 17 years ago
  9. c376f20 Get the saying right. ;-) by Skip Montanaro · 17 years ago
  10. 3a94ee0 Typos in decimal comment and documentation by Mark Dickinson · 17 years ago
  11. a941d2d Block r60713 with svnmerge. by Eric Smith · 17 years ago
  12. dd47aae Forgot to modify header file in r60707. by Eric Smith · 17 years ago
  13. 74d0914 Turn classmethods into staticmethods, and avoid calling the constructor by Mark Dickinson · 17 years ago
  14. ac094dc Add missing NEWS entry for r60695 by Nick Coghlan · 17 years ago
  15. 13a7075 Clarify that decimal also supports fixed-point arithmetic. by Raymond Hettinger · 17 years ago
  16. 3889bfe r60707 does not need porting to py3k from trunk. by Eric Smith · 17 years ago
  17. 5e527eb Added PyNumber_ToBase and supporting routines _PyInt_Format and by Eric Smith · 17 years ago
  18. 14a1b8c Fix for newest doctools. by Georg Brandl · 17 years ago
  19. 3abc6d6 Fix link. by Georg Brandl · 17 years ago
  20. c207c71 Docs are rst now. by Georg Brandl · 17 years ago
  21. 8e8e56c Needs only 2.4 now. by Georg Brandl · 17 years ago
  22. a822314 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,60696-60698 via svnmerge from by Christian Heimes · 17 years ago
  23. 3ecfea71 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-60695 via svnmerge from by Christian Heimes · 17 years ago
  24. 95d6447 Issue #1706: Require Windows 2000+ by Christian Heimes · 17 years ago
  25. 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 · 17 years ago
  26. 8c6c12c Temporarily disable this test. It's been broken for a week. by Raymond Hettinger · 17 years ago
  27. bfd0612 MappingView is Sized. by Raymond Hettinger · 17 years ago
  28. 2cd9bf5 Metaclass declaration is inherited by Raymond Hettinger · 17 years ago
  29. 17a74c3 Add -3 warnings that set.copy(), dict.copy(), and defaultdict.copy() will go away in Py3.x by Raymond Hettinger · 17 years ago
  30. ad3f332 Merge r60673 by Raymond Hettinger · 17 years ago
  31. 0dbdab2 Add another usage note for collections.Set by Raymond Hettinger · 17 years ago
  32. 2e827bf Merge with r60683. by Raymond Hettinger · 17 years ago
  33. 7aebb64 Document how to use Set and MutableSet as a mixin. by Raymond Hettinger · 17 years ago
  34. 74b6495 Merge r60679 by Raymond Hettinger · 17 years ago
  35. 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
  36. 409fb2c Finish the collections ABC table. by Raymond Hettinger · 17 years ago
  37. c2bc0d1 Make ABC containers inherit as documented. by Raymond Hettinger · 17 years ago
  38. 7190942 Merge r60674 an 60675. by Raymond Hettinger · 17 years ago
  39. 7e33663 Add advice on choosing between DictMixin and MutableMapping by Raymond Hettinger · 17 years ago
  40. c1b6a4a Smalls improvement to example in the docs for collections ABCs. by Raymond Hettinger · 17 years ago
  41. d53f1c4 Fill-in missing Set comparisons by Raymond Hettinger · 17 years ago
  42. 18a1ffc Speed-up __iter__() mixin method. by Raymond Hettinger · 17 years ago
  43. 0913166 Remove unnecessary modulo division. by Raymond Hettinger · 17 years ago
  44. 01612e7 Update big5hkscs codec to conform to the HKSCS:2004 revision. by Hye-Shik Chang · 17 years ago
  45. 8eed449 Tiny grammatical fix. by Mark Summerfield · 17 years ago
  46. 27d3394 Oops! 2.6's Rational.__ne__ didn't work. by Jeffrey Yasskin · 17 years ago
  47. 3e5f8a6 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 17 years ago
  48. b01aa43 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 17 years ago
  49. 48397d6 Use prefix decrement by Christian Heimes · 17 years ago
  50. f75dbef Deallocate content of the dict free list on interpreter shutdown by Christian Heimes · 17 years ago
  51. 8352585 Make sure a switch statement does not have repetitive case statements. by Brett Cannon · 17 years ago
  52. 23bdcc9 Fix typo by Raymond Hettinger · 17 years ago
  53. 66cb7d4 Simplify float conversion recipe. by Raymond Hettinger · 17 years ago
  54. ff1f973 The float conversion recipe is simpler in Py2.6 by Raymond Hettinger · 17 years ago
  55. ec4301e Backport r60653: Fix typo in docstring for Calendar.itermonthdays(). by Walter Dörwald · 17 years ago
  56. d0e5b76 Fix typo in docstring for Calendar.itermonthdays(). by Walter Dörwald · 17 years ago
  57. 9e5e027 Backport LaTex version of r60651: by Walter Dörwald · 17 years ago
  58. a53800e Fix documentation for Calendar.iterweekdays(): firstweekday is a property. by Walter Dörwald · 17 years ago
  59. 902af8d Backport LaTeX version of r60649: by Walter Dörwald · 17 years ago
  60. 97bf449 Clarify that the output of TextCalendar.formatmonth() and by Walter Dörwald · 17 years ago
  61. 86371d6 Fixes Issue 1401. When redirected, a possible POST get converted by Facundo Batista · 17 years ago
  62. 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 · 17 years ago
  63. 9521f08 Fixes issue 2026. Tests converted to unittest. Thanks Giampaolo Rodola. by Facundo Batista · 17 years ago
  64. 8d11930 Update URL by Andrew M. Kuchling · 17 years ago
  65. 687af0d Remove unnecessary curly braces around an int literal. by Brett Cannon · 17 years ago
  66. a6c41bc Cast a struct to a void pointer so as to do a type-safe pointer comparison by Brett Cannon · 17 years ago
  67. 882a416 Merge r60628, r60631, and r60633. Register UserList and UserString will the appropriate ABCs. by Raymond Hettinger · 17 years ago
  68. 017b6a3 Merge 60627. by Raymond Hettinger · 17 years ago
  69. 55285ef Return ints instead of longs for tuple.count() and tuple.index(). by Raymond Hettinger · 17 years ago
  70. 00c2e65 IEEE 754 should be IEEE 854; give precise reference for by Mark Dickinson · 17 years ago
  71. ff6672f Fix broken link in decimal documentation. by Mark Dickinson · 17 years ago
  72. 5b07ebc Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collections.Sequence. by Raymond Hettinger · 17 years ago
  73. 65baa34 Issue 2025: Add index() and count() methods to tuple so that it will follow by Raymond Hettinger · 17 years ago
  74. 3c3d9ac Revert accidental changes to test_queue in r60605. by Georg Brandl · 17 years ago
  75. 2f653c1 Reversed UserLists are not required to support __length_hint__. by Raymond Hettinger · 17 years ago
  76. bafa942 Remove incorrect usage of :const: in documentation. by Mark Dickinson · 17 years ago
  77. 6cc14a0 MutableSequence requires an insert() method. by Raymond Hettinger · 17 years ago
  78. 2fc9263 Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN by Mark Dickinson · 17 years ago
  79. b8b6d3e Let the world know that UserList is a MutableSequence. by Raymond Hettinger · 17 years ago
  80. 8284c4a Fix-up the _from_iterable() method to return instances of the subclass where it is used. by Raymond Hettinger · 17 years ago
  81. 55b8c3e Fixed refcounts and error handling. by Thomas Heller · 17 years ago
  82. 527bf3a Fix the way methods are created for the _ctypes.COMError exception by Thomas Heller · 17 years ago
  83. ebcee3f Fix-up the collections docs. by Raymond Hettinger · 17 years ago
  84. 5af2f74 Fixes issue 1959. Converted tests to unittest. Thanks Giampaolo Rodola. by Facundo Batista · 17 years ago
  85. e69f2bd Remove month parameter from Calendar.yeardatescalendar(), by Walter Dörwald · 17 years ago
  86. c16c57c Remove month parameter from Calendar.yeardatescalendar(), by Walter Dörwald · 17 years ago
  87. 2202f87 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,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 17 years ago
  88. 5b970ad Unified naming convention for free lists and their limits. All free lists by Christian Heimes · 17 years ago
  89. 8f2d006 Fixed a table and a title that were broken. by Mark Summerfield · 17 years ago
  90. 6075a82 Limit free list of method and builtin function objects to 256 entries each. by Christian Heimes · 17 years ago
  91. 45eda64 Sync-up with Py3k work. by Raymond Hettinger · 17 years ago
  92. e4c96ad Update docs for collections ABCs and for collections.UserDict. by Raymond Hettinger · 17 years ago
  93. 0fc8351 Remove the old UserDict module. by Raymond Hettinger · 17 years ago
  94. f80680d Migrate remaining tests from UserDict.UserDict to collections.UserDict. by Raymond Hettinger · 17 years ago
  95. 554c8b8 Convert test_userdict to use the collections.UserDict. by Raymond Hettinger · 17 years ago
  96. f01fe69 Fix. by Georg Brandl · 17 years ago
  97. db02844 Respect EOL 80. by Georg Brandl · 17 years ago
  98. b709077 * Use the same code to profile for test_profile and test_cprofile. by Georg Brandl · 17 years ago
  99. 3c0f309 correct object name by Skip Montanaro · 17 years ago
  100. d86c7e5 Actually run the test. by Georg Brandl · 17 years ago