1. d8b690f #2895: don't crash with bytes as keyword argument names. by Georg Brandl · 16 years ago
  2. bf82e37 More 2to3 fixes in the Tools directory. Fixes #2893. by Georg Brandl · 16 years ago
  3. acbca71 Rename the repr module file to reprlib.py. by Alexandre Vassalotti · 16 years ago
  4. 8efadf5 Ran 2to3 over scripts directory. by Georg Brandl · 16 years ago
  5. d11ae5d Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterable" in some docstrings. by Georg Brandl · 16 years ago
  6. 1f2ba4b Rename the repr module to reprlib. by Alexandre Vassalotti · 16 years ago
  7. cdc1133 Blocked revisions 63358 via svnmerge by Alexandre Vassalotti · 16 years ago
  8. 41c417e Blocked revisions 63354 via svnmerge by Alexandre Vassalotti · 16 years ago
  9. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
  10. 7203d0f Blocked revisions 63105,63240,63255,63279,63323,63326,63347 via svnmerge by Alexandre Vassalotti · 16 years ago
  11. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 16 years ago
  12. 18bf893 Blocked revisions 63145,63149-63150 via svnmerge by Alexandre Vassalotti · 16 years ago
  13. b1ae86c Blocked revisions 63343 via svnmerge by Brett Cannon · 16 years ago
  14. cfaf10c Merged revisions 63339 via svnmerge from by Brett Cannon · 16 years ago
  15. acbb786 Remove the statvfs module. by Brett Cannon · 16 years ago
  16. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  17. d6bb7c2 Blocked revisions 63098,63100 via svnmerge by Alexandre Vassalotti · 16 years ago
  18. 6a5d796 Blocked revisions 63336 via svnmerge by Brett Cannon · 16 years ago
  19. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  20. a79e33e Merged revisions 62954-62959,62961,62963-62967,62969-62970,62972-62973,62975-62976,62978-62982,62984,62987-62996 via svnmerge from by Alexandre Vassalotti · 16 years ago
  21. 6461e10 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from by Alexandre Vassalotti · 16 years ago
  22. b645bc7 Fixed refleak in _testcapi.test_s_code. by Alexandre Vassalotti · 16 years ago
  23. 2402e93 Fixed another missed ConfigParser import rename. by Alexandre Vassalotti · 16 years ago
  24. f99fc8a Blocked revisions 63315 via svnmerge by Brett Cannon · 16 years ago
  25. d61de79 Blocked revisions 63308 via svnmerge by Brett Cannon · 16 years ago
  26. c086939 Blocked revisions 63306 via svnmerge by Brett Cannon · 16 years ago
  27. b935ab7 Blocked revisions 63303 via svnmerge by Brett Cannon · 16 years ago
  28. a839658 Blocked revisions 63300 via svnmerge by Brett Cannon · 16 years ago
  29. f35d721 Blocked revisions 63297 via svnmerge by Brett Cannon · 16 years ago
  30. 32f2c74 Blocked revisions 63294 via svnmerge by Brett Cannon · 16 years ago
  31. edea5ad Blocked revisions 63291 via svnmerge by Brett Cannon · 16 years ago
  32. d4c70af Blocked revisions 63288 via svnmerge by Brett Cannon · 16 years ago
  33. 6b7d5bc Blocked revisions 63285 via svnmerge by Brett Cannon · 16 years ago
  34. 705174f1 Blocked revisions 63282 via svnmerge by Brett Cannon · 16 years ago
  35. ef8b27c Blocked revisions 63277 via svnmerge by Brett Cannon · 16 years ago
  36. 9e69795 Blocked revisions 63274 via svnmerge by Brett Cannon · 16 years ago
  37. b4788e4 Blocked revisions 63271 via svnmerge by Brett Cannon · 16 years ago
  38. a0f9242 Blocked revisions 63268 via svnmerge by Brett Cannon · 16 years ago
  39. aed872f Blocked revisions 63265 via svnmerge by Brett Cannon · 16 years ago
  40. a7d9762 Blocked revisions 63262 via svnmerge by Brett Cannon · 16 years ago
  41. 9939d44 Blocked revisions 63260 via svnmerge by Brett Cannon · 16 years ago
  42. 2505bc6 Fix json examples so they would actually work in Py3k by Benjamin Peterson · 16 years ago
  43. fc02aef Fixed configparser import in distutils.config. by Alexandre Vassalotti · 16 years ago
  44. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 16 years ago
  45. 84726fa Blocked revisions 63249 via svnmerge by Alexandre Vassalotti · 16 years ago
  46. b03d7d5 Blocked revisions 63242 via svnmerge by Alexandre Vassalotti · 16 years ago
  47. c7db1d6 Change Pickler._batch_appends() and Pickler._batch_setitems() to take by Alexandre Vassalotti · 16 years ago
  48. 46c6f94 Blocked revisions 63236 via svnmerge by Brett Cannon · 16 years ago
  49. ea3e6b6 Blocked revisions 63233 via svnmerge by Brett Cannon · 16 years ago
  50. 79629ab add a NEWS note for 63205 by Benjamin Peterson · 16 years ago
  51. cac53d0 Blocked revisions 63228 via svnmerge by Brett Cannon · 16 years ago
  52. 55bab6f Blocked revisions 63225 via svnmerge by Brett Cannon · 16 years ago
  53. b207653 Blocked revisions 63213 via svnmerge by Brett Cannon · 16 years ago
  54. c06e1c2 remove mactoolboxglue by Benjamin Peterson · 16 years ago
  55. 62ed91d revert syntax change by Benjamin Peterson · 16 years ago
  56. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  57. 8321f97 Remove merge conflict by Neal Norwitz · 16 years ago
  58. 32ac22a remove plat-darwin by Benjamin Peterson · 16 years ago
  59. 990c140 blocked a test_py3kwarn rev by Benjamin Peterson · 16 years ago
  60. b2fdf35 remove test_multifile by Benjamin Peterson · 16 years ago
  61. 0995b87 Blocked revisions 63191 via svnmerge by Benjamin Peterson · 16 years ago
  62. 69a07fb Remove the Mac modules by Benjamin Peterson · 16 years ago
  63. a005b34 Blocked revisions 63187 via svnmerge by Benjamin Peterson · 16 years ago
  64. f37e991 Blocked revisions 63177-63180 via svnmerge by Georg Brandl · 16 years ago
  65. cc80bfe Fix doctest's __all__. by Georg Brandl · 16 years ago
  66. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  67. c737283 Remove function obsolete since Python 2.3 from traceback module. by Georg Brandl · 16 years ago
  68. 3183585 Remove deprecated Tester class from doctest module. by Georg Brandl · 16 years ago
  69. bf086a1 range() returns an iterable, not an iterator. by Georg Brandl · 16 years ago
  70. 9cb1e27 Blocked revisions 63166 via svnmerge by Georg Brandl · 16 years ago
  71. 1c502b5 Fix typo. by Georg Brandl · 16 years ago
  72. dce26da Remove duplicated paragraph. by Georg Brandl · 16 years ago
  73. 2b2b44d #Issue2835: Correct an infinite recursion in webbrowser.open(), when KDE Konqueror is tried. by Amaury Forgeot d'Arc · 16 years ago
  74. 0740459 #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unicode strings by Amaury Forgeot d'Arc · 16 years ago
  75. e616149 Blocked revisions 63153-63154 via svnmerge by Georg Brandl · 16 years ago
  76. 5e18a20 Document the 'n' integer presentation type for str.format(). by Eric Smith · 16 years ago
  77. d3343cb Remove the multifile module as deprecated by PEP 4. by Brett Cannon · 16 years ago
  78. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  79. 6f1e619 Blocked revisions 63134 via svnmerge by Alexandre Vassalotti · 16 years ago
  80. 1d1c242 Blocked revisions 63129 via svnmerge by Alexandre Vassalotti · 16 years ago
  81. 23a4a7b The __all__ value for 'collections' was missing UserList and UserString. by Brett Cannon · 16 years ago
  82. a795790 Blocked revisions 63114 via svnmerge by Brett Cannon · 16 years ago
  83. ace98fd Blocked revisions 63108 via svnmerge by Brett Cannon · 16 years ago
  84. 25c7f0f Revert commit r63088. by Alexandre Vassalotti · 16 years ago
  85. cf3520c Remove the sre module. by Brett Cannon · 16 years ago
  86. 49d1b4f Remove old backwards-compatibility classes from the cgi module. by Georg Brandl · 16 years ago
  87. fb16cf1 Remove rfc822 dependency in test. by Georg Brandl · 16 years ago
  88. 5807c41 Merged revisions 63078 via svnmerge from by Eric Smith · 16 years ago
  89. aa5b411 #756982: Remove rfc822 reference. by Georg Brandl · 16 years ago
  90. 2b576d2 Renamed PixMapWrapper module to pixmapwrapper. by Alexandre Vassalotti · 16 years ago
  91. de088f0 Blocked revisions 63086 via svnmerge by Alexandre Vassalotti · 16 years ago
  92. a0563ba Blocked revisions 63046 via svnmerge by Alexandre Vassalotti · 16 years ago
  93. 176040b Blocked revisions 63080 via svnmerge by Alexandre Vassalotti · 16 years ago
  94. f260e44 Rename Queue module to queue. by Alexandre Vassalotti · 16 years ago
  95. 4e3e21e Remove test for now-removed classes. by Georg Brandl · 16 years ago
  96. 8041d47 fix __all__ by Benjamin Peterson · 16 years ago
  97. 30c78d6 Update the codecs docs w.r.t. str/bytes. by Georg Brandl · 16 years ago
  98. 20a046c Remove old macro that isn't used anywhere anymore. by Georg Brandl · 16 years ago
  99. 95817b3 Remove mentions of "plain" integers. by Georg Brandl · 16 years ago
  100. 6e6dcb5 Block doc change about plain/long integers. by Georg Brandl · 16 years ago