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