1. bf086a1 range() returns an iterable, not an iterator. by Georg Brandl · 16 years ago
  2. 9cb1e27 Blocked revisions 63166 via svnmerge by Georg Brandl · 16 years ago
  3. 1c502b5 Fix typo. by Georg Brandl · 16 years ago
  4. dce26da Remove duplicated paragraph. by Georg Brandl · 16 years ago
  5. 2b2b44d #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konqueror is tried. by Amaury Forgeot d'Arc · 16 years ago
  6. 0740459 #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unicode strings by Amaury Forgeot d'Arc · 16 years ago
  7. e616149 Blocked revisions 63153-63154 via svnmerge by Georg Brandl · 16 years ago
  8. 5e18a20 Document the 'n' integer presentation type for str.format(). by Eric Smith · 16 years ago
  9. d3343cb Remove the multifile module as deprecated by PEP 4. by Brett Cannon · 16 years ago
  10. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  11. 6f1e619 Blocked revisions 63134 via svnmerge by Alexandre Vassalotti · 16 years ago
  12. 1d1c242 Blocked revisions 63129 via svnmerge by Alexandre Vassalotti · 16 years ago
  13. 23a4a7b The __all__ value for 'collections' was missing UserList and UserString. by Brett Cannon · 16 years ago
  14. a795790 Blocked revisions 63114 via svnmerge by Brett Cannon · 16 years ago
  15. ace98fd Blocked revisions 63108 via svnmerge by Brett Cannon · 16 years ago
  16. 25c7f0f Revert commit r63088. by Alexandre Vassalotti · 16 years ago
  17. cf3520c Remove the sre module. by Brett Cannon · 16 years ago
  18. 49d1b4f Remove old backwards-compatibility classes from the cgi module. by Georg Brandl · 16 years ago
  19. fb16cf1 Remove rfc822 dependency in test. by Georg Brandl · 16 years ago
  20. 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 16 years ago
  21. aa5b411 #756982: Remove rfc822 reference. by Georg Brandl · 16 years ago
  22. 2b576d2 Renamed PixMapWrapper module to pixmapwrapper. by Alexandre Vassalotti · 16 years ago
  23. de088f0 Blocked revisions 63086 via svnmerge by Alexandre Vassalotti · 16 years ago
  24. a0563ba Blocked revisions 63046 via svnmerge by Alexandre Vassalotti · 16 years ago
  25. 176040b Blocked revisions 63080 via svnmerge by Alexandre Vassalotti · 16 years ago
  26. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  27. 4e3e21e Remove test for now-removed classes. by Georg Brandl · 16 years ago
  28. 8041d47 fix __all__ by Benjamin Peterson · 16 years ago
  29. 30c78d6 Update the codecs docs w.r.t. str/bytes. by Georg Brandl · 16 years ago
  30. 20a046c Remove old macro that isn't used anywhere anymore. by Georg Brandl · 16 years ago
  31. 95817b3 Remove mentions of "plain" integers. by Georg Brandl · 16 years ago
  32. 6e6dcb5 Block doc change about plain/long integers. by Georg Brandl · 16 years ago
  33. bb74a78 Remove an obsolete sentence. by Georg Brandl · 16 years ago
  34. edb978f #2814: remove deprecated classes from mailbox module. Patch by Humberto Diogenes. by Georg Brandl · 16 years ago
  35. f7fa63d Rename copy_reg module to copyreg. by Alexandre Vassalotti · 16 years ago
  36. 7760008 Blocked revisions 63030 via svnmerge by Brett Cannon · 16 years ago
  37. d8b61ee Remove the mhlib module. by Brett Cannon · 16 years ago
  38. 99a9b86 Blocked revisions 63025 via svnmerge by Brett Cannon · 16 years ago
  39. d8dcebd Blocked revisions 63021 via svnmerge by Brett Cannon · 16 years ago
  40. 5438934 Blocked revisions 63018 via svnmerge by Brett Cannon · 16 years ago
  41. bd47442 The ihooks module has been removed. by Brett Cannon · 16 years ago
  42. 4fabdc7 Blocked revisions 63013 via svnmerge by Brett Cannon · 16 years ago
  43. 1efcdab Remove a reference to the docs of fpformat. by Brett Cannon · 16 years ago
  44. b59a2bd Remove the fpformat module. by Brett Cannon · 16 years ago
  45. 386a229 Blocked revisions 63007-63008 via svnmerge by Brett Cannon · 16 years ago
  46. 52600aa Blocked revisions 63004 via svnmerge by Brett Cannon · 16 years ago
  47. f4fd993 Remove the dircache module. by Brett Cannon · 16 years ago
  48. 7ecf3dc Fixup old, invalid import. by Jeremy Hylton · 16 years ago
  49. d175b4c The Canvas module has been removed. by Brett Cannon · 16 years ago
  50. 704cf16 Blocked revisions 62985-62986 via svnmerge by Brett Cannon · 16 years ago
  51. 2fd53bb Blocked revisions 62983 via svnmerge by Brett Cannon · 16 years ago
  52. b0ce5aa Blocked revisions 62977 via svnmerge by Brett Cannon · 16 years ago
  53. 5d64a41 Blocked revisions 62974 via svnmerge by Brett Cannon · 16 years ago
  54. 67c6df4 Blocked revisions 62971 via svnmerge by Brett Cannon · 16 years ago
  55. 848b339 Blocked revisions 62968 via svnmerge by Brett Cannon · 16 years ago
  56. aaa0d7d Blocked revisions 62962 via svnmerge by Brett Cannon · 16 years ago
  57. 27b495f Blocked revisions 62960 via svnmerge by Alexandre Vassalotti · 16 years ago
  58. f0c0ff6 Removed redundant max() call. by Alexandre Vassalotti · 16 years ago
  59. 4e6531e Removed remnants of os.path.walk(). by Alexandre Vassalotti · 16 years ago
  60. 14a767d Made the TypeError message in bytes_iconcat() less confusing. by Alexandre Vassalotti · 16 years ago
  61. b2289ec Merged revisions 62946 via svnmerge from by Martin v. Löwis · 16 years ago
  62. 66834fd Use UNICODE wWinMain, to make CRT initialize __wargv. by Martin v. Löwis · 16 years ago
  63. b134227 block r62943 by Mark Dickinson · 16 years ago
  64. b63aff1 Revert the temporary change in r62624 by Mark Dickinson · 16 years ago
  65. c4352b0 Issue 2801: fix bug in float.is_integer where ValueError was incorrectly by Mark Dickinson · 16 years ago
  66. b27406c Issue 2748: fix __ceil__, __floor__ and __round__ magic methods in by Mark Dickinson · 16 years ago
  67. 97371eb Blocked revisions 62923 via svnmerge by Brett Cannon · 16 years ago
  68. bd89860 Blocked revisions 62920 via svnmerge by Brett Cannon · 16 years ago
  69. 6bae081 Blocked revisions 62917 via svnmerge by Brett Cannon · 16 years ago
  70. b2ef125 Blocked revisions 62912 via svnmerge by Benjamin Peterson · 16 years ago
  71. d71ca41 Remove os.path.walk by Benjamin Peterson · 16 years ago
  72. 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 16 years ago
  73. cf7d175 Blocked revisions 62865 via svnmerge by Benjamin Peterson · 16 years ago
  74. cb0cdce Move variable declaration to the top of the block, by Amaury Forgeot d'Arc · 16 years ago
  75. 6ee80ec Blocked revisions 62900 via svnmerge by Brett Cannon · 16 years ago
  76. 34afe87 Document that the mutex module is now gone. by Brett Cannon · 16 years ago
  77. 900ee3a Remove the user module. by Brett Cannon · 16 years ago
  78. 0e87f0f Blocked revisions 62888 via svnmerge by Brett Cannon · 16 years ago
  79. e633740 Blocked revisions 62884 via svnmerge by Brett Cannon · 16 years ago
  80. d7cce26 Remove the mutex module. by Brett Cannon · 16 years ago
  81. 39143f8 Block r62879. by Brett Cannon · 16 years ago
  82. 0d71ee7 Add entry for removal of imputil. Also start the 3.0b1 section. by Brett Cannon · 16 years ago
  83. 0ec5855 Remove the imputil module. by Brett Cannon · 16 years ago
  84. 6d4df9b Don't echo the echo commands added to "make install". Fix a typo. by Guido van Rossum · 16 years ago
  85. e4ca815 Merged revisions 62805,62811,62841-62842,62848-62849,62853-62854 via svnmerge from by Christian Heimes · 16 years ago
  86. e580f5c Forward port r62849. by Raymond Hettinger · 16 years ago
  87. 10956ea Forward port r62848. by Raymond Hettinger · 16 years ago
  88. 519a658 Oops, the retag screwed this up. First step in repairing this. by Barry Warsaw · 16 years ago
  89. 4a1c213 Post tag updates. by Barry Warsaw · 16 years ago
  90. 6f8f246 Blocked revisions 62861 via svnmerge by Christian Heimes · 16 years ago
  91. 9054000 Merged revisions 62734,62736,62748,62769 via svnmerge from by Christian Heimes · 16 years ago
  92. c848655 Move tag. by Barry Warsaw · 16 years ago
  93. 9eab8b0 Missed one file by Barry Warsaw · 16 years ago
  94. 54e74dd Tagging for 3.0a5 by Barry Warsaw · 16 years ago
  95. 160b9a3 Bumping versions for 3.0a5 by Barry Warsaw · 16 years ago
  96. 8d109cb Antoine Pitrou's patch for bug 2507; exception state lives too long in 3.0. by Barry Warsaw · 16 years ago
  97. 96de30a Removed test_overflow from test_memoryio.CBytesIOTest. by Alexandre Vassalotti · 16 years ago
  98. 8130f7c Fixed the negative value check in io._BytesIO.seek(). by Alexandre Vassalotti · 16 years ago
  99. 10dfc1e Fixed bytes naming in the docstrings of _bytesio.c. by Alexandre Vassalotti · 16 years ago
  100. bcd2c08 Fixed a memory leak introduced in r62462 by Christian Heimes · 16 years ago