1. 1021cc6 No need to register classes that already inherit from ABCs. by Raymond Hettinger · 17 years ago
  2. 0dd1b63 Renamed test_format to test__format__, since it really tests the __format__ method. It was hiding another method of the same name. by Eric Smith · 17 years ago
  3. 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
  4. ba99c58 The new default protocol is two. by Raymond Hettinger · 17 years ago
  5. a941d2d Block r60713 with svnmerge. by Eric Smith · 17 years ago
  6. 3889bfe r60707 does not need porting to py3k from trunk. by Eric Smith · 17 years ago
  7. 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
  8. 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
  9. bfd0612 MappingView is Sized. by Raymond Hettinger · 17 years ago
  10. ad3f332 Merge r60673 by Raymond Hettinger · 17 years ago
  11. 0dbdab2 Add another usage note for collections.Set by Raymond Hettinger · 17 years ago
  12. 7aebb64 Document how to use Set and MutableSet as a mixin. by Raymond Hettinger · 17 years ago
  13. 74b6495 Merge r60679 by Raymond Hettinger · 17 years ago
  14. 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
  15. 409fb2c Finish the collections ABC table. by Raymond Hettinger · 17 years ago
  16. 7190942 Merge r60674 an 60675. by Raymond Hettinger · 17 years ago
  17. c1b6a4a Smalls improvement to example in the docs for collections ABCs. by Raymond Hettinger · 17 years ago
  18. 8eed449 Tiny grammatical fix. by Mark Summerfield · 17 years ago
  19. 66cb7d4 Simplify float conversion recipe. by Raymond Hettinger · 17 years ago
  20. 65baa34 Issue 2025: Add index() and count() methods to tuple so that it will follow by Raymond Hettinger · 17 years ago
  21. 2f653c1 Reversed UserLists are not required to support __length_hint__. by Raymond Hettinger · 17 years ago
  22. 6cc14a0 MutableSequence requires an insert() method. by Raymond Hettinger · 17 years ago
  23. b8b6d3e Let the world know that UserList is a MutableSequence. by Raymond Hettinger · 17 years ago
  24. 8284c4a Fix-up the _from_iterable() method to return instances of the subclass where it is used. by Raymond Hettinger · 17 years ago
  25. ebcee3f Fix-up the collections docs. by Raymond Hettinger · 17 years ago
  26. 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
  27. 8f2d006 Fixed a table and a title that were broken. by Mark Summerfield · 17 years ago
  28. e4c96ad Update docs for collections ABCs and for collections.UserDict. by Raymond Hettinger · 17 years ago
  29. 0fc8351 Remove the old UserDict module. by Raymond Hettinger · 17 years ago
  30. f80680d Migrate remaining tests from UserDict.UserDict to collections.UserDict. by Raymond Hettinger · 17 years ago
  31. 554c8b8 Convert test_userdict to use the collections.UserDict. by Raymond Hettinger · 17 years ago
  32. f01fe69 Fix. by Georg Brandl · 17 years ago
  33. db02844 Respect EOL 80. by Georg Brandl · 17 years ago
  34. 0e3b0ec Merge r60528, r60534 and r60539 from trunk. by Georg Brandl · 17 years ago
  35. 4b130e9f Blocked revisions 60599 via svnmerge by Georg Brandl · 17 years ago
  36. 60d1456 Merge r60522 from trunk. by Georg Brandl · 17 years ago
  37. 479a7e7 Manually merge r60521 from trunk. by Georg Brandl · 17 years ago
  38. b0d28b4 Fix-up mapping equality tests to include both keys and values by Raymond Hettinger · 17 years ago
  39. 48b8b66 Put an updated UserDict class in the collections module and by Raymond Hettinger · 17 years ago
  40. 7ac6095 Decouple weakref containers from UserDict and teach them to use ABC instead. by Raymond Hettinger · 17 years ago
  41. 93fa608 Moved WeakSet into a bootstap module use by abc.py. by Raymond Hettinger · 17 years ago
  42. 2add352 Remove one use of UserDict.UserDict by Raymond Hettinger · 17 years ago
  43. b346042 Fix typo (thanks Nick). by Raymond Hettinger · 17 years ago
  44. edf3b73 Remove DictMixin which is superceded by collections.MutableMapping by Raymond Hettinger · 17 years ago
  45. d190f9c In bsddb, replace UserDict.DictMixin with collections.MutableMapping. by Raymond Hettinger · 17 years ago
  46. 3be449a Save bsddb changes for a separate check-in. by Raymond Hettinger · 17 years ago
  47. b9da9bc Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb modules are next). by Raymond Hettinger · 17 years ago
  48. 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 17 years ago
  49. fdb6bb5 Fixed socketserver tests by Christian Heimes · 17 years ago
  50. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
  51. ec17d20 Update whatsnew document to use specific markup for identifiers, thus enabling cross-linking. by Georg Brandl · 17 years ago
  52. 396ef80 Some new 3.0 whatsnew items, written for GHOP by Andreas Freund. by Georg Brandl · 17 years ago
  53. 86173da Context flags get set, not incremented. by Raymond Hettinger · 17 years ago
  54. 48aa4b1 Get the ref counting for static allocated longs right. by Christian Heimes · 17 years ago
  55. cd5da7d Make print docstring consistent with its docs. by Georg Brandl · 17 years ago
  56. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  57. f25ef50 Remove the deprecated array.read/write methods. by Georg Brandl · 17 years ago
  58. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
  59. a771209 fix bug 1482: IMAP4 SSL isn't working by Bill Janssen · 17 years ago
  60. db0a9b3 svnmerge.py block -r60480 by Christian Heimes · 17 years ago
  61. dfc12ed Fixed multiple reinitialization of the Python interpreter. The small int list in longobject.c has caused a seg fault during the third finalization. by Christian Heimes · 17 years ago
  62. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
  63. 4b8db41 Update pprint() to match the new repr style for frozensets by Raymond Hettinger · 17 years ago
  64. db96789 Fixed r60466 by Christian Heimes · 17 years ago
  65. fab2b30 Remove duplicate function. by Raymond Hettinger · 17 years ago
  66. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 17 years ago
  67. 4f06612 Enabled fromhex('') test for bytes by Christian Heimes · 17 years ago
  68. 5f63d18 Removed unused import by Christian Heimes · 17 years ago
  69. 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 17 years ago
  70. 510711d Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests by Christian Heimes · 17 years ago
  71. 2c4a072 Fixed issue #1973: bytes.fromhex('') raises SystemError by Christian Heimes · 17 years ago
  72. c04dac0 Fixed issue #1973: bytes.fromhex('') raises SystemError by Christian Heimes · 17 years ago
  73. 7b87615 Fixed #1969: split and rsplit in bytearray are inconsistent by Christian Heimes · 17 years ago
  74. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
  75. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 17 years ago
  76. 1fd7770 Another fix for the bsddb3 tests by Christian Heimes · 17 years ago
  77. 087f8ae Fixed two bugs in the bsddb tests. One was reported as #1956 by Christian Heimes · 17 years ago
  78. fa767ef Partially revert r60376: restore ability for ints to be automatically converted to floats, if a float type specifier is given to an int. PEP 3101 should be clarified on this point.Also, remove unused local variables left over from r60376. by Eric Smith · 17 years ago
  79. fe82e77 Merged revisions 60379-60382 via svnmerge from by Christian Heimes · 17 years ago
  80. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 17 years ago
  81. 7b69c6c Restrict format presentation types to those specified in the 'Standard Format Specifiers' section of PEP 3101. by Eric Smith · 17 years ago
  82. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 17 years ago
  83. 661b0a1 Use a list comprehension instead of list(filter()). by Georg Brandl · 17 years ago
  84. 06b1ab8ed Fix build error. by Alexandre Vassalotti · 17 years ago
  85. 061ce7f Fixed test_urllibnet by Christian Heimes · 17 years ago
  86. 7e18254 svn cp -r60150 svn+ssh://pythondev@svn.python.org/python/branches/py3k/Lib/plat-mac/plistlib.py Lib/ by Christian Heimes · 17 years ago
  87. 21d73f4 Remove plistlib. Apparently svn chokes on svn rm + svn cp in the same revision by Christian Heimes · 17 years ago
  88. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  89. 4f110d8 Copied plistlib.py from r60150 Lib/plat-mac/plistlib.py to Lib/ by Christian Heimes · 17 years ago
  90. 6ff93fe Get this test to run by Neal Norwitz · 17 years ago
  91. 2f14258 Get this test to pass by Neal Norwitz · 17 years ago
  92. e3777b4 Fix merge glitch that let test_urllib fail. by Georg Brandl · 17 years ago
  93. 95ba469 #1929: fix httplib _read_chunked (str/bytes confusion). by Georg Brandl · 17 years ago
  94. a1e7e13 #1939: update code object docstring. by Georg Brandl · 17 years ago
  95. d2d2915 Make the testall target work again when building in a separate directory by Thomas Wouters · 17 years ago
  96. eee84e9 Bump up merge information to skip the backports by Christian Heimes · 17 years ago
  97. 32f523e Fix typo. by Walter Dörwald · 17 years ago
  98. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  99. bad17e7 Added comment about sys.maxint to whatsnew. Issue #1930 by Christian Heimes · 17 years ago
  100. f534f7b Document that basestring has been replaced by str. Issue #1931. by Christian Heimes · 17 years ago