1. 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 · 17 years ago
  2. 13394e9 Merged revisions 60767,60768 via svnmerge from by Thomas Heller · 17 years ago
  3. 0bd4e11 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,60735-60751 via svnmerge from by Christian Heimes · 17 years ago
  4. 4718bf8 Convert some custom sort comparison functions to equivalent key functions. by Kurt B. Kaiser · 17 years ago
  5. 53dbe39 Move UserList to collections. by Raymond Hettinger · 17 years ago
  6. 126d29a 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-60734 via svnmerge from by Christian Heimes · 17 years ago
  7. 1021cc6 No need to register classes that already inherit from ABCs. by Raymond Hettinger · 17 years ago
  8. 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
  9. 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
  10. ba99c58 The new default protocol is two. by Raymond Hettinger · 17 years ago
  11. 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
  12. bfd0612 MappingView is Sized. by Raymond Hettinger · 17 years ago
  13. 7aebb64 Document how to use Set and MutableSet as a mixin. by Raymond Hettinger · 17 years ago
  14. 74b6495 Merge r60679 by Raymond Hettinger · 17 years ago
  15. 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
  16. 7190942 Merge r60674 an 60675. by Raymond Hettinger · 17 years ago
  17. 65baa34 Issue 2025: Add index() and count() methods to tuple so that it will follow by Raymond Hettinger · 17 years ago
  18. 2f653c1 Reversed UserLists are not required to support __length_hint__. by Raymond Hettinger · 17 years ago
  19. 6cc14a0 MutableSequence requires an insert() method. by Raymond Hettinger · 17 years ago
  20. b8b6d3e Let the world know that UserList is a MutableSequence. by Raymond Hettinger · 17 years ago
  21. 8284c4a Fix-up the _from_iterable() method to return instances of the subclass where it is used. by Raymond Hettinger · 17 years ago
  22. 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
  23. 0fc8351 Remove the old UserDict module. by Raymond Hettinger · 17 years ago
  24. f80680d Migrate remaining tests from UserDict.UserDict to collections.UserDict. by Raymond Hettinger · 17 years ago
  25. 554c8b8 Convert test_userdict to use the collections.UserDict. by Raymond Hettinger · 17 years ago
  26. f01fe69 Fix. by Georg Brandl · 17 years ago
  27. db02844 Respect EOL 80. by Georg Brandl · 17 years ago
  28. 0e3b0ec Merge r60528, r60534 and r60539 from trunk. by Georg Brandl · 17 years ago
  29. 60d1456 Merge r60522 from trunk. by Georg Brandl · 17 years ago
  30. 479a7e7 Manually merge r60521 from trunk. by Georg Brandl · 17 years ago
  31. b0d28b4 Fix-up mapping equality tests to include both keys and values by Raymond Hettinger · 17 years ago
  32. 48b8b66 Put an updated UserDict class in the collections module and by Raymond Hettinger · 17 years ago
  33. 7ac6095 Decouple weakref containers from UserDict and teach them to use ABC instead. by Raymond Hettinger · 17 years ago
  34. 93fa608 Moved WeakSet into a bootstap module use by abc.py. by Raymond Hettinger · 17 years ago
  35. 2add352 Remove one use of UserDict.UserDict by Raymond Hettinger · 17 years ago
  36. b346042 Fix typo (thanks Nick). by Raymond Hettinger · 17 years ago
  37. edf3b73 Remove DictMixin which is superceded by collections.MutableMapping by Raymond Hettinger · 17 years ago
  38. d190f9c In bsddb, replace UserDict.DictMixin with collections.MutableMapping. by Raymond Hettinger · 17 years ago
  39. 3be449a Save bsddb changes for a separate check-in. by Raymond Hettinger · 17 years ago
  40. b9da9bc Start replacing UserDict.DictMixin with collections.MutableMapping (the bsddb modules are next). by Raymond Hettinger · 17 years ago
  41. 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
  42. fdb6bb5 Fixed socketserver tests by Christian Heimes · 17 years ago
  43. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
  44. 86173da Context flags get set, not incremented. by Raymond Hettinger · 17 years ago
  45. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
  46. a771209 fix bug 1482: IMAP4 SSL isn't working by Bill Janssen · 17 years ago
  47. 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
  48. 4b8db41 Update pprint() to match the new repr style for frozensets by Raymond Hettinger · 17 years ago
  49. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 17 years ago
  50. 4f06612 Enabled fromhex('') test for bytes by Christian Heimes · 17 years ago
  51. 5f63d18 Removed unused import by Christian Heimes · 17 years ago
  52. 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 17 years ago
  53. 510711d Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests by Christian Heimes · 17 years ago
  54. 7b87615 Fixed #1969: split and rsplit in bytearray are inconsistent by Christian Heimes · 17 years ago
  55. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
  56. fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 17 years ago
  57. 1fd7770 Another fix for the bsddb3 tests by Christian Heimes · 17 years ago
  58. 087f8ae Fixed two bugs in the bsddb tests. One was reported as #1956 by Christian Heimes · 17 years ago
  59. 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
  60. 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 17 years ago
  61. 7b69c6c Restrict format presentation types to those specified in the 'Standard Format Specifiers' section of PEP 3101. by Eric Smith · 17 years ago
  62. 412dc9c Merged revisions 60350-60363 via svnmerge from by Christian Heimes · 17 years ago
  63. 661b0a1 Use a list comprehension instead of list(filter()). by Georg Brandl · 17 years ago
  64. 06b1ab8ed Fix build error. by Alexandre Vassalotti · 17 years ago
  65. 061ce7f Fixed test_urllibnet by Christian Heimes · 17 years ago
  66. 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
  67. 21d73f4 Remove plistlib. Apparently svn chokes on svn rm + svn cp in the same revision by Christian Heimes · 17 years ago
  68. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
  69. 4f110d8 Copied plistlib.py from r60150 Lib/plat-mac/plistlib.py to Lib/ by Christian Heimes · 17 years ago
  70. 6ff93fe Get this test to run by Neal Norwitz · 17 years ago
  71. 2f14258 Get this test to pass by Neal Norwitz · 17 years ago
  72. e3777b4 Fix merge glitch that let test_urllib fail. by Georg Brandl · 17 years ago
  73. 95ba469 #1929: fix httplib _read_chunked (str/bytes confusion). by Georg Brandl · 17 years ago
  74. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  75. e7a15bb Merged revisions 60234-60244 via svnmerge from by Christian Heimes · 17 years ago
  76. e83ebd9 Fix a bug in the test. by Thomas Heller · 17 years ago
  77. bbffeb6 Merged revisions 60210-60233 via svnmerge from by Christian Heimes · 17 years ago
  78. 39b21ff Fix #1913. by Georg Brandl · 17 years ago
  79. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
  80. 1dfde1d Replace map(None, *iterables) with zip(*iterables). by Raymond Hettinger · 17 years ago
  81. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 17 years ago
  82. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 17 years ago
  83. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  84. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  85. 825fc8b #1867: fix a few 3.0 incompatibilities in pydoc. by Georg Brandl · 17 years ago
  86. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 17 years ago
  87. 2336bdd Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed by Facundo Batista · 17 years ago
  88. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  89. 04c420f Merged revisions 60043-60052 via svnmerge from by Christian Heimes · 17 years ago
  90. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  91. ff72122 Merged revisions 60001,60003-60004,60008 via svnmerge from by Thomas Heller · 17 years ago
  92. 9893de1 Update the py3k version of the rational module to expose only methods needed by by Jeffrey Yasskin · 17 years ago
  93. 3564146 Sync-up Queue.py with Py2.6 by Raymond Hettinger · 17 years ago
  94. bae82b8 __floordiv__ returns an int in 3.0. by Jeffrey Yasskin · 17 years ago
  95. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  96. ae138cb Refactor if/elif chain for clarity and speed by Raymond Hettinger · 17 years ago
  97. 386cd1e long(float('nan')) raises an OverflowError as discussed on the mailing list a week ago by Christian Heimes · 17 years ago
  98. da3caed Remove Queue.empty() and Queue.full() in favor of using qsize() or trapping the Empty and Full exceptions. by Raymond Hettinger · 17 years ago
  99. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
  100. 1acde19 Take Tim's advice and have random.sample() support only sequences and sets. by Raymond Hettinger · 17 years ago